kelvinfan001 / findalicious

Swipe through restaurants with friends and decide on where to eat! (Formerly Chicken Tinder)
https://findalicious.herokuapp.com
GNU General Public License v3.0
5 stars 1 forks source link

Add Unit Settings #106

Closed avatarneil closed 2 years ago

avatarneil commented 3 years ago

First pass at #93... Tried abstracting things into lots of helper functions, and every approach just ended up feeling over-engineered. The meat and potatoes of this PR:

One thing I'd like to do before merging is get it so the settings page somehow indicates what your current setting is.

avatarneil commented 3 years ago

Apologies for all of the reformatting... Though the prettier config from #105 didn't come along with this PR, me setting my vscode to auto-format for vanilla js files did 😅

kelvinfan001 commented 3 years ago

Haha, no worries. Though I think merging #105 first then rebasing this on top of it would make the git diff a bit easier to read.