Commit Graph

64 Commits

Author SHA1 Message Date
Vrezh Fedora
fc07f4989a feat(preact): migrate react to lightweight preact 2025-02-23 20:10:11 +01:00
taroj1205
372c55a1c8 dep(astro): update astro to 5.3.0 2025-02-20 12:02:52 +13:00
mr. M
855ac64e8e feat: add lucide-react dependency at version 0.475.0 2025-02-09 13:09:17 +01:00
mr. M
17ed7572e0 fix: update workflows to use npm instead of pnpm and remove unused deployment files 2025-02-09 12:59:54 +01:00
mr. M
a68cd34785 fix: update theme colors and improve button styles; update dependencies 2025-02-05 22:16:28 +01:00
Suraj Yadav
9ee5083a15 build(package): Migrate to pnpm from npm 2025-02-01 19:02:47 +05:30
mr. M
8de6c4324b feat: enhance community section and update release notes with new features 2025-01-13 23:42:12 +01:00
mr. M
d14b44b2c8 fix: format code and ensure consistent styling across files 2025-01-08 00:19:40 +01:00
mr. M
ec4ab1c93e feat: add twilight support to release notes and update related components 2025-01-01 17:56:36 +01:00
NOCanoa
8314256b53 added sitemap 2024-12-26 23:43:15 +00:00
mr. m
399c3505db Merge pull request #362 from 27rogi/mods-page-improvements
feat(mods): add latest update and creation dates, improve mod page
2024-12-18 11:58:08 +01:00
Daniel Masterson
0102dc66fd feat(rss): port RSS feed from old Next.JS site to Astro 2024-12-16 14:44:54 +00:00
27rogi
22539e2c71 feat(mods): add latest update and creation dates, improve mod page styles 2024-12-14 02:22:05 +03:00
mr. M
aa5c4f6ad0 feat: integrate React support and add AnimatedText component for enhanced animations 2024-12-11 18:40:01 +01:00
eveeifyeve
fcf4e6248d chore: removed astro cloudflare adapter
I added wrangler which is only needed for cloudflare pages.
2024-12-10 20:21:49 +11:00
mr. M
c40e516973 feat: add author link function, integrate Cloudflare adapter, and enhance layout with new HomeExtras component 2024-12-10 00:44:49 +01:00
mr. M
a594d343b4 feat: update styles and components for theme support; add FontAwesome icons 2024-12-09 00:30:05 +01:00
mr. M
e2eae44969 feat: add download page and update button links; remove favicon.svg and release notes page 2024-12-08 17:51:57 +01:00
mr. M
a1be27be82 Update dependencies, fix typos, and enhance layout with new components 2024-12-06 15:07:53 +01:00
mr. M
f45c7b10e4 Worked on the new rebranding!
Co-authored-by: taroj1205 <taroj1205@users.noreply.github.com>
2024-11-24 23:52:26 +01:00
taroj1205
38712913e7 Changing to live server 2024-11-25 10:48:39 +13:00
mr. m 🤙
a86130fc07 Feat: add lucide-astro icons, enhance Button component with bordered option, and update layout styles 2024-11-21 12:49:29 +00:00
mr. M
8612d6da90 Feat: add Tailwind CSS and Prettier configuration, create reusable components for Title, Description, and Button 2024-11-21 00:21:16 +01:00
mr. M
7bb60fdf2a Initial layout 2024-11-20 22:52:58 +01:00
Sofrin
8f1e4a2ed9 fix(layout): add scriptProp so cf rocket lets next-themes script to run 2024-11-07 08:17:38 +07:00
taroj1205
02180e1d84 feat(sort-order): implemented a way to sort mods by asc or desc 2024-11-03 21:42:59 +13:00
dependabot[bot]
0c5dd9e051 Bump next from 14.2.4 to 14.2.10 (#272)
Bumps [next](https://github.com/vercel/next.js) from 14.2.4 to 14.2.10.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.4...v14.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-27 13:38:21 +01:00
mr. M
05fc64ef6d Update framer-motion to version 11.11.9 2024-10-22 18:38:31 +02:00
Zhenya Goroh
d85cca256b Added alert modal 2024-10-10 00:37:21 +03:00
Zhenya Goroh
708336b383 Added eslint-unused-imports plugin 2024-10-08 22:06:23 +03:00
Chris Bennett
af08ecaf79 feat: Add format script 2024-09-22 23:32:20 +01:00
mauro 🤙
f71d765d16 Refactor Prettier configuration to adhere to code style guidelines 2024-09-15 14:46:10 +00:00
Abhiman panwar
33619bcf69 Simplify theme toggle to dark/light only
- Remove system theme option
- Refactor ModeToggle component for immediate theme switching
- Implement local state management for smoother transitions
- Persist theme preference in localStorage
- Update icon display logic for better visual feedback

This commit addresses the issue of delayed theme switching and
simplifies the user experience by offering only dark and light modes.
2024-09-12 23:33:17 +05:30
mauro-balades
0f442277ed feat: Add moment dependency and update release notes page
This commit adds the moment dependency to the project by updating the package-lock.json and package.json files. It also updates the release notes page by modifying the layout and adding a paragraph to thank users for their feedback.
2024-09-10 22:41:28 +02:00
mauro-balades
2434a88551 feat: Add react-sticky-box dependency
``
2024-09-10 21:32:17 +02:00
mauro-balades
d787a95657 feat: Add language switcher component to footer 2024-09-02 21:04:05 +02:00
Ankush Makkar
acac3e56ef feat: add Tailwind Prettier sorting configuration 2024-08-31 18:20:01 +05:30
mauro 🤙
d84b2dbc26 cf 2024-08-31 11:24:51 +00:00
mauro 🤙
7b2fe6168a cf 2024-08-31 10:36:50 +00:00
oscargonzalez
c0621c33e1 cloudflare 2024-08-31 12:07:58 +02:00
mauro-balades
2be28560d0 Merge branch 'main' of https://github.com/zen-browser/www 2024-08-30 13:59:34 +02:00
mauro-balades
0bac495026 Started working on features 2024-08-30 13:59:32 +02:00
Waled Khatiz
a68ee89be2 forgot-to-commit-the-rest 2024-08-30 14:42:45 +10:00
Daniel Masterson
2e94c80dc4 feat: Add RSS 2.0 Feed 2024-08-25 15:48:38 +01:00
Mauro Balades
7c4de05e3b refactor: Update CreateThemePage component to dynamically generate theme data 2024-08-22 21:11:18 +02:00
mauro 🤙
eb50a4a6a3 Merge pull request #25 from AugustinMauroy/build
build: clean
2024-08-21 11:36:23 +02:00
Mauro Balades
3bb17cb056 chore: Update npm dependency to latest stable version 2024-08-21 11:00:58 +02:00
Augustin Mauroy
bb21a40176 build: clean 2024-08-21 10:36:50 +02:00
Mauro Balades
510072baa3 chore: Update dependencies and remove sync-fetch from theme API 2024-08-16 11:30:45 +02:00
Mauro Balades
58857925d0 chore: Update dependencies and add sync-fetch for theme API 2024-08-16 10:29:22 +02:00