patzly / grocy-android

ERP beyond your fridge, now on your phone – An awesome companion app for grocy
https://patrickzedler.com/grocy/
GNU General Public License v3.0
879 stars 85 forks source link

[3.3.1] [minor, UI] More uniform UI language in "consumption-view" #768

Closed stheid closed 9 months ago

stheid commented 1 year ago

In many ui elements there are two buttons, one for consumption, one for opening. However in the main consumption view there is just one button paired with a tickbox. That was quite confusing for me

currently highlighted requested change
signal-2023-08-30-092143 signal-2023-08-30-092235 signal-2023-08-30-092143_3
patzly commented 1 year ago

Thanks! Sadly it's not possible to have multible Floating Action Buttons in Material 3, the design language we use. Instead we would add an icon action to the left menu.

stheid commented 1 year ago

having it on the left menu and removed from the list would definetly be an improvement in the visual language. If this is the compromise with the current framework so be it.

Can you link the respective source file that needs to be changed here? i am curious. if i find time i might do a PR