wger-project / flutter

Flutter fitness/workout app for wger
GNU Affero General Public License v3.0
485 stars 225 forks source link

remove info button which expands nutritional plan dashboard widgets #615

Open Dieterbe opened 4 days ago

Dieterbe commented 4 days ago

that button shows meals (but without their titles) and optionally their ingredients and has a log button to log the meal. (it's the only widget to have action triggers hidden in an expandable view) i recently added a dedicated "meal log" button directly on the widget, which has a more streamlined flow.

therefore, we can remove the info button expansion, which simplifies things and removes confusion, and makes it more consistent with other widgets

Dieterbe commented 4 days ago

also i have 2 more arguments for removing the info button and its related expansion widgets: 1) it's not really 'more info about the plan', it's only more info about the specific meals of the plan, so it's misleading 2) the way it displays information is inconsistent wrt other places we display similar information (the meal tiles). it doesn't show the meal name, for example.