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
Requesting a feature for Foldable component to be able to embed other sql files.
I can think of many useful scenarios, where a "break-down" of data could be presented upon expansion in neat ways on the UI, while also conserving valuable screen real-estate.
Examples -
Display a "Total = $12345" on the Foldable component title, and then display a breakdown (using big_number for example) uopn expansion. The big_number component could be in a separate sql file that can be then re-used in multiple places.
Display a "X New Offers" as title and upon expansion display cards or columns components highlighting the offers / products with more details. The cards or column components are in a separate sql file, which can be re-used in multiple places like search products, carts, etc.
As you can see, this feature could help re-using the common sql files with components and help optimize screen real-estate in very useful ways.
Looking forward to hearing your thoughts. Cheers!
The text was updated successfully, but these errors were encountered:
Requesting a feature for Foldable component to be able to embed other sql files.
I can think of many useful scenarios, where a "break-down" of data could be presented upon expansion in neat ways on the UI, while also conserving valuable screen real-estate.
Examples -
Display a "Total = $12345" on the Foldable component
title
, and then display a breakdown (using big_number for example) uopn expansion. The big_number component could be in a separate sql file that can be then re-used in multiple places.Display a "X New Offers" as
title
and upon expansion displaycards
orcolumns
components highlighting the offers / products with more details. The cards or column components are in a separate sql file, which can be re-used in multiple places like search products, carts, etc.As you can see, this feature could help re-using the common sql files with components and help optimize screen real-estate in very useful ways.
Looking forward to hearing your thoughts. Cheers!
The text was updated successfully, but these errors were encountered: