Udit Takkar
3819a0d136
fix: css bugs
2022-02-23 13:02:46 +05:30
Udit Takkar
051c22fc42
feat: portal created for search box
2022-02-23 02:26:24 +05:30
Udit Takkar
d473932566
fix: remove type
2022-02-19 01:54:23 +05:30
Udit Takkar
2afd8d9e58
fix: fix all inconsistency in search
2022-02-18 21:03:41 +05:30
Udit Takkar
24b38bbe59
fix: adding limit 3 in guilds
2022-02-18 18:55:06 +05:30
Udit Takkar
85280970bf
fix: relative imports
2022-02-18 18:55:06 +05:30
Udit Takkar
743fbd1f86
fix: file name
2022-02-18 18:55:06 +05:30
Udit Takkar
5b59c42c05
feat: switchMap and forkJoin added
...
search_guilds function removed
style improved
2022-02-18 18:55:06 +05:30
Udit Takkar
46f21320e7
fix: handled all cases for hiding and showing search results box
2022-02-18 18:55:06 +05:30
Udit Takkar
eb8395424d
chore: comment use State
2022-02-18 18:55:06 +05:30
Udit Takkar
ff13f71016
chore: comment unused import
2022-02-18 18:55:06 +05:30
Udit Takkar
a2d0656140
fix: useEffect type bug
2022-02-18 18:55:06 +05:30
Udit Takkar
11a5e4eaf9
feat: search results for guilds added
2022-02-18 18:55:06 +05:30
Udit Takkar
29147f08ee
feat: search results for players page adde
2022-02-18 18:55:06 +05:30
Udit Takkar
d9a8a7beed
feat: chakra ui input and onClick added
2022-02-18 18:55:06 +05:30
Udit Takkar
8f29987c9f
feat: search filters for search page added
2022-02-18 18:55:06 +05:30
Udit Takkar
8ca4cf07cb
refactor: made search component more readable and modular
2022-02-18 18:55:06 +05:30
Udit Takkar
8856527280
fix: adding postion absolute to search box
2022-02-18 18:55:06 +05:30
Udit Takkar
a7603c2508
feat: basic search funcitonality added
2022-02-18 18:55:06 +05:30
Udit Takkar
6814d99936
feat: adding more colors
2022-02-18 18:55:06 +05:30
Udit Takkar
ee0d6d448f
feat: rxjs search input and graphql queries added
2022-02-18 18:55:00 +05:30
dan13ram
fd9b039149
fix: megamenu padding issues
2022-02-18 15:37:28 +05:30
dan13ram
1c92f63b9f
fix: landing page ui issues
2022-02-18 15:37:28 +05:30
dan13ram
8ec8e336b4
fix: me page
2022-02-18 15:37:28 +05:30
dan13ram
ac5f3fe98e
fix: login issues
2022-02-18 15:37:28 +05:30
dan13ram
eac99b1251
refactor: cleaned up MegaMenu components
2022-02-18 15:37:28 +05:30
dan13ram
a57e6433c1
refactor: moved quest components into its folder
2022-02-18 15:37:28 +05:30
dan13ram
40e65d75d1
review changes from @dysbulic
2022-02-17 11:49:52 +05:30
dan13ram
3c7c590dce
feat: better error handling in opensea hook
2022-02-17 11:49:52 +05:30
dan13ram
c36c67504f
fix: moved opensea to api & fixed env var
2022-02-17 11:49:52 +05:30
Scott Stevenson (@tenfinney)
2b1fb1c20b
code review requests from @dan13ram
2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
f24b22c3da
having eslint ignore a console.error call 🎑
2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
43434357bd
preventing menu flip & wrapping player hero characteristics 🕵🏾
2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
9acc0443d9
clearing auth token on address change 🍡
2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
f225de93c8
debugging authentication process ⛺
2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
dc5eb4db5f
75 of 100 files from #1078 have been added; need to rebase the parent branch 🚲
2022-02-16 20:17:48 +05:30
δυς
0af87e965d
Clean Up & Simplify the Type System ( #1116 )
2022-02-08 13:13:28 -05:00
δυς
81883f940e
Miscellaneous changes pulled from #1078 ( #1115 )
...
#1078 is at about 4,000 lines changed and includes both code implementing features and unrelated functional and stylistic changes. This set of changes is about ⅓ of the total and should be largely independent.
These changes include:
* have Dependabot ignore `patch` version changes
* switch the cache invalidation Hasura action to asynchronous
* add a uniqueness constraint on the combination of player and skill ids
* print a comprehensible error message in the db seeding script on network errors
* add a mutex on the account creation process & allow it to happen only once *(subsequent runs were failing b/c of the uniqueness constraint on the ETH address & returning `null` (closes #1098 ))
* adds some more profile editing related types
* renames `HighLow7dType` to `HighLowType`
* refactors the `ColorBar` component to include links to a color explanation
* replaces `fake-tag`'s `gql` string identifier with the dependency-free `/* GraphQL */`
* rename `lib/hooks/useUserXp.ts` to `useUserXP.ts`
* fixed some typings to remove `any`s
* bumped some library versions & fixed the version numbers of some others
2022-02-08 06:01:06 -05:00
vidvidvid
e0e091dfa5
chore: remove unused import
2022-02-07 16:48:38 +01:00
vidvidvid
f3a2631158
feat: add confirmation modal to reset/cancel actions
2022-02-07 16:48:38 +01:00
vidvidvid
1cbb5d076f
style: replace cancel icon, fix mobile view of edit buttons
2022-02-07 16:48:38 +01:00
dan13ram
84c707c4c0
feat: show reset to default button only when changed
2022-02-07 16:48:38 +01:00
vidvidvid
fedcd6c23f
style: increase font size and icon of XP and seed on mobile
2022-02-07 16:48:38 +01:00
vidvidvid
254adac576
chore: font size and weight
2022-02-07 16:48:38 +01:00
vidvidvid
e7bd6ee909
refactor: reuse XP + seeds balance in menu on client and mobile
2022-02-07 16:48:38 +01:00
vidvidvid
6003009bef
fix: position of menu in relation to the triangle
2022-02-07 16:48:38 +01:00
vidvidvid
1a99af9287
chore: rename button
2022-02-07 16:48:38 +01:00
vidvidvid
d56eaf5cb9
style: fix player stats bar on mobile
2022-02-07 16:48:38 +01:00
vidvidvid
37f19ed59e
style: fix the jumping of menu when loading
2022-02-07 16:48:38 +01:00
vidvidvid
e06f39f24e
style: center the menu + revert size of xp and seeds
...
based on discussion with dave
2022-02-07 16:48:38 +01:00