1257 Commits

Author SHA1 Message Date
Seroxdesign
ac21353f0c background rehaul 2023-11-30 07:40:47 -05:00
HHH-GH
bcd4f0a07f Increased line height in quest tile heading to prevent clipping of descenders of y and g 2023-11-26 09:13:52 -07:00
HHH-GH
b4b1f3e218 Change quest status option from Deleted to Archived
Plus tidying some unused imports
2023-11-26 09:13:52 -07:00
HHH-GH
8aee3f6c68 Change where questRoles and questSkills are assigned, use camelCase to pass linting 2023-11-26 09:13:52 -07:00
HHH-GH
2f69a433b1 Quests can be set as deleted using the useUpdateQuestMutation 2023-11-26 09:13:52 -07:00
HHH-GH
f7a3581c1e Added DELETED option to Quest Status enum 2023-11-26 09:13:52 -07:00
HHH-GH
40800f3c58 Stub for Delete flow 2023-11-26 09:13:52 -07:00
HHH-GH
df4a92b7a7 Basic appearance of Delete Quest modal
Added delete button, added the AlertDialog component and added AlertDialogCloseButton to design system exports. Actual delete functionality not added.
2023-11-26 09:13:52 -07:00
HHH-GH
d1b39e8716 Use QuestDetailsImage for the image preview
It matches better with the new design
2023-11-26 09:13:52 -07:00
HHH-GH
08a6a65ad7 Removed the external link field.
It's not going to be used any more; no one knew what it was supposed to be used for
2023-11-26 09:13:52 -07:00
HHH-GH
ab54ef595d Fix up the repetition/cooldown.
RepetitionTag was showing a placeholder value; QuestForm was showing the value in seconds instead of hours
2023-11-26 09:13:52 -07:00
HHH-GH
202adef4b6 A min height makes the 'created by me' switch the same height as the MetaFilterSelectSearch components
This is needed because at certain screen sizes it wraps on to its own row and shrinks
2023-11-26 09:13:52 -07:00
Alec LaLonde
46b4221964 Fixed MWW integration, removed more cruft 2023-11-26 09:13:52 -07:00
N I T E
1660c91f43 Change Landing Page CTA (#1640)
* add langing page cta; speed up 1liners

* sort fix

* add gradient

* absolute position

---------

Co-authored-by: Seroxdesign <sherifcherfa@gmail.com>
Co-authored-by: Sero <69639595+Seroxdesign@users.noreply.github.com>
2023-11-24 10:42:36 -05:00
nitegeist
27832ee8e5 Fix linting error 2023-11-18 22:41:42 -07:00
nitegeist
28948e1bbc Fix eslint stuff 2023-11-18 22:41:42 -07:00
nitegeist
0dddfbcb6d Fix animation 2023-11-18 22:41:42 -07:00
nitegeist
a5a8e128f3 test fix 2023-11-18 22:41:42 -07:00
nitegeist
0ba31860d4 add rotating one liners 2023-11-18 22:41:42 -07:00
nitegeist
c1b2bd0e48 Fix import again 2023-11-18 22:41:42 -07:00
nitegeist
4c705f03e9 Fix import error 2023-11-18 22:41:42 -07:00
nitegeist
841577e861 Fix badge ternary 2023-11-18 22:41:42 -07:00
nitegeist
938aee2c43 Fix redirect 2023-11-18 22:41:42 -07:00
nitegeist
0a6166e36a Fix role scope issue 2023-11-18 22:41:42 -07:00
nitegeist
f79d4225e0 Fix nested ternary 2023-11-18 22:41:42 -07:00
nitegeist
8f9a5ecb63 Make active tab local variable, make OR condition more dynamic, minor changes 2023-11-18 22:41:42 -07:00
nitegeist
df03294882 Refactor code to be more dynamic 2023-11-18 22:41:42 -07:00
nitegeist
f65aad046a Fix text 2023-11-18 22:41:42 -07:00
nitegeist
c76c8a16cb Fix masking issue 2023-11-18 22:41:42 -07:00
nitegeist
35ce759841 Center role cards 2023-11-18 22:41:42 -07:00
nitegeist
ab13a8ca18 Redirect to /signup?tab=player when user navigates to /signup 2023-11-18 22:41:42 -07:00
nitegeist
0b4eb88e5e CHange pro tier to say inquire 2023-11-18 22:41:42 -07:00
nitegeist
319b6f4c79 Make changes based on suggestions 2023-11-18 22:41:42 -07:00
nitegeist
e5880a7fa8 Fix mobile layout by resizing content 2023-11-18 22:41:42 -07:00
nitegeist
558dc68720 Fix mobile view 2023-11-18 22:41:42 -07:00
nitegeist
c4c696c5d4 Fix mobile cut off 2023-11-18 22:41:42 -07:00
nitegeist
9512603d22 Fix card width & remove mask attempt 2023-11-18 22:41:42 -07:00
nitegeist
a7fd4f70a2 Working on masking content beliw tabs on desktop 2023-11-18 22:41:42 -07:00
nitegeist
41d6f869cf Fix typo 2023-11-18 22:41:42 -07:00
nitegeist
bad56326a7 Remove unnecessary badges on mobile & change join text 2023-11-18 22:41:42 -07:00
nitegeist
f4bf3ef056 Remove gap from between perk cards 2023-11-18 22:41:42 -07:00
nitegeist
b592dc995b Clean up code 2023-11-18 22:41:42 -07:00
nitegeist
32d3eb9faf Implement responsive styles 2023-11-18 22:41:42 -07:00
nitegeist
acc01f0ef3 Add content and style unified signup page 2023-11-18 22:41:42 -07:00
nitegeist
738c09dc11 Create custom image tabs [WIP] 2023-11-18 22:41:42 -07:00
nitegeist
221ff958e5 begin work on unify signup 2023-11-18 22:41:42 -07:00
δυς
6bbef15904 Fix Google Calendar environment variables (#1638)
* passing Google Calendar API info through build process 🈴

* renaming env vars & publishing them to the build process 🐦

* auto checkout not working for Hasura build 🦷

* discovered some not renamed variables 🉐

* adding swap space ☄

* trying to expand Node's heap size 🧐

* underscored rather than dashed 🌾

* trying node 20 🦙

* switching to `python3` 🌮

* updating `node-gyp` & `better-sqlite3` 🛵

* returning error details 🦚

* trying a different mechanism for increasing the Node heap 🦟

* fix: fix logic for checking the host. Now using a whitelist set in config.ts and checking that against the publicURL

* fix: was referencing the cal id with NEXT_PUBLIC_GOOGLE_CAL prefix but it is now GCAL_ - should sort the missing credentials issue

* printing settings for sanity check 🐻

* setting runtime environment 🌲

* trying to set runtime env 👩🏿‍🔧

* grabbing calendar id 🤴🏿

* replacing escapes newlines in private key 🍨

* removing logging 🥾

* fix: body overflow issue when events have long descriptions

* feat: style/design updates to calendar pop overs

* chore: clean up comments

* fix: use ListItem

* fixed issues after review from @dysbulic

* fix: addressed comments from dys' review, removed a cpl of comments and increased the days initially displayed to fill the block

---------

Co-authored-by: luxumbra <me@luxumbra.dev>
2023-11-16 00:31:55 +00:00
luxumbra
257d70c9c1 wip on fixing isues 2023-11-02 10:05:35 -04:00
Sero
218219701f Update MegaMenuHeader.tsx 2023-10-30 12:46:04 -04:00
luxumbra
f8eacd26c8 final changes for the calendar after refactor to use Next api routes. 2023-10-30 09:08:57 -06:00