My social app has several standard screen layouts: profile, group details, place details, event details, etc.
These layouts appear in multiple places throughout my app so I have to re-create them each time. For example, if I decide to change the layout of my user profile page, I have to hunt around my app to find all the places where this exists -
An option I see could help us a lot and working these days I realized it was to copy and paste more than one component as today we can only duplicate in the same screen
1.) YES
2.) The reason this hasn’t been implemented yet is probably because components are tied to sheet columns. So if you copy components in one tab and paste them in a tab doesn’t have the same sheet columns, Glide wouldn’t know how to reconcile the data. Just my guess.
very true but what if… Just the component types were copied and then if the column name matches the new destination, it gets inserted. If it doesn’t, you get the little ? in the component label — flagging that there wasn’t a matching column.
Oh gotcha. Copy and past would be helpful for sure. But it doesn’t solve the maintenance problem so I would prefer to have the concept of screen templates.