Commit graph

32 commits

Author SHA1 Message Date
Shintaro Jokagi
7fafa6bc69
feat(prettier): add prettier formatting 2025-05-28 13:43:44 +12:00
Shintaro Jokagi
b91fe93229
chore(icons): replace Lucide icons with custom icon components
The changes show migration from Lucide to custom icon components. The change touches multiple components and includes adding new icon files.
2025-05-15 22:35:26 +12:00
Shintaro Jokagi
225bd6faa7
chore(app): sort tailwind classes consistently across all files
The changes are focused on reordering Tailwind CSS classes consistently across multiple component files, improving code readability and maintainability.
2025-05-15 12:50:50 +12:00
Shintaro Jokagi
c82ae06030
refactor(app): improve layout consistency and responsiveness across pages
The changes focus on standardizing layouts, spacing, and container usage
throughout the site while enhancing responsive behavior. Key improvements
include:

- Unified container usage for consistent page widths
- Standardized section padding and gaps
- Removed redundant padding/margin classes
- Better responsive grid layouts
- Consistent text alignment and spacing
- Cleaner flexbox structures
2025-05-15 12:43:48 +12:00
Shintaro Jokagi
e068816f18
chore(prettier): format fiels with prettier 2025-05-14 09:43:02 +12:00
Shintaro Jokagi
193c159db5
feat(i18n): add i18n support and restructure pages for localization
- Configure i18n in astro.config.mjs with English as default locale
- Add translation files and i18n utilities
- Reorganize pages under [locale] subdirectory
- Update components to use translated strings
- Add language routing and fallback handling
2025-05-14 09:41:08 +12:00
mr. m
f0ecba2079
Revert "feat(i18n): implement internationalization support and refactor components for localization" 2025-05-13 19:25:58 +02:00
Shintaro Jokagi
79f2381023
chore(tsconfig): update paths to use ~ instead of @ 2025-05-12 23:43:11 +12:00
taroj1205
54dfef1eac
feat(i18n): implement internationalization support and refactor components for localization
- Added i18n configuration to `astro.config.mjs` for managing locales.
- Introduced utility functions for locale handling in `i18n.ts`.
- Updated various components (e.g., `BackButton`, `Button`, `Community`, `Footer`, `Hero`, `NavBar`, etc.) to utilize localized strings.
- Created new localized pages for `about`, `donate`, `download`, `release-notes`, and others.
- Removed outdated pages and adjusted imports to reflect new structure.
- Enhanced the `ModsList` component to support localization.
- Added English language JSON file for translations.
- Improved overall code organization and structure for better maintainability.
2025-05-09 23:49:41 +12:00
mr. m
be0133cc36
Refactor text formatting for improved readability and update release notes for version 1.12.3b 2025-05-08 23:32:54 +02:00
Mr. M
8568b32179
Merge branch 'update-12' of https://github.com/zen-browser/www into update-12 2025-05-02 18:34:46 +02:00
Mr. M
b7f7801eea
Update Community component to clarify privacy commitment in text 2025-05-02 18:34:43 +02:00
mr. m
8bd662584f
Made the text more clear for community 2025-04-30 13:54:34 -07:00
mr. m
5d8c4a5fc3
Formatted the project and rebuild mods list 2025-03-12 00:31:50 +01:00
Kyle
b3b60b293b
Fixes "Explore Zen" her button and some language 2025-03-08 22:55:44 +02:00
mr. M
8b71b4f5c4
fix: adjust Community section image width for better responsiveness 2025-03-08 16:45:21 +01:00
mr. M
5bbf42140c
feat: add Features component and update Community section layout 2025-03-08 16:41:56 +01:00
mr. M
39149fabd1
feat: remove unused assets and update release notes with new features and improvements 2025-03-08 01:33:31 +01:00
Colin Kim
848093182c
fix: correct grammar issues 2025-01-26 17:21:36 -08:00
mr. M
cc3b3d42b7
fix(components): improve layout and spacing in Button, Community, Features, and HomeExtras components for better responsiveness 2025-01-19 23:54:05 +01:00
mr. M
b2fa0fcc40
fix(components): update Hero, Community, and Features components for improved layout and responsiveness 2025-01-19 23:35:49 +01:00
mr. M
badf0f1f7d
fix(components): update text for clarity and relevance in Community component 2025-01-19 23:10:59 +01:00
mr. M
b9eb8f9606
fix(components): adjust spacing and class names for improved layout consistency 2025-01-19 23:04:47 +01:00
mr. M
8de6c4324b
feat: enhance community section and update release notes with new features 2025-01-13 23:42:12 +01:00
mr. M
d14b44b2c8
fix: format code and ensure consistent styling across files 2025-01-08 00:19:40 +01:00
mr. M
641727c335
fix: remove viewport settings from motion components for improved performance 2025-01-03 00:25:43 +01:00
mr. m 🤙
641d8d6ef3 Agregar animación de zoom y aplicar animaciones en la sección de características 2024-12-13 10:20:34 +00:00
mr. M
20f3d76579
feat: implement motion animations for Community and Hero components 2024-12-11 21:16:07 +01:00
mr. M
aa5c4f6ad0
feat: integrate React support and add AnimatedText component for enhanced animations 2024-12-11 18:40:01 +01:00
Bram Leisink
bbd5b3433a Fix buttons not having a href property 2024-12-10 19:48:33 +01:00
mr. M
48bb946e4b
fix: remove unnecessary div in Community component and adjust Image positioning in Hero component 2024-12-10 16:31:48 +01:00
mr. M
a1be27be82
Update dependencies, fix typos, and enhance layout with new components
Some checks failed
Upload to bunny / upload (1.22.3) (push) Has been cancelled
2024-12-06 15:07:53 +01:00