Will Holcomb
d778cdaa4e
MyMeta Fix: Nested Link Error ( #737 )
...
* reposition LinkOverlay link (fixes #732 ) 🎳
* remove now unused MetaLink reference 🍳
2021-08-04 00:22:12 +02:00
Will Holcomb
01c0af4fa4
Make entire player tile into a link ( fixes #343 ) 🖇
2021-07-31 23:14:21 -04:00
Will Holcomb
9eb2eb66d6
invalidating cache entry on profile page load 💣
2021-07-28 06:38:25 +05:30
dan13ram
9cf311062f
minor semantic fixes
2021-07-27 07:24:00 +05:30
dan13ram
87fd8e11da
padding above about section
2021-07-27 07:24:00 +05:30
dan13ram
987aa80ed5
added about with max length
2021-07-27 07:24:00 +05:30
dan13ram
8c05e70e31
better styling for player timezone & profile page
2021-07-27 07:24:00 +05:30
dan13ram
cbeb604c27
fixed filters not working with touch handlers
2021-07-27 07:24:00 +05:30
dan13ram
31ae438a78
display GMT+0:00 for GMT
2021-07-27 07:24:00 +05:30
dan13ram
612d094dda
updated player tile to show timezone instead of about
2021-07-27 07:24:00 +05:30
dan13ram
893e1b7a55
better messaging for no players found
2021-07-27 07:24:00 +05:30
dan13ram
85fd06f35c
fixed daoHaus membership links
2021-07-27 07:24:00 +05:30
dan13ram
24e7b166ba
fixed useEffect called too many times
2021-07-27 07:24:00 +05:30
dan13ram
c5516951f7
better messaging for timezone filter
2021-07-27 07:24:00 +05:30
dan13ram
c41246bb4e
showing adjacent timezones for players
2021-07-27 07:24:00 +05:30
Tommy
90267583c5
The color display on a player's profile is broken ( fixes #716 ) ( #722 )
...
* Fixed UI bug on PlayerHero.tsx
* Updated PlayerHero.tsx: Fixed UI bug
Fixed bug on color bar causing excess spacing.
* fix indent
* removing whitespace
* removing whitespace
2021-07-26 21:36:24 -04:00
mquellhorst
78cef4b817
removed obsolete props
2021-07-19 18:13:43 +05:30
mquellhorst
7bac58f188
necessary changes to the types
2021-07-19 18:13:43 +05:30
mquellhorst
6e0e0d3ba5
removed useState inside render
2021-07-19 18:13:43 +05:30
dan13ram
d1ec0e8501
better search for timezone filter
2021-07-11 17:12:28 -06:00
dan13ram
5932e4158f
fix typo
2021-07-08 13:26:46 -06:00
dan13ram
368caf1494
added key for map in render
2021-07-08 13:26:46 -06:00
dan13ram
44384659d9
added styles and show results buttons
2021-07-08 13:26:46 -06:00
dan13ram
a35afd27c3
setup basic structure for mobile filters layout
2021-07-08 13:26:46 -06:00
dan13ram
1fa9085170
fixed glitches due to IntersectionObserver
2021-07-08 10:30:26 -06:00
dan13ram
cd6ab4118e
fixed ui bug with count display
2021-07-08 10:30:26 -06:00
dan13ram
e0416c1396
fixed searchText filter used bug
2021-07-08 10:30:26 -06:00
dan13ram
354dc22228
fetching count and players simultaneously
2021-07-08 10:30:26 -06:00
dan13ram
11286feb44
only search filter used
2021-07-08 10:30:26 -06:00
dan13ram
9c2a11b993
added pagination for players page
2021-07-08 10:30:26 -06:00
chair
e39f74a3cc
yarn lint
2021-06-27 12:11:03 -07:00
chair
697f3b9b68
Update packages/web/components/Player/PlayerAvatar.tsx
...
Co-authored-by: dan13ram <dan13ram@users.noreply.github.com >
2021-06-27 12:11:03 -07:00
chair
a99c573931
Update packages/web/components/Player/PlayerAvatar.tsx
...
Co-authored-by: dan13ram <dan13ram@users.noreply.github.com >
2021-06-27 12:11:03 -07:00
chair
830e2f1752
return h and w
2021-06-27 12:11:03 -07:00
chair
4c30224260
run yarn lint
2021-06-27 12:11:03 -07:00
chair
24cb1ee2e1
Add PlayerAvatar class to PlayerHero
2021-06-27 12:11:03 -07:00
chair
cabd36fd17
run yarn lint
2021-06-27 12:11:03 -07:00
chair
857fa79ac5
Fix transparent bg profile img bug [fixes 385]
2021-06-27 12:11:03 -07:00
Matthew Cantelon
08198ecdcb
feat: make list items into links
...
This matches the NFT gallery functionality
2021-06-24 11:11:39 -06:00
Matthew Cantelon
62376d0f9b
feat: show DAOs in a modal and match NFT gallery styling
...
(cherry picked from commit a29835078c490e73ef2cc447d8c10959915cd560)
2021-06-24 11:11:39 -06:00
dan13ram
591b7d1e9f
updated filters with new design
2021-06-14 14:01:24 +05:30
Luxumbra
5f8d6429d8
Feature/550 personality type styles ( #628 )
...
* Gradients, colours & Icons added as per Figma
* forgot to remove `SVG` from the ds import
* formatting improvements
* Added in the correct colour value for courage
removed the quotes and added correct font (mono) for the type title
* Tweak to the white type to be moar white.
* responses to feedback from @dysbulic
2021-06-13 23:57:34 -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
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
Pacien Boisson
dfff04ebaa
[Quests] Frontend ( #437 )
...
* squash frontend changes
* Style quest explorer
* Style quest page
* Dates
* Dates
* Typecheck
* Prettier
* Fix create page layout
* Update only OPEN quests
* Repetition info
* Fix create quest errors
* Quest form Textarea
* Quest form Textarea
* Truncate texts
* Redirect if user not logged in
* Tooltips
* Factorize skills tags
* fix username in completions
* Metafam as default guild on creation
* Layouts
* Remove todo
* cooldown
* Rename to "claim quest"
* squash frontend changes
* Style quest explorer
* Style quest page
* Dates
* Dates
* Typecheck
* Prettier
* Fix create page layout
* Update only OPEN quests
* Repetition info
* Fix create quest errors
* Quest form Textarea
* Quest form Textarea
* Truncate texts
* Redirect if user not logged in
* Tooltips
* Factorize skills tags
* fix username in completions
* Metafam as default guild on creation
* Layouts
* Remove todo
* cooldown
* Rename to "claim quest"
* Move ConfirmModal in ds
* Extract pSeed balance
* Fix "created by me" switch
* Reword complete quest
* Style quest form
* prettier
* lint
2021-04-08 15:32:27 +04:00
Will Holcomb
51b349745f
code review changes from @alaonde to hopefully code #422 🥅
2021-03-28 22:08:25 -06:00
Will Holcomb
f00bee9b41
~ minimum code to add color chooser 🔦
2021-03-28 22:08:25 -06:00
dan13ram
c276f6a057
[MyMeta] Patrons leaderboard ( #395 )
...
* added seed-graph as a new remote schema
* removed unwanted remote schema and added a query
* updated seed-balances remote schema logic
* patron leaderboard
* refactored player skills & memberships components
* removed unnecessary key in tile components
* removed getTokenBalance folder
* reduced number for calls for fetching patrons
* updated logic to use the new backend query
* made patron tiles shorter
2021-03-16 11:11:43 +05:30
dan13ram
4d59ac3f1b
moved brightId verified tag to contacts ( #388 )
...
* moved brightId verified tag to contacts
* empty commit
2021-03-08 20:17:57 +05:30
dan13ram
965be2782a
setup brightId verified labels ( #361 )
...
* setup basic brightId hook
* updated brightId logo
* polling brightId status & refreshing
* incorporated review comments
2021-03-02 17:50:13 +05:30