Mercerenies / fifi-calculator

1 stars 0 forks source link

Clean up configuration stuff into menus #99

Open Mercerenies opened 2 months ago

Mercerenies commented 2 months ago

It doesn't really make a ton of sense for the display modes and calculation modes to be buttons on the calculator (especially given our limited screen estate). Consider using a menubar for these. We can't use Tauri native menus as they're not supported on mobile, but Bootstrap navbars would probably do really well here.

We might lose the keyboard shortcuts for setting modes, but I'm honestly mostly okay with that.