Commit Graph

2438 Commits

Author SHA1 Message Date
luxumbra
d3fe7358d3 commit change after lint --fix 2024-02-15 14:09:03 +00:00
luxumbra
14182b4418 Merge branch 'develop' into sero/ui-fixes 2024-02-15 12:43:47 +00:00
luxumbra
68498273e7 Refactor of sparkles 95%
- needs some optimisation
- the effects toggle is broken in that it generates more stars :'(
2024-02-15 12:06:03 +00:00
luxumbra
48eda707a2 Refactor of sparkles 90% - optimisation to do and bloom settings 2024-02-15 12:06:03 +00:00
luxumbra
a6beab60ee revert 'fix' for complex union error 2024-02-15 12:06:02 +00:00
luxumbra
add2a4a9ac fix: union ts error
- 'Sparkles' from '@react-three/drei' is causing the 'Expression produces a union type that is too complex to represent' error in some components that spread props
- I found that making use of chakra 'as' prop and adding the component name to that made the problem go away and doesn't seem to have had any side effects in the ui - typecheck now passes successfully
2024-02-15 12:06:01 +00:00
luxumbra
dbce6bd5f9 Some improvements & tidy
- removed the page-bg image and replaced with an svg for smaller file size & future scope for subtle animation.
- reduced animation pref fallback/toggle now just stops the animations in Starfield.tsx
2024-02-15 12:05:57 +00:00
luxumbra
5591751ed9 parallax now working. Some tidying done. 2024-02-15 12:03:59 +00:00
Sero
cd606e4b86 bg paralax, not finished 2024-02-15 11:58:07 +00:00
Sero
3d4cf84451 multiple ui fixes (#1729)
* multiple ui fixes

* fixing stuff deleting more sourcecred
2024-02-15 04:16:22 +00:00
Sero
f0158832d6 remove sourcecred 2024-02-15 04:16:18 +00:00
δυς
1f1b1fa12d Add Next.js' bundle analyzer (#1727)
* adding bundle analysis

* renaming task 🧔

---------

Co-authored-by: Sero <69639595+Seroxdesign@users.noreply.github.com>
2024-02-15 04:15:36 +00:00
Sero
2186fa6327 Fix playbooks chapter by adding OP chain (#1726)
* fix by adding OP

* fix pb
2024-02-15 04:14:09 +00:00
Sero
24de81fd64 playbook new (#1723)
* playbook new

* removed old, added new (#1725)

removed old import messages & unnecessary categories (both academy display categories and great houses/paths)

added all of the new stuff along with image imports (will attach rar in the comment)

* update playbooks

* delete roles

---------

Co-authored-by: peth-yursick <55857222+peth-yursick@users.noreply.github.com>
2024-02-15 04:14:08 +00:00
Sero
a29e32dc90 fixing ugly stuff (#1724) 2024-02-15 04:14:07 +00:00
Sero
b8d30be2f8 make all guilds visible (#1732)
* make all guilds visible

* no ternanry
2024-02-14 09:04:53 -05:00
Sero
d2c3875f72 new logo set (#1731) 2024-02-13 05:46:11 -05:00
Sero
ef83e6009e multiple ui fixes (#1729)
* multiple ui fixes

* fixing stuff deleting more sourcecred
2024-02-07 10:44:19 -05:00
Sero
37c05d7882 remove sourcecred 2024-02-06 10:14:00 -05:00
δυς
acd0145e76 Add Next.js' bundle analyzer (#1727)
* adding bundle analysis

* renaming task 🧔

---------

Co-authored-by: Sero <69639595+Seroxdesign@users.noreply.github.com>
2024-02-06 08:03:03 -05:00
Sero
d82654935f Fix playbooks chapter by adding OP chain (#1726)
* fix by adding OP

* fix pb
2024-02-05 12:41:33 -05:00
luxumbra
cdaf224174 fix: hoping this is the last one 2024-02-05 16:33:27 +00:00
luxumbra
148989e7e4 fix: applying the fix to all comps that use spread props at their top level
- so far all ts errors have been in these comps and not where a comp is a child
2024-02-05 14:56:05 +00:00
luxumbra
306ea044ac fix: union ts error
- 'Sparkles' from '@react-three/drei' is causing the 'Expression produces a union type that is too complex to represent' error in some components that spread props
- I found that making use of chakra 'as' prop and adding the component name to that made the problem go away and doesn't seem to have had any side effects in the ui - typecheck now passes successfully
2024-02-05 13:16:16 +00:00
Sero
b9737b8c90 playbook new (#1723)
* playbook new

* removed old, added new (#1725)

removed old import messages & unnecessary categories (both academy display categories and great houses/paths)

added all of the new stuff along with image imports (will attach rar in the comment)

* update playbooks

* delete roles

---------

Co-authored-by: peth-yursick <55857222+peth-yursick@users.noreply.github.com>
2024-02-02 10:23:03 -05:00
Sero
5764272963 fixing ugly stuff (#1724) 2024-02-01 10:40:20 -05:00
luxumbra
c3bba744ef commit small changes and revert removal of {...props} 2024-01-30 21:02:35 +00:00
luxumbra
5daabfadc1 Fixed clash issue with menu footer & effects toggle
- Moved toggle button to new component updates body class & saves user preference to localStorage
-  now used to toggle stars
- toggle now displays next to search icon on desktop & at the bottom of the mobile menu.
2024-01-30 18:37:10 +00:00
Sero
277110dc55 fix TS union issue 2024-01-30 06:41:15 -05:00
Sero
83a8f69623 Merge branch 'develop' into sero/ui-fixes 2024-01-30 06:21:51 -05:00
Sero
3a17fbf1c6 remove all unused dependencies (#1720)
* remove all unused dependencies

* lazy load

* lazy load

* lazy load

* remove react imports, remove sourced

* remove react imports, remove sourced

* remove react imports, remove sourced

* restructure
2024-01-30 06:18:48 -05:00
Sero
2c65206bda Merge branch 'develop' into sero/ui-fixes 2024-01-29 11:15:37 -05:00
luxumbra
4930667cb5 Some improvements & tidy
- removed the page-bg image and replaced with an svg for smaller file size & future scope for subtle animation.
- reduced animation pref fallback/toggle now just stops the animations in Starfield.tsx
2024-01-29 15:03:04 +00:00
luxumbra
e948babd73 parallax now working. Some tidying done. 2024-01-28 22:51:53 +00:00
N I T E
bfb62de4ae Make blocks less milky & more glassy (#1718) 2024-01-26 05:08:52 -05:00
Sero
3553a9d4f3 xp and seed reward 2024-01-25 10:36:05 -05:00
Sero
7dd2bed7f5 autofix lint 2024-01-25 08:20:55 -05:00
Sero
25781ceed5 remove ugly scroll, pin wording, link to discord, color 2024-01-25 08:20:55 -05:00
vidvidvid
e6b0d2a571 cleanup 2024-01-25 05:12:45 -05:00
vidvidvid
129cb1c1f3 another ui fix 2024-01-25 05:12:45 -05:00
vidvidvid
e73aca8de6 ui fix 2024-01-25 05:12:45 -05:00
vidvidvid
ba05b31e66 fix text and header position 2024-01-25 05:12:45 -05:00
vidvidvid
e30d1fdc80 ui/ux fixes 2024-01-25 05:12:45 -05:00
vidvidvid
b15ffa89aa fix top bg 2024-01-25 05:12:45 -05:00
vidvidvid
ad6fb7497f text align 2024-01-25 05:12:45 -05:00
vidvidvid
c78aa4fdc7 accordion style 2024-01-25 05:12:45 -05:00
vidvidvid
ce3f203eda tabs 2024-01-25 05:12:45 -05:00
vidvidvid
7232009071 wip
tabs

wip2
2024-01-25 05:12:45 -05:00
Sero
db6ee88b57 bg paralax, not finished 2024-01-24 08:54:06 -05:00
Udit Takkar
61632ff30e fix: add width 100 2024-01-24 07:59:07 -05:00