Commit Graph

258 Commits

Author SHA1 Message Date
nitro
bb0a01d07e [fix] discord invite link 2024-09-08 12:40:14 +02:00
mauro 🤙
59c6a5122d Update mode-toggle.tsx 2024-09-07 13:25:08 +02:00
mauro 🤙
1ace81736d Merge pull request #141 from ktz-dev/system-color-preference
fix: Add use-system-settings color mode and make it the default
2024-09-07 13:22:56 +02:00
NOCanoa
8679edc9b3 Merge pull request #144 from ktz-dev/style-adjustments
fix: object-right to object-left so sidebar is visible
2024-09-06 19:01:08 +01:00
Mudit Juneja
f9afbb0882 Update the download message
~Minor
- changes the download message while the download starts.
2024-09-06 00:44:59 +05:30
mauro-balades
1c8a62d4ec Merge branch 'main' of https://github.com/zen-browser/www 2024-09-04 19:58:31 +02:00
mauro-balades
35de666833 feat: Add About page with team information
Add a new About page to provide information about the Zen Browser project and the team behind it. This page includes details about the main developer team and other contributors. The About page also displays a list of contributors with their respective GitHub profiles. This change enhances the user experience by providing transparency and recognition to the project contributors.
2024-09-04 19:58:26 +02:00
mauro 🤙
5af5016516 Merge pull request #126 from aashirwadRunjan/runjan/feature
Changes in Download Page.
2024-09-03 15:45:31 +02:00
Waled Khatiz
be22b3a3d9 Merge branch 'main' into system-color-preference 2024-09-03 09:21:55 +10:00
mauro-balades
3493fdca5f feat: Add language switcher component to footer
Enhance user experience by adding a language switcher component to the footer. This allows users to easily change the language of the website. The code changes include:
- Adding the `LocaleSwitcher` component to the footer.
- Updating the footer layout to accommodate the language switcher.
- Importing the `LocaleSwitcher` component in the `Footer` component.
2024-09-02 22:47:28 +02:00
Aashirwadrunjan
72292d7501 necessary changes 2024-09-03 00:37:40 +05:30
mauro-balades
d787a95657 feat: Add language switcher component to footer 2024-09-02 21:04:05 +02:00
Aashirwadrunjan
71f3146cf7 Improved formatting and remove unnecessary dependencies 2024-09-03 00:29:11 +05:30
mauro-balades
406ff44bb4 refactor: Remove unnecessary output property in next.config.js 2024-09-02 20:51:56 +02:00
mauro-balades
0bdd1eaa28 Merge branch 'main' of https://github.com/zen-browser/www 2024-09-02 19:22:38 +02:00
mauro-balades
fa89603cf4 feat: Add language switcher component to footer
The code changes include:
- Adding the `LocaleSwitcher` component to the footer.
- Updating the footer layout to accommodate the language switcher.
- Importing the `LocaleSwitcher` component in the `Footer` component.

