Commit Graph

511 Commits

Author SHA1 Message Date
mauro 🤙
f71d765d16 Refactor Prettier configuration to adhere to code style guidelines 2024-09-15 14:46:10 +00:00
mauro 🤙
e7b4be867f Merge pull request #181 from ArnavK-09/main
feat: designed not found page
2024-09-15 15:50:14 +02:00
mauro-balades
35ab97ac2a Refactor DownloadPage component to fix AppImage installation command 2024-09-15 15:43:35 +02:00
mauro-balades
87e462d28f Merge branch 'main' of https://github.com/zen-browser/www 2024-09-15 14:39:28 +02:00
mauro-balades
c01693bd81 Refactor DownloadPage component to add AppImage installation instructions 2024-09-15 14:39:24 +02:00
mauro 🤙
cc4ecd790e Update page.tsx 2024-09-14 15:44:29 -07:00
mauro 🤙
2d9596a9fb Update page.tsx 2024-09-14 15:42:58 -07:00
Arnav K
f5d56f8c38 feat: designed not found page 2024-09-14 19:40:56 +00:00
mauro 🤙
f1714d92a5 Update features.tsx 2024-09-14 04:33:20 -07:00
mauro 🤙
c4d11a5aba Merge pull request #180 from zen-browser/dependabot/npm_and_yarn/multi-36d97f4dbf
chore(deps): bump send and serve-static
2024-09-14 12:17:39 +02:00
dependabot[bot]
8c723f0e42 chore(deps): bump send and serve-static
Bumps [send](https://github.com/pillarjs/send) and [serve-static](https://github.com/expressjs/serve-static). These dependencies needed to be updated together.

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `serve-static` from 1.16.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/1.16.0...v1.16.2)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: serve-static
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-14 10:14:59 +00:00
mauro 🤙
e595757b85 Merge pull request #169 from ktz-dev/fill-opacity
fix: fill-opacity prop in features.tsx
2024-09-14 12:13:16 +02:00
mauro 🤙
9d925a09e4 Merge pull request #173 from Kroszborg/Simplify-theme-toggle-to-dark/light-only
fix:Simplify theme toggle to dark/light only
2024-09-14 12:12:31 +02:00
mauro 🤙
e17f660d1c Merge pull request #174 from Devanshu07/main
Reduce margin and adjust spacing for Privacy Policy and About pages
2024-09-14 12:12:12 +02:00
mauro 🤙
5f91ad195f Merge pull request #177 from Titaniumtown/patch-1
Fix typo "is it firefox based?" -> "Is it Firefox based?"
2024-09-14 12:11:47 +02:00
mauro 🤙
91eae99d0c Merge pull request #178 from peterpeterparker/chore/ignore-ide-config
chore: git ignore IDE config
2024-09-14 12:11:33 +02:00
mauro 🤙
a40b2287ef Merge pull request #179 from peterpeterparker/style/fix-selection-in-firefox
style: fix text selection color in Firefox dark mode
2024-09-14 12:10:51 +02:00
David Dal Busco
fc2fa86925 chore: git ignore ide config 2024-09-14 11:58:35 +02:00
David Dal Busco
e7164da082 style: fix text selection color in Firefox dark mode 2024-09-14 11:56:34 +02:00
Simon Gardling
be8e929e87 fix typo 2024-09-13 14:25:37 -04: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
Devanshu07
31d7e84f6f Reduce margin and adjust spacing for Privacy Policy and About pages 2024-09-12 15:16:10 +05:30
mauro-balades
207969a919 Refactor DownloadPage component to fix conditional class assignment 2024-09-11 20:58:22 +02:00
mauro-balades
da7d84a9a3 Refactor release note component to add border to accordion triggers 2024-09-10 22:44:34 +02:00
mauro-balades
1c5e3269ac Refactor release notes page and update dependencies 2024-09-10 22:43:14 +02:00
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
Waled Khatiz
1fec63662d fix: fill-opacity prop in features.tsx 2024-09-10 15:43:53 +10:00
mauro 🤙
0f74fa8c9f Merge pull request #168 from ktz-dev/clean-up-mode-toggle
refactor: Remove unused imports and unnecessary console log
2024-09-10 07:35:43 +02:00
mauro 🤙
0bf201a535 Merge pull request #167 from zen-browser/release-notes
v38 release notes
2024-09-10 07:35:12 +02:00
mauro 🤙
805c3ffebd Update release-notes.ts 2024-09-10 07:35:03 +02:00
mauro 🤙
8a9aea4c0a Merge pull request #56 from n7itro/main
remove obsolete mac install guide
2024-09-10 07:34:22 +02:00
Waled Khatiz
84d6dd71be refactor: Remove unused imports and unnecessary console logs 2024-09-10 15:13:06 +10:00
nitro
641e4480ac v38 release notes 2024-09-09 22:53:33 +02:00
nitro
d20af8f0a6 Merge branch 'main' into main 2024-09-09 22:03:45 +02:00
mauro-balades
d743dfc191 Refactor Discord links in codebase to use the updated invite link 2024-09-09 20:23:51 +02:00
mauro-balades
886baf9298 Refactor import statement in release notes page and version list component 2024-09-09 00:13:05 +02:00
mauro-balades
769ce0bcae Refactor import statement in release notes page 2024-09-08 23:56:56 +02:00
mauro-balades
9b73f8d841 Refactor version list component and import VersionList in release notes page 2024-09-08 23:56:45 +02:00
mauro-balades
c275f9b49b Refactor version list component and remove duplicate code 2024-09-08 23:56:21 +02:00
mauro 🤙
76d4585807 Merge pull request #54 from meetpateltech/release-page-update
added better navigation in release version page
2024-09-08 23:52:30 +02:00
mauro 🤙
6ecf0b4d71 Merge branch 'main' into release-page-update 2024-09-08 23:52:19 +02:00
mauro 🤙
513868407e Merge pull request #122 from arduinoturkbatu/batua
at themes page, fixed responsive layout on cards
2024-09-08 23:45:06 +02:00
mauro 🤙
4c5d834f34 Merge branch 'main' into batua 2024-09-08 23:44:52 +02:00
mauro 🤙
391e8bc505 Merge pull request #162 from danm36/rss-feed
fix: Re-add RSS 2.0 Feed
2024-09-08 23:37:59 +02:00
mauro 🤙
595cef9d76 Merge pull request #165 from makkarankush68/nav-ui-fix
Refactor NavigationMenuViewport for better access & Updated Logo component to use next/Image
2024-09-08 23:36:58 +02:00
mauro 🤙
3c024ffd68 Merge branch 'main' into nav-ui-fix 2024-09-08 23:36:51 +02:00
mauro-balades
22a64bb872 Merge branch 'main' of https://github.com/zen-browser/www 2024-09-08 23:35:14 +02:00
mauro-balades
d5ab7ec758 refactor: Update UI styles in Features, Marketplace, and Theme components 2024-09-08 23:35:10 +02:00
nitro
c537761365 Merge pull request #83 from venkat4541/update-instructions-button-text
Change the button text for installation instructions for Mac
2024-09-08 14:30:41 +02:00