zeeguu / web

Frontend for the zeeguu web application.
https://www.zeeguu.org
3 stars 5 forks source link

moved preference handling to LocalStorage #344

Closed mircealungu closed 2 months ago

mircealungu commented 2 months ago

we need to discuss this @tfnribeiro and make sure that preference handling is done in a single place, ideally a Preference class such that the component implementer does not have to worry about saving to DB, or retrieving things from the DB.

Also, there's a TODO for you and I to discuss.