Commit Graph

869 Commits

Author SHA1 Message Date
Alec LaLonde
bf05fef988 On /players, Load guilds and daos rather than daohaus memberships 2022-08-10 09:36:19 -06:00
Alec LaLonde
733580f831 Removed forLoginDisplay to clean up PlayerFragment 2022-08-10 09:36:19 -06:00
HHH-GH
1ff3b6ae5e Deleted a comma
The preference is that an Oxford comma is not used if it would appear directly before an ampersand
2022-08-01 20:06:06 -06:00
HHH-GH
53e96ff2bb Full-stop / period is included in rainbow text
If it is at the end of a sentence e.g. before was **rainbow text**. -> after is **rainbow text.**
2022-08-01 20:06:06 -06:00
HHH-GH
7c3d8b3734 Add new slide 'Why are we here?' and corresponding updates to nav/scroll (#1313)
- The text in the links in LandingHeader were updated to match the new headings
- Background image in the new slide is the same as WildWeb.tsx
- Also included some small text updates and formatting

The indenting and {' '} with Chakra Text as="strong" component got a little excessive.
Maybe go for strong className="gradient-text" ?
Works fine once compiled anyway.
2022-08-01 20:06:06 -06:00
HHH-GH
f5288009d3 Add headings on two slides
- Didn't use Heading component from @metafam/ds or @chakra-ui/react because those are set to use a Space Invader style font
- Copied the pb from the adjacent Text blocks so the spacing between them stays consistent
2022-08-01 20:06:06 -06:00
HHH-GH
14d6b7be08 Add the gradient to bold text (#1313)
- Added className="gradient-text" to <strong> text
- Did not add the gradient to headings
2022-08-01 20:06:06 -06:00
HHH-GH
0d9b3d27ac Text changes on the Wild Web slide (#1313)
- Removed the comma from "gold rushing cowboys, & snake oil salesmen"
- Put an &nbsp; between 'to' and 'navigate', so that if 'navigate' wraps down on the the next line, the 'to' will come along as well*.

* Cheap fix? But it will work with all possible screen widths, no need to fiddle around with all the edge cases.
2022-08-01 20:06:06 -06:00
Alec LaLonde
34dcc87664 Reverted the ceramic dependency bumps 2022-07-11 21:06:45 -06:00
Alec LaLonde
90f48fdb25 Bumped a whole bunch of deps 2022-07-11 21:06:45 -06:00
Alec LaLonde
e323a23b70 Improved announcement styling 2022-07-05 21:01:30 -06:00
Alec LaLonde
3d415e223b Compute show_discord_announcements flag based on given discord permissions 2022-07-05 21:01:30 -06:00
Alec LaLonde
700e315f1c Look up Discord permissions for showing guild announcements 2022-07-05 21:01:30 -06:00
Alec LaLonde
807263ea78 Improved UX for guild announcements 2022-07-05 21:01:30 -06:00
Alec LaLonde
8b10aa0219 Unified render 2022-07-05 21:01:30 -06:00
Alec LaLonde
5d91aa0a26 Implemented fetching announcements from Discord 2022-07-05 21:01:30 -06:00
Dennis Towns
f3277ca381 Landing page deeper links (#1291)
* Added new dashboard links to index.ts
2022-07-05 14:16:50 -04:00
Alec LaLonde
af24a4809d Fixed 'created by me' filter in quests page 2022-07-04 21:25:46 -06:00
Alec LaLonde
063c680d10 Added a couple more env variables to build 2022-07-04 20:03:03 -06:00
Alec LaLonde
306f7f0dd6 Post to give-props channel when a quest is accepted 2022-06-11 21:21:10 -06:00
δυς
3efb984a35 fixing changed third parameter for busboy.on('file') 🌻 (#1289) 2022-06-07 13:20:36 -07:00
vance4243
0b09a54302 rescale landing page arrow (closes #1277) 2022-06-03 01:42:25 -04:00
δυς
8eec746cbe Changing import location of isAddress function (closes #1274) 2022-05-31 07:13:41 -04:00
Arsenije Savic
ea42bea2c0 Dashboard fixes; closes #1209, #1210, #1223, & #1224
* Remove connect to progress if the network is not mainnet

* Move xpHelpers to the utils

* Add tests to the utils package

* Add xpHelpers test

* Add convertToRoman util function

* Display current season label dynamically

* Add onboarding text if player does not have xp

* Remove ConnectToProgress import

* Add connect to progress if the network is not mainnet

* Show edit button if network is not main

* Refactor xp helper season start

* displaying modal when chain change is needed 🛬

* using Unicode Roman numerals Ⅲ

* slight formatting fixes 🗯
2022-05-18 01:48:07 -04:00
vance4243
15487abc42 MetaGame → Community → Events link update (#1268)
Changed url to Calendar in our Wiki
2022-05-17 15:09:44 -04:00
Alec LaLonde
341961e581 Fix XP sync for players with multiple linked eth addresses in SC (#1266)
* Use latest eth address rather than the first when migrating XP data

* Changed imports from ethers package
2022-05-11 10:24:52 -04:00
Ramon Canales
88719d7579 Build fix and removing useless code 2022-05-07 15:20:30 -06:00
Ramon Canales
0879473cef addressing Alec's comments on the PR 2022-05-07 15:20:30 -06:00
Ramon Canales
0fe965544f changing to MWW prod url 2022-05-07 15:20:30 -06:00
Ramon Canales
f6186dc8d3 Implementing proper outline button based on design system 2022-05-07 15:20:30 -06:00
Ramon Canales
b5de4950b3 finished integration 2022-05-07 15:20:30 -06:00
Ramon Canales
35caa695b9 adding almost all logic and ui elements 2022-05-07 15:20:30 -06:00
Alec LaLonde
4d759d6f28 type wrangling 2022-05-03 09:31:01 -06:00
dan13ram
20a87c5bee fix: merge conflicts 2022-05-03 09:31:01 -06:00
dan13ram
ca109f87ab feat: upgraded dependencies 2022-05-03 09:31:01 -06:00
dan13ram
f0d9b0966c fix: incorporated review comments from @dysbulic & @vidvidvid 2022-05-03 09:31:01 -06:00
dan13ram
ec6cc7f2f7 fix: fixed issues on landing page 2022-05-03 09:31:01 -06:00
dan13ram
85439675e0 feat: connect to mainnet to continue with switch network on metamask 2022-05-03 09:31:01 -06:00
dan13ram
ccba03ea43 feat: join button 2022-05-03 09:31:01 -06:00
dan13ram
0baa64c92d fix: fixed landing page issues + scrollSnap 2022-05-03 09:31:01 -06:00
dan13ram
8ede771cf7 feat: moved landing to index 2022-05-03 09:31:01 -06:00
dan13ram
87ea77108d feat: metamask switch network support + fixed dependancy cycle 2022-05-03 09:31:01 -06:00
Alec LaLonde
e3dc738288 Regenerated yarn.lock after rebase 2022-04-25 21:14:29 -06:00
luxumbra
d4fbf18021 designer approved image
- plus added a new property for the SEO component so we can select what style of card is shown when sharing the URL
2022-04-23 13:44:16 -06:00
luxumbra
1fef89c9bc better og image 2022-04-23 13:44:16 -06:00
luxumbra
3db8c96fa9 base url as the default for `useRef🤞 2022-04-23 13:44:16 -06:00
luxumbra
a5f96ddd0b useRef defaults to a an empty string
Hopefully this is an improvement @dysbulic?
2022-04-23 13:44:16 -06:00
luxumbra
ef76b2d7ab addressing feedback from @dysbulic 2022-04-23 13:44:16 -06:00
luxumbra
dc7f7902c9 improved the getting of the origin 2022-04-23 13:44:16 -06:00
luxumbra
870a9602b6 Better text and image dimensions 2022-04-23 13:44:16 -06:00