mauro 🤙
94243d4206
Merge pull request #103 from ktz-dev/styling_for_ultra-wide_monitors
...
fix: Formatting of features.tsx on ultrawide monitors
2024-08-25 21:05:47 +02:00
mauro 🤙
90d0f8d178
Merge pull request #100 from ktz-dev/fix_aarch64_typo
...
fix: Corrected capitalization of AArch64
2024-08-25 21:05:30 +02:00
mauro 🤙
1c6fedebc8
Merge pull request #105 from ktz-dev/card_wrapper_typo
...
fix: CardWrapper typo
2024-08-25 21:03:59 +02:00
mauro 🤙
b5d531882e
Merge pull request #106 from danm36/rss-feed
...
feat: Add RSS 2.0 Feed
2024-08-25 21:01:17 +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
Waled Khatiz
7b5a4adcfb
fix: CardWrapper typo
2024-08-26 00:09:13 +10:00
Waled Khatiz
07cb648555
fix:Formatting of features.tsx on ultrawide monitors
2024-08-25 22:36:24 +10:00
Waled Khatiz
fc14d12958
fix:Corrected capitalization of AArch64
2024-08-25 21:49:23 +10:00
mauro 🤙
b101766f33
Merge pull request #85 from zen-browser/revert-51-refactor/download-page
...
Revert "refactor: Improved platform detection, UI enhancements, and overall code quality"
2024-08-25 00:51:55 +02:00
mauro 🤙
2a7dc0cae3
Revert "refactor: Improved platform detection, UI enhancements, and overall code quality"
2024-08-25 00:51:46 +02:00
mauro 🤙
4838f336c5
Merge pull request #51 from BharathxD/refactor/download-page
...
refactor: Improved platform detection, UI enhancements, and overall code quality
2024-08-25 00:48:44 +02:00
mauro 🤙
0002f9314d
Merge pull request #81 from n7itro/release-notes
...
v29 release notes
2024-08-25 00:19:24 +02:00
Mauro Balades
ba4372b912
chore: Refactor ThemePage component to fetch readme asynchronously
2024-08-25 00:09:03 +02:00
Mauro Balades
c691a4e7e8
chore: Update ThemePage component to fetch readme asynchronously
2024-08-25 00:07:33 +02:00
Mauro Balades
5a465c9e36
chore: Update ThemePage component to fetch readme asynchronously
2024-08-25 00:05:20 +02:00
Mauro Balades
171d759ca3
fixed typo
2024-08-25 00:02:50 +02:00
Mauro Balades
353d0af72d
chore: Fix typo in theme-page.tsx
2024-08-25 00:02:00 +02: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 🤙
d0a8f41d85
Merge pull request #48 from zahyaah/typobranch
...
fix typo and grammar in features.tsx
2024-08-24 17:02:51 +02:00
mauro 🤙
44622dd6a6
Merge branch 'main' into typobranch
2024-08-24 16:58:47 +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
mauro 🤙
3119d09a77
Merge pull request #71 from CMOISDEAD/main
...
fix(theme-page): resolve sidebar overlapping footer issue
2024-08-24 15:01:50 +02:00
mauro 🤙
a624140c6b
Merge pull request #72 from ShawnGeorge03/fix/download-assets
...
fix: Fixed download links for Branding Assets
2024-08-24 15:01:21 +02:00
mauro 🤙
4dc634b0cb
Merge pull request #75 from ayn2op/capitalize
...
fix: capitalize "firefox"
2024-08-24 15:01:07 +02:00
mauro 🤙
5c0dd1b042
Merge branch 'main' into capitalize
2024-08-24 15:00:59 +02:00
mauro 🤙
792225300a
Merge pull request #76 from thebluedev/main
...
fix: Fix grammar in features
2024-08-24 14:59:51 +02:00
nitro
f49d5a8410
v29 release notes
2024-08-24 14:52:47 +02:00
thebluedev
277ad1faff
Merge branch 'main' of https://github.com/thebluedev/zencont
2024-08-24 15:17:00 +05:30
thebluedev
9c49f996c3
fix: Fix grammar in features
2024-08-24 15:16:13 +05:30
Mauro Balades
e0ba5c0fbc
refactor: Remove redundant code for features layout
2024-08-24 11:40:36 +02:00
ayn2op
0861a2f44d
fix: capitalize "firefox"
2024-08-24 14:46:58 +05:30
camilo
465b1ab524
fix(theme-page): resolve sidebar overlapping footer issue
...
- Fixed the issue where the sidebar was overlapping the footer by
changing `lg:fixed` to `lg:sticky` and adjusting padding/margin.
- Removed unused imports (`LoaderIcon`, `LoaderPinwheelIcon`,
`MoveLeftIcon`) from `lucide-react`.
- Moved "Go back" button to the top of the sidebar for better UX.
2024-08-23 21:21:14 -05:00
busybox11
de147a219f
fix: Use NextJS recommended config for styled-components
2024-08-24 01:43:09 +02:00
Shawn Santhoshgeorge
1c0ad13629
fix: Fixed download links for Branding Assets
2024-08-23 16:03:12 -04:00
Mauro Balades
96e64d5759
gMerge branch 'main' of https://github.com/zen-browser/www
2024-08-23 20:09:28 +02:00
Mauro Balades
da088d0292
refactor: Disable "Create theme" button on CreateThemePage
...
This commit disables the "Create theme" button on the CreateThemePage component by adding the `disabled` attribute to the Button component. This change is made to prevent users from creating new color themes for the browser until a more accessible solution is implemented. However, users can still create their own themes and share them with the community.
2024-08-23 20:09:23 +02:00
mauro 🤙
5ad43810fa
Merge pull request #58 from nimafanniasl/fix-download-buttons
...
Fix Downlaod buttons not going to /download
2024-08-23 19:37:22 +02:00
Nima
200c18f0eb
Fix Downlaod buttons not going to /download
2024-08-23 20:52:22 +03:30
Mauro Balades
f0c29781ba
refactor: Update CreateThemePage component to use dynamic theme data
2024-08-23 12:04:10 +02:00
Bharath Lakshman Kumar
3eebb4a8cf
fix: add types to releases
2024-08-23 14:29:39 +05:30
Bharath Lakshman Kumar
b3d5529080
refactor: improve the download count increment management
2024-08-23 14:28:58 +05:30
Bharath Lakshman Kumar
217e5d57b0
refactor: Improved Platform Detection and UI Enhancements
2024-08-23 14:28:00 +05:30
mauro 🤙
60b21f7f42
Update create-theme.tsx
2024-08-22 23:21:41 +02:00
mauro 🤙
1a10f01142
Fixed features
2024-08-22 21:10:52 +00:00
mauro 🤙
0a64b14664
refactor: Add dialog background color input to CreateThemePage component
2024-08-22 21:07:53 +00:00