mauro-balades
406ff44bb4
refactor: Remove unnecessary output property in next.config.js
2024-09-02 20:51:56 +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
27b23e8336
feat: Update i18n configuration, refactor getRequestConfig, and improve language support
2024-09-02 19:00:57 +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
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
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 🤙
d84b2dbc26
cf
2024-08-31 11:24:51 +00:00
mauro 🤙
5b6caa1d7b
cf
2024-08-31 10:31:09 +00:00
mauro 🤙
6fcc93665f
cloudflare
2024-08-31 10:28:29 +00:00
mauro 🤙
ac06b4d940
Update layout.tsx
2024-08-31 12:25:21 +02:00
Waled Khatiz
a68ee89be2
forgot-to-commit-the-rest
2024-08-30 14:42:45 +10:00
mauro-balades
7fd259f233
Added more to the site
2024-08-30 01:54:17 +02:00
mauro-balades
47e0fe8075
Started working on new site
2024-08-29 19:12:18 +02:00
mauro 🤙
cf9b62886c
remove API
2024-08-28 12:48:09 +00:00
mauro 🤙
b69f2d25e4
Optimize image loading in components
2024-08-27 23:18:00 +00:00
mauro-balades
1087dbb076
refactor: Remove unnecessary keys from theme object in get-theme API route
2024-08-27 17:43:02 +02:00
mauro-balades
e85c483c78
feat: Add Next.js API route for getting a theme by ID
2024-08-27 17:35:11 +02:00
mauro-balades
7ca8d4fb7c
feat: Refactor generateMetadata function and add support for jsDelivr CDN for images
2024-08-27 16:52:58 +02:00
mauro-balades
fc96c2c257
feat: Refactor generateMetadata function to improve performance and readability
2024-08-27 16:49:22 +02:00
mauro-balades
8f95457096
chore: Update next.config to export output
2024-08-27 16:35:21 +02:00
mauro-balades
a3cf78d83a
chore: Remove unused code and dependencies
2024-08-27 16:31:58 +02:00
mauro-balades
a76e74c0e7
chore: Add client-side code for privacy policy page
2024-08-27 16:06:03 +02:00
mauro-balades
9b31fafcad
feat: Add client-side code for privacy policy page
2024-08-27 16:02:37 +02:00
Daniel Masterson
7ab3f4e6fa
feat: Limit RSS Feed to return a maximum of 20 items
2024-08-25 19:59:19 +01:00
Daniel Masterson
2e94c80dc4
feat: Add RSS 2.0 Feed
2024-08-25 15:48:38 +01:00
Mauro Balades
0e33427289
chore: Remove unused code and fix theme page rendering
2024-08-25 00:01:09 +02:00
Mauro Balades
cdf6216d79
chore: Refactor generateMetadata function in theme page
2024-08-24 23:59:43 +02:00
Mauro Balades
66ab1c93ac
chore: Add generateMetadata function to theme page
2024-08-24 23:57:27 +02:00
Mauro Balades
b6cffff3c4
Merge branch 'main' of https://github.com/zen-browser/www
2024-08-24 23:53:18 +02:00
Mauro Balades
f9616f4787
feat: Add link to personal website in the head of RootLayout component
2024-08-24 23:53:16 +02:00
mauro 🤙
1ab31e574b
Merge pull request #68 from busybox11/fix-styled-components-nextjs
...
fix: Use NextJS recommended config for styled-components
2024-08-24 15:05:43 +02:00
ayn2op
0861a2f44d
fix: capitalize "firefox"
2024-08-24 14:46:58 +05:30
busybox11
de147a219f
fix: Use NextJS recommended config for styled-components
2024-08-24 01:43:09 +02:00
Mauro Balades
30cde8f559
refactor: Remove unnecessary keys from theme object in get-theme route and update navigation component
2024-08-22 21:27:37 +02:00
Mauro Balades
befda22428
chore: Update responsive margins and styles in Features component
2024-08-21 13:47:11 +02:00
Mauro Balades
954ef38c31
chore: Update branding assets page layout and styles
2024-08-17 23:39:57 +02:00
Mauro Balades
3f9702f4d7
fixed favicon
2024-08-17 22:45:06 +02:00
Mauro Balades
40ffc746e3
chore: Update getThemeFromId to use async/await
2024-08-16 11:38:46 +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
765e096d4f
chore: Update privacy policy markdown styles and add back button to theme page
2024-08-16 11:11:26 +02:00
NormPlum
1fa2cb6711
Update page.tsx
2024-08-15 20:58:05 +00:00
Mauro Balades
b16302ba24
chore: Update ThemeCard component to open theme page on click
2024-08-15 22:18:27 +02:00
Mauro Balades
bb0c720e0b
chore: Update GET function parameters in get-theme route
2024-08-15 12:35:04 +02:00
Mauro Balades
4c9b85e357
chore: Add homepage link to theme card
2024-08-15 11:22:19 +02:00
Mauro Balades
f16a46a290
feat: Add themes marketplace page and components
2024-08-14 23:12:22 +02:00
Pratyay360
ff19d50cda
refactor: Improve responsiveness of Features component layout
2024-08-12 21:33:45 +05:30
mauro 🤙
89356005ca
Changes to the privacy policy (god you are annoying)
2024-08-12 10:20:12 +00:00
mauro 🤙
e1a68c2d85
Fixed
2024-08-12 10:14:30 +00:00