Commit graph

4 commits

Author SHA1 Message Date
ebaa0b9e68
chore: update dependencies and improve chart tooltip styling
- Updated package versions in package.json:
  - "@next/mdx" from "^16.1.3" to "^16.1.6"
  - "framer-motion" from "^12.26.2" to "^12.34.0"
  - "lucide-react" from "^0.562.0" to "^0.564.0"
  - "next" from "16.1.3" to "16.1.6"
  - "react" from "19.2.3" to "19.2.4"
  - "react-day-picker" from "^9.13.0" to "^9.13.2"
  - "react-dom" from "19.2.3" to "19.2.4"
  - "react-resizable-panels" from "^4.4.1" to "^4.6.3"
  - "shadcn" from "^3.7.0" to "^3.8.4"
  - "zod" from "^4.3.5" to "^4.3.6"
  - "@biomejs/biome" from "2.3.11" to "2.3.15"
  - "@types/node" from "^25.0.9" to "^25.2.3"

- Refactored ChartTooltipContent component in chart.tsx:
  - Simplified className construction for better readability and consistency.
2026-02-14 19:25:31 +09:00
4f7b579fac
feat: refactor UI components and introduce new ones
- Updated toggle component to use new radix-ui import and improved styles.
- Refactored tooltip component to align with new radix-ui structure and enhanced styles.
- Added button group component for better button organization.
- Introduced chart component with responsive design and tooltip functionality.
- Created empty state components for better user experience.
- Developed field components for form handling with improved accessibility.
- Added input group component for better input management.
- Introduced item components for structured content display.
- Created keyboard shortcut components for better user interaction.
- Added spinner component for loading states.
2026-01-18 14:19:08 +09:00
afbf913aec
refactor: simplify MDX options in next.config.ts
chore: update Radix UI dependencies to latest versions

chore: update Next.js and related packages to latest versions

style: add sidebar color variable in globals.css

refactor: remove Chart component and related logic
2025-11-20 00:28:22 +09:00
fbd8fd0c6a Init shadcn, Make Sidebar 2025-10-09 01:43:14 +09:00