Commit Graph

7 Commits

Author SHA1 Message Date
Austin Chen
51d7448879 Fixes according to Stephen's code review 2022-02-17 17:13:17 -08:00
Austin Chen
64267a7f1a From userpage, link to /profile (which is always editable now) 2022-02-17 16:49:55 -08:00
Austin Chen
066ca4cfbc Fix build; add a white ring around users 2022-02-17 16:49:55 -08:00
Austin Chen
527d00cafc Allow edits to their user page 2022-02-17 16:49:55 -08:00
Austin Chen
7338bdd47a
Automatically sort Tailwind classes with Prettier (#45)
* Add Prettier Tailwind plugin

* Autoformat Tailwind classes with Prettier
2022-02-11 10:40:22 -08:00
mantikoros
b4a68bf436 redirect signed out users on /profile and /trades to homepage 2022-02-03 21:19:42 -06:00
mantikoros
03f36cf954
User profile (#44)
* add id, userId to comment

* change user info cloud function and script; move cleanUsername to common

* change user info script

* fix rules

* add fund button: useLocation hook

* profile page

* merge

* profile stuff

* avatar uploading to storage bucket

* changeUserInfo: use transaction

* Styles for profile page

* Edit mode for profile, and more styles

Co-authored-by: James Grugett <jahooma@gmail.com>
2022-02-03 21:04:56 -06:00