You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users usually only need to see basic fields like path, size and etag when viewing File. We should hide other fields by default to reduce UI clutter, while keeping them accessible when needed.
We need a way to mark rarely used fields as "internal" in our data model.
Description
Users usually only need to see basic fields like
path
,size
andetag
when viewing File. We should hide other fields by default to reduce UI clutter, while keeping them accessible when needed.We need a way to mark rarely used fields as "internal" in our data model.
Example:
Note, it should be general approach. User should be able to have hidden fields in their classes.
Open question:
size
be hidden? Likely yes.etag
should be visible (to emphasise the consistency and see changes). It looks like it needs to be moved next to path (beforesize
andversion
).The text was updated successfully, but these errors were encountered: