G.Ambatte

Results 209 comments of G.Ambatte

Account not logged in to Google: ![image](https://user-images.githubusercontent.com/19826659/192175232-0d1a125e-76d3-4dec-96e7-e5f42a0fcd07.png)

Added an `Account` button in the account menu (between `Brews` and `Logout`). ![image](https://user-images.githubusercontent.com/19826659/192202299-a7b1d312-4000-4ece-8204-881ef17798ca.png)

> That does bring up a question though: Are all "UIPage"-type pages going to be the same "white page with dataGroup blocks?" I mean, that's the idea, right? The idea...

I've added a couple of additional Nav bar items to the UI base page, to mirror the Home page Nav bar.

With the additional work done here, this PR will also fix #2043.

I've modified how data is passed into the base UI Page, let me know what you think.

> Side note: the homebrew data model and UI does include a "tags" field, but it is commented out and undeveloped. > > There is interest in tags for organising...

Looks like it works fine in both Windows Chrome & Firefox. The `sort-container` position is off-center in both browsers, but combined with the rework of that element in #2379, I...

[This](https://github.com/naturalcrit/homebrewery/blob/179d5e63124b388ed9eaa67d9c4b4e405134412b/server/app.js#L21) appears to be the line that is at least in part causing the issue; any ID over 12 characters long is treated as a Google brew ID. This is...

I don't believe that there currently is, but it would be a sensible thing to do. Lodash's debounce() should be perfect for exactly this function - https://lodash.com/docs/4.17.15#debounce