Commit Graph

1710 Commits

Author SHA1 Message Date
thebeyondr
a4cd86fd30 fix: 🔥 Remove autoFocus from Roles and Skills selectors 2022-11-15 07:52:03 -05:00
thebeyondr
f27040b597 refactor: Make image input play better with react-hook-forms 2022-11-15 07:52:03 -05:00
thebeyondr
67a7507e96 feat: Place image upload before quest creation 2022-11-15 07:52:03 -05:00
thebeyondr
add395c0a9 feat: Add image upload to questHelpers 2022-11-15 07:52:03 -05:00
thebeyondr
cc4be89551 refactor: Connect image input to react-hook-form and update styles 2022-11-15 07:52:03 -05:00
thebeyondr
733ac9d2e2 feat: Add UI for adding image when creating a quest 2022-11-15 07:52:03 -05:00
thebeyondr
d00a758a83 Merge branch 'feat/new-cards' of github.com:MetaFam/TheGame into feat/new-cards 2022-11-15 07:44:32 -05:00
vidvidvid
af58e4841e improvements on accessibility of cards 2022-11-15 13:08:58 +01:00
vidvidvid
08b45c8dc3 fix the key issue 2022-11-15 10:26:01 +01:00
vidvidvid
efb992a243 rebasing fix 2022-11-15 10:07:56 +01:00
vidvidvid
d237182607 update roles images and descriptions
fix font size
2022-11-15 10:06:35 +01:00
vidvidvid
f383a1fe3c remove quest status and repetition 2022-11-15 10:05:22 +01:00
vidvidvid
948a18e27d make all card images square & clickable 2022-11-15 10:04:54 +01:00
vidvidvid
8c73822289 fix QuestDetails page 2022-11-15 10:04:15 +01:00
vidvidvid
e86e484141 QuestTile 2022-11-15 10:04:02 +01:00
vidvidvid
412ee1521e Role Path cards
fix
fixes
2022-11-15 10:03:40 +01:00
vidvidvid
81f9f97b1c change skills for type 2022-11-15 10:02:46 +01:00
vidvidvid
80a80ac239 improve PlayerTile & GuildTile 2022-11-15 10:02:46 +01:00
vidvidvid
68de7afe53 PatronTile 2022-11-15 10:02:46 +01:00
vidvidvid
baeddea890 GuildTile 2022-11-15 10:02:46 +01:00
vidvidvid
fe40c16da8 extract PlayerRank 2022-11-15 10:01:40 +01:00
vidvidvid
c37414d832 give the tilt to the MetaTile 2022-11-15 10:01:40 +01:00
vidvidvid
0e9f5df5c6 style fixes 2022-11-15 10:01:06 +01:00
vidvidvid
4f15fd807c hack the links (so <a> can be inside another <a> 2022-11-15 10:01:06 +01:00
vidvidvid
29374d5438 redesign of the cards #2 2022-11-15 10:01:06 +01:00
vidvidvid
926e6bba0d add tilting to the cards 2022-11-15 10:01:06 +01:00
vidvidvid
d71b77cf72 remove forwardRef 2022-11-15 10:01:06 +01:00
vidvidvid
1e938dce70 redesign of the cards #1 2022-11-15 10:01:06 +01:00
Alec LaLonde
54f1f1205a Too many dependencies 😭 2022-11-15 09:59:44 +01:00
Alec LaLonde
1ee1e046ad Fix local dev in docker 2022-11-15 09:59:44 +01:00
δυς
9e37df6207 Update MyMeta to ECMAScript Modules + Switch to DID:PKH (#1429)
* beginning ESM transition: Ceramic libraries, Next.js, & TypeScript configuration 🇭🇰

* updating Chakra, React, & Next image `import`s 👔

* upgrading `@types/react`, import extensions for Node, & b64 SVG to PNG ⛹🏿‍♀️

* fixing relative import names & upddating @types packages 📻

* removoing WYSIWYG editor, draft-js, & updating express ⛹🏿‍♀️

* updating OpenSea 🚲

* ¡@metafam/utils is building! 📰

* ¡Discord bot is building! 👘

* ¡backend is building! 🛩

* fixed everything but Ceramic DID update 🏍

* switching to DID:PKH 📦

* fixing "only one child allowed" error 🙇🏿‍♀️

* importing `React` as required by tsc's `isolatedModules` 🇲🇰

* disabling testing rather than taking the time to fix jest ⚜

* removing set `types` from `tsconfig` to fix compilation error 🥦

* printing tests disabled warning, hopefully 🙀

* setting file to be copied to the new resolver 👁️‍🗨️

* "paths-resolver" not "paths-resolve" 🦴

* switching back to relative paths rather than trying to fix `paths` 

* `yarn backend:dev` not working, testing GitHub build 🎺

* removing design system build & fixing some images ✊🏿

* fixed "expected function got string" error & trying to address undefined HTMLElement 🐡

* fixing @emotion/react tree shaking by making external 🏏

* including eslint config in Dockerfile 🌾

* fixing more images 🎯

* updating DIDs & switching back to an updated DID:3 ❇

* switching to w3s.link gateway & fixing early termination of storage endpoint 🔭

* switching back to ipfs.io gateway b/c w3s.link serves SVGs as application/xml which are CORB blocked 🥾

* fixing node config name in eslint ignore & shortening some paths 🧰

* fixing ts-node not handling project references 🥁
2022-11-14 11:26:41 -05:00
vidvidvid
86629af04c make all card images square & clickable 2022-11-09 20:22:32 +01:00
vidvidvid
1b15c6415b fix QuestDetails page 2022-11-09 19:25:22 +01:00
vidvidvid
708f6f3471 QuestTile 2022-11-09 15:31:00 +01:00
vidvidvid
1f83c6616b Role Path cards
fix
fixes
2022-11-09 14:44:59 +01:00
vidvidvid
5be4a5b59e change skills for type 2022-11-09 14:19:43 +01:00
vidvidvid
2fd55be73d improve PlayerTile & GuildTile 2022-11-09 14:19:43 +01:00
vidvidvid
e3f02bebd7 PatronTile 2022-11-09 14:19:43 +01:00
vidvidvid
7ba82b01c2 GuildTile 2022-11-09 14:19:43 +01:00
vidvidvid
d4973284a1 extract PlayerRank 2022-11-09 14:19:43 +01:00
vidvidvid
aa046dc6d2 give the tilt to the MetaTile 2022-11-09 14:19:43 +01:00
vidvidvid
6b5fb10e45 style fixes 2022-11-09 14:19:43 +01:00
vidvidvid
7d1ff6c32b hack the links (so <a> can be inside another <a> 2022-11-09 14:19:43 +01:00
vidvidvid
f97eb258e3 redesign of the cards #2 2022-11-09 14:19:43 +01:00
vidvidvid
0ab680ff94 add tilting to the cards 2022-11-09 14:19:43 +01:00
vidvidvid
1c1e55b62e remove forwardRef 2022-11-09 14:19:43 +01:00
vidvidvid
212d180cda redesign of the cards #1 2022-11-09 14:19:43 +01:00
vidvidvid
9da7fd4b32 QC mobile glitches (#1436)
* WIP on improving the UX for mobile users

* removed the border i added to test something

* disable dragging on mobile

user can navigate through the quests by clicking on the next tile, by clicking the little hands pointing left or right or by using the slider

* hide prev button in the first quest & next button on last quest
fix

Co-authored-by: luxumbra <me@luxumbra.dev>
2022-11-09 12:51:50 +00:00
vidvidvid
7b538cfc9c persist also file and image 2022-11-03 14:02:03 +01:00
vidvidvid
db225e08a4 persist description when closing the modal & navigating elsewhere 2022-11-03 14:02:03 +01:00