This commit enhances the user experience by allowing users to easily change the language of the website.
2024-09-02 19:22:31 +02:00
NOCanoa
336633b062 Update footer.tsx 2024-09-02 18:09:01 +01:00
mauro-balades
0609542803 feat: Update navigation component
Remove console.log statement and improve code readability
2024-09-02 18:44:35 +02:00
mauro-balades
7071eed755 feat: Update footer layout, add social media links, and improve styling 2024-09-02 18:15:03 +02:00
mauro-balades
ec6783038f feat: Update footer layout and improve styling 2024-09-02 17:33:40 +02:00
mauro-balades
77d9b49172 feat: Update footer layout and add social media links 2024-09-02 17:32:05 +02:00
mauro-balades
046c313373 feat: Update footer with social media links and improve layout
The code changes include:
- Adding social media icons for GitHub, Discord, and Mastodon.
- Updating the layout of the footer to display the logo and follow us section.
- Updating the links in the footer to point to the correct pages.
2024-09-02 17:27:46 +02:00
mauro 🤙
91193b0c72 Merge pull request #138 from ktz-dev/enjson
feat: Full en.json and translating the navbar as a POC
2024-09-02 16:11:49 +02:00
mohvn
ec33ae6087 fix: light mode of firefox icon 2024-09-02 10:16:31 -03:00
mohvn
d52674b247 fix: removed w-fit duplicated 2024-09-02 10:12:29 -03:00
Waled Khatiz
dd5e74eecf Merge branch 'main' into enjson 2024-09-02 14:44:50 +10:00
Waled Khatiz
3df0390b8f Merge branch 'main' into style-adjustments 2024-09-02 14:43:19 +10:00
mauro-balades
5d4424e29a feat: Update Discord links in privacy policy and navigation
The code changes include:
- Updating the Discord link in the privacy policy page to [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748).
- Updating the Discord link in the navigation component to [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748).
2024-09-01 15:57:36 +02:00
mauro-balades
0a2e2e6295 feat: Update ThemePage to use lazy loading for images 2024-09-01 11:31:54 +02:00
mauro-balades
7575e7b22a feat: Add lazy loading for images in marketplace
The code changes include:
- Importing the `Image` component from `next/legacy/image` instead of `next/image` in multiple files.
- Adding a new `CachedImage` component that uses the `Image` component with a custom loader.
- Updating the `MarketplacePage` component to pass the `themes` prop to the `MarketplacePage` component.
2024-09-01 11:08:01 +02:00
mauro-balades
9599c606cf feat: Add lazy loading for images and update image components
The code changes include:
- Importing the `Image` component from `next/legacy/image` instead of `next/image` in multiple files.
- Adding a new `CachedImage` component that uses the `Image` component with a custom loader.
- Updating the `Logo` component to use the `CachedImage` component instead of the `img` tag.

Recent user commits and repository commits do not provide additional context for the commit message.
2024-09-01 00:51:37 +02:00
mauro-balades
1c181b972f chore: Update next.config.js and features.tsx 2024-09-01 00:06:58 +02:00
Waled Khatiz
26d75c5128 feat: Switch to <Half2Icon /> 2024-09-01 00:11:27 +10:00
Waled Khatiz
64f07fa73d feat: System preferences icon 2024-08-31 23:50:21 +10:00
Waled Khatiz
bf17377dc0 fix: object-right to object-left so sidebar is visible 2024-08-31 18:44:49 +10:00
mauro 🤙
2867536722 Update features.tsx 2024-08-31 01:32:06 +02:00
Waled Khatiz
02b37104ce feat: Translating only navbar as POC 2024-08-31 00:27:53 +10:00
mauro 🤙
2b31899e55 Update logo.tsx 2024-08-30 06:22:00 -07:00
Mohan Elias
2cde03e77a Merge branch 'zen-browser:main' into main 2024-08-30 09:09:32 -03:00
mohvn
f4492f05ce fix: adjusting the website's responsiveness 2024-08-30 09:08:53 -03:00
mauro-balades
8395dc1cc2 remove features 2024-08-30 14:06:28 +02:00
mauro-balades
52f98956f4 chore: Add logo to feature section 2024-08-30 14:05:32 +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
mauro 🤙
974f09c61c Merge pull request #134 from ktz-dev/internationalization
feat: Multi-language support
2024-08-30 13:59:17 +02:00
NOCanoa
cf5df93d06 Merge pull request #132 from ktz-dev/fix-responsive-design-medium
fix: Responsive design on medium windows
2024-08-30 12:48:31 +01:00
NOCanoa
d247638b74 Merge pull request #133 from ktz-dev/minor-typo-fixes
fix: Minor typos
2024-08-30 12:39:53 +01:00
NOCanoa
d216713628 Update features.tsx
fix split screen aligment
2024-08-30 12:17:55 +01:00
Waled Khatiz
a68ee89be2 forgot-to-commit-the-rest 2024-08-30 14:42:45 +10:00
Waled Khatiz
b1aae853d0 fix: Minor typos 2024-08-30 12:01:29 +10:00