Commit Graph

573 Commits

Author SHA1 Message Date
vidvidvid
e03e16c72f style: button hovers & lint 2022-03-20 20:02:04 +01:00
vidvidvid
281d96f09c style: prettify roles 2022-03-20 20:02:04 +01:00
vidvidvid
97ae0a5e6a fix: remove shadows, remove membership step, rename stuff 2022-03-20 20:02:04 +01:00
vidvidvid
0c5e9d044b Name -> Username 2022-03-20 20:02:04 +01:00
vidvidvid
8c10e4382e fix: rebase problems with edit profile modal 2022-03-20 20:02:04 +01:00
vidvidvid
7bd02d78a5 chore: Description -> Bio + username -> name 2022-03-20 20:02:04 +01:00
vidvidvid
21d863cd90 feat: add description step 2022-03-20 20:02:04 +01:00
vidvidvid
efa39d83a8 style: align edit profile form 2022-03-20 20:02:04 +01:00
vidvidvid
e25fce5b9d chore: change role descriptions 2022-03-20 20:02:04 +01:00
vidvidvid
aaf2e733e5 chore: unused import 2022-03-20 20:02:04 +01:00
vidvidvid
c049914030 fix: color disposition 2022-03-20 20:02:04 +01:00
vidvidvid
33a6e51bbc fix: name setup + icon 2022-03-20 20:02:04 +01:00
dan13ram
93d9e20a8f minor UI tweaks 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
9c2b4c24ed profile editing header color & font were off 🇦🇴 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
1de988362c removal of {' '}s in favor of margins 🏀 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
23d9198164 fixing error from ModalFooter being in ModalBody 🎈 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
d797caabd2 💐 git mv EditProfileForm.tsx EditProfileModal.tsx 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
6f9a860fff landing page consistency, punctuation, & fixing overlaps 🥋 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
35f6ffedec final consistency checks on SEEDs page 🏑 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
9841cd341d tons of consistency formatting for SEEDs page 🎄 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
dfdf66b777 💨 git checkout develop packages/web/pages/index.tsx 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
c5b78e8dc6 disabling DAOHaus Graph & enabling better logging on GraphQL generation 🐭 2022-03-17 23:09:32 +05:30
W.J. “dysbulic” H
241859d13d handling image load error & preserving image filenames 🥫 2022-03-17 23:09:32 +05:30
dan13ram
4a244d48cc fix: incorporated review comments from @dysbulic & @vidvidvid 2022-03-17 23:09:32 +05:30
dan13ram
d8d3d9ee30 fix: player avatar & type 2022-03-17 23:09:32 +05:30
dan13ram
5c9730f246 fix: minor fixes in seed page 2022-03-17 23:09:32 +05:30
dan13ram
40410b910f fix: fixed issues on landing page 2022-03-17 23:09:32 +05:30
dan13ram
555c8d8e03 feat: added start page 2022-03-17 23:09:32 +05:30
dan13ram
794e4cef7b fix: uniform setup screens 2022-03-17 23:09:32 +05:30
dan13ram
95658e33ff feat: connect to mainnet to continue with switch network on metamask 2022-03-17 23:09:32 +05:30
dan13ram
833f36bf5d feat: join button redirects based on user creation date 2022-03-17 23:09:32 +05:30
dan13ram
2945f6144d feat: join button 2022-03-17 23:09:32 +05:30
dan13ram
f0aa9cffc8 fix: fixed landing page issues + scrollSnap 2022-03-17 23:09:32 +05:30
Alec LaLonde
e7e9135043 Removed weird color scheme 2022-03-15 21:00:50 +05:30
Alec LaLonde
cd5d5e3fc4 Fixed guild edit icon permission, added proper guild edit page 2022-03-15 21:00:50 +05:30
dan13ram
3753b2b8ac fixed minor issues in start page 2022-03-14 19:09:47 +01:00
dan13ram
610e2e95a7 fixed subscribe link 2022-03-14 16:04:20 +01:00
dan13ram
6607ce1075 fixed switch network button flow 2022-03-14 16:04:20 +01:00
dan13ram
8a0139e107 feat: onboarding flow v2 2022-03-14 16:04:20 +01:00
Alec LaLonde
febee67d24 Cleaned up setupmmemberships component to match the player memberships modal UI 2022-03-08 20:26:24 +05:30
Alec LaLonde
c764ddc8b5 Addressed dan's suggestions 2022-03-08 20:26:24 +05:30
Alec LaLonde
ca838d818c Added DAO links to guild page 2022-03-08 20:26:24 +05:30
Alec LaLonde
dceacb94dd If no players are associated with a dao, delete it 2022-03-08 20:26:24 +05:30
Alec LaLonde
88decd7f5a Added link to edit your own guild 2022-03-08 20:26:24 +05:30
Alec LaLonde
2c457293c2 First pass at dao form input 2022-03-08 20:26:24 +05:30
dan13ram
7bc99d4b45 Fix Onboarding + A Bunch of Other Issues (#1181)
* feat: metamask switch network support + fixed dependancy cycle

* feat: moved landing to index

* feat: updated favicon

* fix: fixed landing page issues + scrollSnap

* feat: join button

* fix: fixed seed script with new prod schema

* feat: join button redirects based on user creation date

* fix: minor ui bug fixes

* feat: connect to mainnet to continue with switch network on metamask

* fix: uniform setup screens

* fix: fixed XP on dashboard

* feat: added start page

* fix: fixed issues on landing page

* fix: fixed minor issues on dashboard

* fix: update idx profile in auth webhook for new players

* fix: minor fixes in seed page

* fix: player avatar & type

* fix: incorporated review comments from @dysbulic & @vidvidvid

* fix: more review comments
2022-03-07 10:20:26 -05:00
dan13ram
917160ecbd feat: updated dashboard layout styles 2022-03-02 11:21:28 +01:00
dan13ram
96f0f1f417 fix: fixed menu spacing 2022-03-02 11:21:28 +01:00
dan13ram
411a804699 fix: fixed minor bugs in profile page 2022-03-02 11:21:28 +01:00
Scott Stevenson (@tenfinney)
93563088ea centered available roles label 2022-03-01 09:35:36 +05:30