Commit Graph

13 Commits

Author SHA1 Message Date
siujamo 94227f79ae refactor: change example data 2026-03-02 09:09:55 +08:00
zihluwang 52780f08fd feat: enhance JSON path highlighting and improve input styling in JsonViewer 2026-02-24 14:57:58 +08:00
zihluwang ff7948726f refactor: add TTY 2026-02-24 11:54:18 +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 16282155c3 feat: add SEO component and integrate it across multiple pages with localised metadata 2026-02-24 10:32:17 +08:00
zihluwang f0aaba8b39 feat: enhance CSV export functionality in JsonViewer with object handling 2026-02-24 09:55:57 +08:00
zihluwang 058c16b99f feat: add JsonCodeEditor component and integrate it into JsonGrid and JsonViewer 2026-02-24 09:52:34 +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 c42af864cb Merge remote-tracking branch 'origin/develop' into develop 2026-01-19 14:56:18 +08:00
siujamo 98151f9273 feat: added bmi-calculator page 2026-01-19 14:55:59 +08:00
zihluwang 495c6c0a05 chore: update references to reflect application name change to DevHub
- Changed the live application link in README.md to point to the new URL.
- Updated the repository name in the Contact page to match the new branding.
- Revised comments in the JSON Viewer component to align with the updated application name.
2026-01-19 14:54:27 +08:00
zihluwang c574297fe2 refactor: rename application from JSON Visualiser to DevLab
- Updated the title and references throughout the application to reflect the new name, DevLab.
- Adjusted the About, Contact, Home, and JSON Viewer pages to align with the rebranding.
2026-01-19 14:51:10 +08:00
zihluwang f52ca401cf feat: implement JSON Viewer page and enhance Home page layout
- Added a new JSON Viewer page for visualizing and querying JSON data using JSONPath.
- Updated the Home page with a new header, main call-to-action, and feature highlights for the JSON Visualiser tool.
- Removed unused state and components from the Home page to streamline the layout.
2026-01-19 14:39:21 +08:00