heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Hide time/date and geolocation fields in normal use #237

Closed heikkilevanto closed 1 year ago

heikkilevanto commented 1 year ago

I already have time/date fields which are empty most of the time. Now I will be adding geolocation fields, that the user should almost never enter manually, but I want to see while debugging. Put both of those in a section that is normally hidden, but can be made visible by a simple click in the UI.

Actually, if the geolocation (#236 ) ends up working well, I could add the location field in the normally hidden section, and unhide it when I need to enter a previously unseen location, which is not often.