Commit graph

467 commits

Author SHA1 Message Date
aedb39a9ac
Refactor deployment workflow to use ubuntu-latest and simplify build and deploy steps
Some checks failed
/ print-content (push) Failing after 1s
2026-05-31 14:15:38 +09:00
f7348d49b4
Refactor build step in deployment workflow to ensure executable permissions for binaries
Some checks failed
/ print-content (push) Failing after 3s
2026-05-31 14:14:04 +09:00
1c35621643
Refactor deployment workflow to consolidate commands for build and deploy steps
Some checks failed
/ print-content (push) Failing after 4s
2026-05-31 14:13:12 +09:00
0458fb655d
Refactor deployment workflow to separate commands for improved readability
Some checks failed
/ print-content (push) Has been cancelled
2026-05-31 14:06:37 +09:00
c7f7fdecbf
Refactor SSH key handling in deployment workflow for improved clarity and efficiency
Some checks failed
/ print-content (push) Failing after 3s
2026-05-31 14:05:37 +09:00
7783457ec1
Refactor deployment workflow to streamline SSH key handling and improve readability
Some checks failed
/ print-content (push) Has been cancelled
2026-05-31 14:04:42 +09:00
58ce75b38a
wow
Some checks failed
/ print-content (push) Has been cancelled
2026-05-31 13:55:12 +09:00
108cf60e0c
wow 2026-04-26 17:20:26 +09:00
004e131181
wow
All checks were successful
Web Build / build (push) Successful in 44s
2026-04-26 17:19:35 +09:00
7b06966b26
wow
All checks were successful
Web Build / build (push) Successful in 1m57s
2026-04-26 17:16:58 +09:00
aaf3ed3b8c
wow
Some checks failed
Web Build / build (push) Failing after 55s
2026-04-26 17:14:32 +09:00
28ffd0bce9
chore: update dependencies in package.json
All checks were successful
Web Build / build (push) Successful in 1m50s
- upgraded @next/mdx from ^16.1.6 to ^16.2.3
- upgraded framer-motion from ^12.34.0 to ^12.38.0
- upgraded lucide-react from ^1.7.0 to ^1.8.0
- upgraded next from 16.2.1 to 16.2.3
- upgraded react from 19.2.4 to 19.2.5
- upgraded react-dom from 19.2.4 to 19.2.5
- upgraded react-hook-form from ^7.71.1 to ^7.72.1
- upgraded react-resizable-panels from ^4.7.6 to ^4.9.0
- upgraded recharts from 3.8.0 to 3.8.1
- upgraded shadcn from ^4.1.0 to ^4.2.0
- upgraded @biomejs/biome from 2.3.15 to 2.4.11
- upgraded @tailwindcss/postcss from ^4.1.18 to ^4.2.2
- upgraded @types/node from ^25.2.3 to ^25.6.0
- upgraded @types/react from 19.2.2 to 19.2.14
- upgraded @types/react-dom from 19.2.2 to 19.2.3
- upgraded tailwindcss from ^4.1.18 to ^4.2.2
- upgraded typescript from ^5.9.3 to ^6.0.2
2026-04-11 18:30:26 +09:00
e874470ca4 Update .github/workflows/main.yml
All checks were successful
Web Build / build (push) Successful in 1m49s
2026-04-11 09:28:08 +00:00
168839499e Update .github/workflows/main.yml
Some checks failed
Web Build / build (push) Failing after 43s
2026-04-11 09:26:39 +00:00
2e491845a5 Update .github/workflows/main.yml
Some checks failed
Web Build / build (push) Has been cancelled
2026-04-11 09:25:23 +00:00
44fa39d3dc
Refactor Projects component to use custom Button component for loading more projects 2026-03-26 21:41:29 +09:00
d7475dc0eb
shadcn 업데이트 && email components 2026-03-26 21:39:11 +09:00
ae00228de3
Update dependencies and remove unused FlakeNix component 2026-03-26 17:33:52 +09:00
9caf1553a9
Update page.tsx 2026-03-22 20:16:58 +09:00
ee4de6001e
Update page.tsx 2026-03-14 04:45:10 +09:00
11df08e7e8
Update page.tsx 2026-03-14 04:42:39 +09:00
5a3bd99511
Update page.tsx 2026-03-14 04:42:21 +09:00
8802766e53
Update events.ts 2026-03-07 13:55:36 +09:00
738b1395d5
fix: update cursor style for active dragging state in DraggableWindow 2026-03-06 22:54:48 +09:00
2a35d967f7
fix: update cursor styles for draggable elements in DraggableWindow 2026-03-06 22:54:31 +09:00
a5e201361a
fix: update image source for nadae visibility in DraggableWindow 2026-03-06 22:49:42 +09:00
226cf6385e
feat: add fetch call to update nadae state on activation 2026-03-06 22:46:06 +09:00
991bc55102
fun feat 2026-03-06 22:30:35 +09:00
425c21182f
Update page.tsx 2026-03-01 18:55:14 +09:00
835bd28dc9
Update Contact.tsx 2026-02-18 19:01:44 +09:00
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
f073dfb7d3
Update not-found.tsx 2026-02-07 04:45:35 +09:00
1ce743e06a feat: update configuration, styles, and components for improved UI and functionality 2026-02-03 21:17:53 +00:00
a3294a0648
Update page.tsx 2026-01-20 19:34:31 +09:00
49a7aa9b18
Update page.tsx 2026-01-19 23:00:26 +09:00
1ddaaac65b
Update layout.tsx 2026-01-19 23:00:11 +09:00
234d83915f
feat: remove Resizable component and related functionality 2026-01-18 18:11:13 +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
b436b79769
feat: update components and styles for improved UI
- Changed the style in components.json from "new-york" to "radix-mira".
- Updated Tailwind CSS configuration path in components.json.
- Added menu color and accent properties in components.json.
- Upgraded various dependencies in package.json, including Next.js and framer-motion.
- Enhanced globals.css with new theme variables and animations for accordion components.
- Added new social media links in Contact component and replaced anchor tags with Link component for better routing.
- Removed outdated project entry from Projects component.
- Refactored Timeline component to use Button component for year selection.
- Added new icon for maishift in public directory.
2026-01-18 13:49:18 +09:00
7d86d8a444
events.ts 업데이트 2026-01-13 11:55:15 +09:00
fb2595679b
feat: Add blog contact method to the contact component 2026-01-08 21:42:02 +09:00
cca4002e16
feat: Enhance result display by formatting content with line breaks 2025-12-27 18:20:50 +09:00
b6104aa802
Update page.tsx 2025-12-25 16:20:59 +09:00
4517133582
refactor: Remove unused state and handler for improved code clarity 2025-12-24 13:30:51 +09:00
481158dd85
feat: Implement input dialog for secret code submission and result display 2025-12-24 13:30:13 +09:00
063490db28
조아요 조아요 물걸레질 조아요 2025-12-21 14:50:26 +09:00
7b60907dd7
Refactor code structure for improved readability and maintainability 2025-12-21 14:46:50 +09:00
4c692a01a5
사용성 개선 2025-12-21 05:15:23 +09:00
947e376c29
fix: add mobile responsiveness to TXT component 2025-12-20 01:18:03 +09:00
82b5b0719c
feat: Add draggable window component and associated functionality
- Implemented DraggableWindose component with drag-and-drop capabilities.
- Added shake detection to close the window after multiple shakes.
- Integrated responsive design for mobile devices.
- Created TXT component to display a clickable text icon with hover effects.
- Included image assets for the draggable window and text icon.
2025-12-20 01:13:28 +09:00