643 Commits

Author SHA1 Message Date
mauro-balades
088c7ea8b2 feat: Update contributors image in About page
The contributors image in the About page was updated to use the new URL provided by the contributors-img service. This change ensures that the correct image is displayed, reflecting the latest contributors to the Zen Browser project.
2024-09-04 20:07:11 +02:00
mauro-balades
6015c48ede feat: Update import path for markdown.css in about/page.tsx 2024-09-04 20:06:37 +02:00
mauro-balades
7457f1411b feat: Update import path for markdown.css in about/page.tsx
The import path for the markdown.css file in the about/page.tsx file was updated to '../privacy-policy/markdown.css'. This change ensures that the correct CSS file is being imported and applied to the About page, improving the styling and consistency of the page.
2024-09-04 20:04:22 +02:00
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
NOCanoa
f7f3ce63e8 Update release-notes.ts 2024-09-03 22:17:52 +01:00
NOCanoa
0b9163d691 Removed a.35 we getting issues from peps,
Zen not updating to a35...
2024-09-03 16:56:05 +01:00
mauro 🤙
5af5016516 Merge pull request #126 from aashirwadRunjan/runjan/feature
Changes in Download Page.
2024-09-03 15:45:31 +02:00
Aashirwadrunjan
5713ee20d1 removed unwanted dependencies from package-json file 2024-09-03 14:57:28 +05:30
Waled Khatiz
be22b3a3d9 Merge branch 'main' into system-color-preference 2024-09-03 09:21:55 +10:00
mauro-balades
06f0dfa945 feat: Add .env folder to gitignore 2024-09-02 22:51:47 +02:00
mauro-balades
c342848dd1 Merge branch 'main' of https://github.com/zen-browser/www 2024-09-02 22:47:33 +02: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
nitro
b04e0c5a1f add missing fixes to changelog 2024-09-02 22:40:56 +02:00
mauro-balades
a67198d9ed feat: Enhance user experience with language switcher in footer 2024-09-02 22:26:38 +02:00
nitro
8b74aaf260 add missing v35 fix 2024-09-02 22:22:01 +02:00
nitro
1f9ad5bc53 v35 release notes 2024-09-02 22:07:35 +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
66cc854c2c Update pages_build_output_dir in wrangler.toml 2024-09-02 20:53:18 +02:00
mauro-balades
406ff44bb4 refactor: Remove unnecessary output property in next.config.js 2024-09-02 20:51:56 +02:00
mauro-balades
9fab23d159 refactor: Remove unnecessary output property in next.config.js 2024-09-02 20:16:06 +02:00
mauro-balades
c338f3d04e ```text
feat: Update routing in layout.tsx

Refactor the generateStaticParams function in layout.tsx to use the routing.locales array instead of the deprecated SUPPORTED_LANGUAGES array. This change ensures that the language options in the website's layout are dynamically generated based on the available locales.
2024-09-02 19:50:10 +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
27b23e8336 feat: Update i18n configuration, refactor getRequestConfig, and improve language support 2024-09-02 19:00:57 +02:00
mauro-balades
5779ea88ef feat: Update i18n configuration and add support for additional languages
The code changes include:
- Updating the i18n configuration to export the `SUPPORTED_LANGUAGES` array.
- Refactoring the `getRequestConfig` function to accept a `locale` parameter.
- Simplifying the logic for determining the `locale` based on the `accept-language` header.
- Loading the appropriate messages file based on the `locale` parameter.

This commit improves the i18n functionality of the project and allows for easier addition of new languages.
2024-09-02 18:56:43 +02:00
mauro-balades
3c8cd2ffc2 feat: Update pages_build_output_dir in wrangler.toml
Update the pages_build_output_dir in wrangler.toml from ".vercel/output/static" to "out". This change improves the build output directory for the project.
2024-09-02 18:49:33 +02: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
44a697ee49 feat: Update footer layout, add social media links, and improve styling 2024-09-02 18:43:52 +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
mauro 🤙
bb11e074d0 Merge pull request #149 from 8xu/main
feat(lang): added ro.json
2024-09-02 16:11:06 +02:00
mauro 🤙
226d126eb7 Merge pull request #153 from mohvn/main
Fixing Firefox Icon on Light Mode
2024-09-02 16:08:04 +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
Gabriel Cozma
62f613bb8b fix: Smooth scrolling
Smooth scrolling wasn't working due to the `scroll-behavior` being under body, not html. This commit moves it to html and makes it in Tailwind CSS format.
2024-09-01 20:02:12 +03: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
26384860f8 feat: Update ThemesMarketplace to use lazy loading for images 2024-09-01 11:12:35 +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
1c81e8ebea Merge branch 'main' of https://github.com/zen-browser/www 2024-09-01 00:51:50 +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