-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[frontend] Unified panels #812
Conversation
2c4c279
to
ecbf950
Compare
0edf3e6
to
7cebb50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks great and it's a big step up from what we had before :)
Just some comments about style, and some comments about commented-out code that perhaps should be deleted -- I may have been too zealous here though, because I saw you also put code in that we can just uncomment out later when more features are implemented, so take my recommendations here with a pinch of salt!
Love the experience of the emoji upload page, that's absolutely brilliant <3
Oh yeah, also please check through for console.log
calls and make sure you're not logging things unnecessarily -- when running this locally i see quite a few logs in the console that you probably put in there for debugging
Reworking the currently separate user and admin settings panels into a consistent whole. Hopefully fix some other papercuts with them along the way as well.
very work in progress