magnusmanske / cradle

MIT License
8 stars 3 forks source link

Feature request: display list of created items #9

Open VDK opened 2 years ago

VDK commented 2 years ago

When you're done creating an item, the button for creating an item resets and the spindle stops spinning.

This doesn't communicate very clearly that the item has been created, and doesn't make it possible to actually go to the item you've just created.

I can imagine that there are folks who create multiple items, one after another. I think adding each item created to a list below the "create" button would be fitting.

magnusmanske commented 2 years ago

I think this is already happening? https://github.com/magnusmanske/cradle/blob/master/public_html/vue_components/shex-page.html#L54 and https://github.com/magnusmanske/cradle/blob/master/public_html/vue_components/subject-page.html#L55 ? Can you double-check please?

VDK commented 2 years ago

In Chrome the "create new item"-button resets and the spindle at the top of the page keeps spinning.