Commit Graph

1191 Commits

Author SHA1 Message Date
javayhu
cf8b0402a9 refactor: remove German language support from i18n configuration 2025-03-02 21:51:39 +08:00
javayhu
7931200b36 refactor: consolidate styles and update import paths
- Move global and MDX styles to `src/styles` directory
- Update import paths for CSS files in layout and blog page
- Add comments to theme switcher components for clarity
- Reorganize style imports to improve project structure
2025-03-02 08:33:30 +08:00
javayhu
c2dab381e5
Merge pull request #6 from MkSaaSHQ/next-intl
support intl & add next-intl
2025-03-02 01:34:52 +08:00
javayhu
72005865f3 feat: add next-intl, supports en/zh/de languages 2025-03-02 01:33:56 +08:00
javayhu
a4e7a59e17 feat: enhance internationalization with comprehensive locale support
- Add German and Chinese language translations
- Update routing configuration to support multiple locales (en, de, zh)
- Create new components for locale switching and navigation
- Implement dynamic error and not-found pages with internationalized content
- Refactor global styles and MDX styling
- Update middleware and navigation configuration for improved i18n routing
2025-03-02 01:11:44 +08:00
javayhu
9ff8fca3f4 feat: add LangAttributeSetter component for dynamic locale handling
- Create a new client-side component to dynamically set the lang attribute
- Refactor root and locale layouts to separate HTML structure and language setting
- Improve internationalization support by handling locale attribute more flexibly
- Remove redundant HTML tag nesting in layout components
2025-03-01 23:29:57 +08:00
javayhu
ddefb47bc0 refactor: restructure root and locale layouts for improved routing and rendering
- Move HTML and body tags to root layout
- Add font and styling configuration to root layout
- Simplify locale layout by removing redundant HTML structure
- Remove separate public layout and integrate navbar and footer into locale layout
- Update page components to handle async params
2025-03-01 23:08:36 +08:00
javayhu
4c6997a012 feat: implement internationalization with next-intl
- Add multi-language support using next-intl
- Configure routing and localization for English and Chinese
- Update project structure to support i18n routing
- Add middleware and navigation helpers for localized routing
- Create message files for translations
- Modify layout and page components to support internationalization
2025-03-01 21:59:22 +08:00
javayhu
24eb819a85 refactor: update routes, marketing links, and footer configuration 2025-03-01 16:42:50 +08:00
javayhu
1f6f9f0f2d Merge branch 'main' of https://github.com/MkSaaSHQ/mksaas-template 2025-03-01 16:42:12 +08:00
javayhu
4830768e9c feat: add MkSaaS logo component and update blog image references 2025-03-01 16:33:52 +08:00
javayhu
5f67294aa5
Merge pull request #5 from MkSaaSHQ/nsui
feat: add landing page sections with modern UI components from nsui
2025-03-01 15:55:17 +08:00
javayhu
4ffb5adfed feat: add landing page sections with modern UI components from nsui 2025-03-01 15:52:44 +08:00
javayhu
6eda6fa83f refactor: replace custom external link icon with Lucide ArrowUpRightIcon 2025-03-01 15:07:25 +08:00
javayhu
ceb279d8fb refactor: improve external link icon placement in navbar components 2025-03-01 14:59:17 +08:00
javayhu
1c85d22ed8 fix: update routes and icons in marketing components 2025-03-01 14:38:43 +08:00
javayhu
31575c599d refactor: centralize route management with comprehensive Routes enum 2025-03-01 14:16:26 +08:00
javayhu
7ab78c95dc feat: enhance navbar with nested menu, mobile responsiveness, and marketing links 2025-03-01 14:15:16 +08:00
javayhu
4d60d96180 feat: add theme switcher components with horizontal and dropdown variants 2025-03-01 13:48:43 +08:00
javayhu
22f62949ae refactor: standardize icon naming and add new social media icons 2025-03-01 13:47:13 +08:00
javayhu
3a638f4d07 refactor: update icons and footer with X/Twitter and MkSaaS branding 2025-02-28 23:52:50 +08:00
javayhu
28f4fc8880 feat: enhance footer with social links and horizontal mode toggle 2025-02-28 23:37:21 +08:00
javayhu
c83bd1ca6a chore: update favicon, logo images, and add new logo variants 2025-02-28 01:44:31 +08:00
javayhu
cbb01617c5 chore: update favicon and logo images 2025-02-28 01:31:58 +08:00
javayhu
82c27bb541 chore: update favicon and logo images 2025-02-28 00:21:20 +08:00
javayhu
91528c5510 chore: update favicon and logo images 2025-02-27 01:13:59 +08:00
javayhu
f7d1949472 chore: update favicon and logo images 2025-02-27 00:59:39 +08:00
javayhu
e99b4f7e1a feat: add Radix UI Checkbox component and Navbar1 block 2025-02-27 00:48:44 +08:00
javayhu
5ba7ab03ad refactor: update footer config and remove mode toggle component 2025-02-26 23:58:45 +08:00
javayhu
9dbddad6e4 refactor: update site layout, footer, and navigation components 2025-02-26 01:31:47 +08:00
javayhu
59f023e933 feat: integrate Geist font and update site configuration 2025-02-25 00:49:58 +08:00
javayhu
f507c44959 refactor: update auth components and add dialog UI component & fix login dialog ui 2025-02-24 01:46:54 +08:00
javayhu
6d8b09ba3d refactor: centralize auth route constants and update references 2025-02-24 00:59:25 +08:00
javayhu
249efb5e32 chore: add admin menu to user button by the role in user info of session 2025-02-24 00:45:37 +08:00
javayhu
08adcd5758 feat: add google social login 2025-02-24 00:10:41 +08:00
javayhu
c7c952f27c feat: enable better auth account linking 2025-02-23 23:47:02 +08:00
javayhu
897f906631 feat: add better auth plugin admin to support user role and user ban 2025-02-23 23:23:01 +08:00
javayhu
8714ae80a4 feat: add cookie cache to session 2025-02-23 22:46:34 +08:00
javayhu
b8f66e44ea refactor: update sidebar and dashboard components with user session integration 2025-02-23 21:48:23 +08:00
javayhu
a8f331b2bb refactor: user session management in navbar and user button 2025-02-23 20:58:11 +08:00
javayhu
21d5faed6e feat: implement sign out functionality 2025-02-23 20:15:39 +08:00
javayhu
4986a39433 refactor: update font configuration and site tagline 2025-02-23 18:24:15 +08:00
javayhu
18415d96c4 refactor: adjust login page layout and remove full screen height 2025-02-23 15:58:52 +08:00
javayhu
f5303fa504 fix: add horizontal padding to footer containers 2025-02-23 15:55:26 +08:00
javayhu
fe1bf59d6f feat: add mobile drawer component for user button menu 2025-02-23 15:50:58 +08:00
javayhu
161cd45fa1 refactor: remove Work Sans font and update font configuration 2025-02-23 15:31:33 +08:00
javayhu
6ef0f172ec chore: update favicon and logo image files 2025-02-23 15:31:00 +08:00
javayhu
b006d9aa9f chore: update favicon and logo assets 2025-02-23 14:53:42 +08:00
javayhu
21e04f3027 feat: rename (marketing) to (public) routes 2025-02-23 14:27:45 +08:00
javayhu
af35d47c4e
Merge pull request #4 from MkSaaSHQ/better-auth
add better auth & support auth
2025-02-23 14:26:17 +08:00