1064 Commits

Author SHA1 Message Date
thebeyondr
791402b816 Merge branch 'develop' into feat/create-quest/image 2022-11-15 19:29:10 -05:00
Alec LaLonde
bda52bada8 Added tooltip to quests page reminding users of dashboard blocks 2022-11-15 15:55:06 -07:00
Alec LaLonde
1d21d9f88c Simplified QuestsCompleted box, added QuestsCreated 2022-11-15 15:55:06 -07:00
Alec LaLonde
399cb8f345 Added completed quests box type to dashboard 2022-11-15 15:55:06 -07:00
HHH-GH
31214e63de Replace Seed diagram SVG with PNG
PNG file size is 154 KB vs the 1.18 MB SVG

Switch back to SVG when we've figured out how to optimise them for smaller file sizes?
2022-11-15 15:53:53 -07:00
HHH-GH
31d56d5b39 Tidying/updates of links in the pop-ups
Add extra link to Patron's Join page from Planting & Watering

Internal site links changed to relative paths, added https for external links (instead of href=//)
2022-11-15 15:53:53 -07:00
HHH-GH
3e06de871f New version of Seed icon
Previous version had some issues with transparency around the bottom edges
2022-11-15 15:53:53 -07:00
HHH-GH
b1fc782a84 Popups now have the blur background and same styles as the card components 2022-11-15 15:53:53 -07:00
HHH-GH
29f370e3aa Text and image updates
New icon for Seeds at the top

Use the newest version of the Seeds diagram, in SVG format

Removed mention of Seeds fund in Planting and Watering Seeds modal, updating it to mention MetaGame can help you water the seeds (like it says in the Patrons Join page
2022-11-15 15:53:53 -07:00
HHH-GH
09860b9a70 Update the page layout
Use the new Guild/Patron Join design as a model for the top half of the page

Add the new seed-diagram.png in assets

Make the cards look more like the new card design (background blur, width, etc
2022-11-15 15:53:53 -07:00
HHH-GH
56c9a29b10 Text updates for Seeds section
Removed the Seed Fund and FAQ sections

Updated text in Become a Patron modal

Updated text in Get Ranked modal

Changed uppercase SEEDS to title case Seeds in page text and menu link description
2022-11-15 15:53:53 -07:00
Alec LaLonde
ca4119e9c2 Reduced margin 2022-11-15 09:45:12 -07:00
Alec LaLonde
e21b92e9d6 Moved discord signup to its own page 2022-11-15 09:45:12 -07:00
Alec LaLonde
764aaf56c9 Re-added button to start guild join discord flow 2022-11-15 09:45:12 -07:00
thebeyondr
75e228b218 refactor: ♻️ Upload quest image through uploadFile helper 2022-11-15 07:52:03 -05:00
thebeyondr
0e756af202 refactor: 🔥 Remove uploadQuestImage from questHelpers 2022-11-15 07:52:03 -05:00
Y6NDR
4d374c8dd8 refactor: ♻️ Return ipfs:// prepended URL from image upload 2022-11-15 07:52:03 -05:00
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
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
δυς
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
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
vidvidvid
46af9ee498 disable arrows when submit proof modal is open
the arrows will still move the cursor correctly
2022-11-03 14:02:03 +01:00