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
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
δυς
0af87e965d
Clean Up & Simplify the Type System ( #1116 )
2022-02-08 13:13:28 -05:00
Alec LaLonde
d45cfa0bce
Added common FieldDescription component
2022-02-05 21:47:40 +01:00
Alec LaLonde
7964ada48b
Form styling improvements, hide the apply button until user is logged in
2022-02-05 21:47:40 +01:00
δυς
f5295c3242
Reading and Writing Profile Info From Ceramic ( #943 )
...
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-01-25 16:51:53 -05:00
Alec LaLonde
4d29000f49
Fleshed out guild join page ( #1042 )
...
* Fleshed out guild join page
* Improved layout for mobile and others
* Prefer internal link
* small tweak for mobile display
Co-authored-by: mquellhorst <michiel@ooble.nl >
2022-01-17 11:10:40 +01:00
dan13ram
fe03537e8e
feat: embedded url profile section
2022-01-13 15:57:01 +05:30
vidvidvid
af4ca2f5e1
fix: display message only when loading is complete
2022-01-09 14:48:37 -07:00
vidvidvid
fc6b0b4214
chore: show 'no known players yet' message if no players
2022-01-09 14:48:37 -07:00
vidvidvid
32989d20e6
purge all font families apart from exo 2
2021-10-29 21:16:28 -06:00
Alec LaLonde
58b5b84af2
Added 'reload roles' button
2021-09-16 16:59:26 -06:00
Alec LaLonde
c9c807324b
Fixed initial population of discord role select fields
2021-09-16 16:59:26 -06:00
Alec LaLonde
cce43f2e9f
Implemented guild page players section
2021-09-02 15:34:33 -06:00
Alec LaLonde
dcdd58d4e0
Implemented state check in discord auth, added twitter/github URLs to guild form
2021-09-02 15:34:33 -06:00
Alec LaLonde
eb58572c20
Fixed a couple issues in guild member sync
2021-09-02 15:34:33 -06:00
Alec LaLonde
b14d41e6c0
Fixed discord oauth2 URL
2021-09-01 08:20:36 -06:00
Alec LaLonde
1783a34dfb
Cleaned up some config, error handling
2021-08-26 10:10:01 -06:00
Alec LaLonde
66a9f928aa
Attempt to pre-fill selected discord roles
2021-08-26 10:10:01 -06:00
Alec LaLonde
2106d766c7
Fixed multiselect validation, values
2021-08-26 10:10:01 -06:00
Alec LaLonde
b1927b8a40
Removed extraneous hook for fetching guild metadata
2021-08-26 10:10:01 -06:00
Alec LaLonde
86bd86ba34
Added saveGuildInformation action
2021-08-26 10:10:01 -06:00
Alec LaLonde
79e9455283
Added saveGuildInformation mutation
2021-08-26 10:10:01 -06:00
Alec LaLonde
30dbc737a8
Added guild_metadata table to hold admin-only guild information
2021-08-26 10:10:01 -06:00
Alec LaLonde
270bfa88e3
Added separate guild metadata table with different permissions
2021-08-26 10:10:01 -06:00
Alec LaLonde
6cc6d523da
Filled in most form fields for creating a guild
2021-08-26 10:10:01 -06:00
Alec LaLonde
b5e38e62c1
Fixed SSR error
2021-08-26 10:10:01 -06:00
Alec LaLonde
19f7272171
Stubbed out guildform using react-hook-form
2021-08-26 10:10:01 -06:00
dan13ram
ea3db28b66
fixed LinkOverlay issues
2021-08-25 08:56:33 -06:00
Michiel Quellhorst
2778f14fd6
Add internal / external position property to guilds ( closes #489 )
2021-08-10 17:11:59 -04:00
Will Holcomb
fbb2cc6669
removing isExternal from guild signup 📻
2021-07-28 06:38:25 +05:30
Will Holcomb
37dcbecaad
adding isExternal 🎈
2021-07-28 06:38:25 +05:30
Will Holcomb
d9876c563f
standardizing the capitalization of URL ⛽
2021-07-28 06:38:25 +05:30
Alec LaLonde
66db937c82
Cleaned up env variables, extracted to env-groups
2021-05-20 15:38:05 -06:00
dan13ram
c2e3782d28
added filters for /players page ( #566 )
...
* player filters for type and skills
* fetching multiple players in parallel
* removed tile fragment
* search by username or address
* better spacing
* availability filter
* timezone filter
* passing tests in ds
* submit form in search bar
* added better labels for timezone
* fixed test issue
* searching only if search >= 2 char
* meta select ds
* updated metabutton bg color
* parallel for > 50 only
* fix reset search filter
2021-05-19 20:49:06 +05:30
dependabot[bot]
b845e7d162
Bump eslint-plugin-import from 2.22.1 to 2.23.2 ( #560 )
...
* Bump eslint-plugin-import from 2.22.1 to 2.23.2
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.1 to 2.23.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2 )
Signed-off-by: dependabot[bot] <support@github.com >
* fixed eslint-plugin-import update
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dan13ram <dan13ram@gmail.com >
2021-05-17 23:12:47 +05:30
Michiel Quellhorst
496b8e0dcd
fixed 404 on guild detail page request ( #529 )
...
* fixed 404 on guild detail page request
* changes due to naming conventions
2021-05-12 20:30:49 +05:30
Alec LaLonde
f3c73c9d2a
Linter fixes
2021-05-01 23:50:28 -06:00
Alec LaLonde
63628fb55e
Added twitter_url and github_url to guild
2021-05-01 23:50:28 -06:00
mquellhorst
0b6017e759
guild pages implemented
2021-05-01 23:50:28 -06:00
mquellhorst
05bf6fd9cf
guild pages implemented
2021-05-01 23:50:28 -06:00
dan13ram
8517a26048
Upgrade dependencies ( #486 )
...
* upgraded storybook dependencies
* upgraded web dependencies
* updated timezone selector
* upgrade chakra in metamaps
* upgraded react-dnd in metamaps
* upgraded framer-motion
* fixed types in metamaps
* upgraded eslint
* upgraded lerna, husky and graphql
* upgraded node version
* removed metamaps package
* fixed all eslint issues
* ran yarn format to prettier format all files
* updated lint-staged & husky scripts
* add executable perms to pre-push scripts
* updated yarn.lock
* fixed eslint and moved chakra icons to ds
* fixed emotion errors
* removed extra useContext
* update yarn.lock
* upgraded more packages
* removed unnecessary .huskyrc.json
* lint fix
2021-05-01 12:46:48 +05:30
Alec LaLonde
c7eee3c4df
Fixed guild discord_invite_url reference, persist guild icon url from discord
2021-04-21 10:07:34 -06:00
Alec LaLonde
6e3fe89744
Changed oauth handler to use a web URL that calls the backend to exchange the given code
2021-04-21 10:07:34 -06:00