inventaire / inventaire-client

webapp coupled to the inventaire server :books:
https://inventaire.io
49 stars 16 forks source link

update custom properties within the entity editor #345

Closed jum-s closed 1 year ago

jum-s commented 2 years ago

solving #346

maxlath commented 2 years ago

There are conflicts with master, could you rebase the branch?

jum-s commented 2 years ago

done

maxlath commented 2 years ago

Instead of that odd "show more properties" button, what about having an entry in the entity_edit_menu like "customize editable properties"?

jum-s commented 2 years ago

done in 785f31c5a

maxlath commented 1 year ago

I'm having second thoughts on this:

jum-s commented 1 year ago

I agree it should be more accessible.

To consider: the initial proposition included a modal, the intent was to signify that one can easily customize props. By leaving only a view in settings, someone may never know that the feature exists.

Question in your scenario, what if no custom props are checked in a category ? (Now, no category title is displayed, nothing hints that more props are available despite the fact that the user have scrolled all the way down there.)

So what about displaying all categories no matter what:

If unfolded, always display the wrapper you mention

What about then having a information box at the bottom of the wrapper, that would invite to customize the properties with a links to the settings?

jum-s commented 1 year ago

This PR was a nice feature testing discussion, now depreciated in favor of a clean rewrite in #406.