-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoexpand collapsed line from table when in sub-knowledge panel #2573
Comments
@teolemon Just checking: we no longer display tables in the "main" product page, right? Only in the detailed pages like "nutrition data"? |
Indeed, unless there's a manual override from the user |
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jul 11, 2022
Impacted files: * `knowledge_panel_card.dart`: no we are not initially expanded! (same as before) * `knowledge_panel_element_card.dart`: refactored * `knowledge_panel_expanded_card.dart`: refactored * `knowledge_panel_page.dart`: yes we are initially expanded! * `knowledge_panel_table_card.dart`: added an "initially expanded?" parameter to `TableCellWidget` * `knowledge_panels_builder.dart`: no we are not initially expanded! (same as before)
monsieurtanuki
added a commit
that referenced
this issue
Jul 19, 2022
Impacted files: * `knowledge_panel_card.dart`: no we are not initially expanded! (same as before) * `knowledge_panel_element_card.dart`: refactored * `knowledge_panel_expanded_card.dart`: refactored * `knowledge_panel_page.dart`: yes we are initially expanded! * `knowledge_panel_table_card.dart`: added an "initially expanded?" parameter to `TableCellWidget` * `knowledge_panels_builder.dart`: no we are not initially expanded! (same as before)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Part of
The text was updated successfully, but these errors were encountered: