siujamo
531dc6e9aa
fix: replace process.env.NODE_ENV with import.meta.env.DEV
...
Deploy to Vercel / deploy (push) Failing after 1m14s
process.env is not available in the browser tsconfig without
@types/node. import.meta.env.DEV is Vite's built-in equivalent.
2026-06-08 16:54:35 +08:00
zihluwang
e17c58490e
feat: add changelog page and update navigation links
2026-02-24 12:38:13 +08:00
zihluwang
0bbc21bfa0
feat: add ToolsLayout component and update routing for tools navigation
2026-02-24 11:06:36 +08:00
zihluwang
a195299e91
feat: add functionality to copy selected raw JSON in JsonViewer and update related state management
2026-02-24 10:58:54 +08:00
zihluwang
6953c7a595
fix: update titles for JSON Grid in British and Simplified Chinese locales
2026-02-24 10:37:38 +08:00
zihluwang
16282155c3
feat: add SEO component and integrate it across multiple pages with localised metadata
2026-02-24 10:32:17 +08:00
zihluwang
046c8ea01f
feat: add json grid page and update home layout
2026-02-24 09:41:33 +08:00
zihluwang
11d0cc5765
feat: enhance internationalization and update application branding
...
- Updated application title and page titles from "DevHub" to "DevLab" across multiple locales.
- Added new translations for the home, about, contact, and JSON viewer pages to support enhanced user experience.
- Integrated language switcher in the layout for improved accessibility.
- Revised BMI calculator and contact form to reflect new branding and improved user guidance.
2026-01-19 15:17:03 +08:00
siujamo
b7ecd69469
feat: added i18n
2026-01-19 14:45:49 +08:00