Commit graph

429 commits

Author SHA1 Message Date
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
83017a3341
refactor: streamline dialog component structure and improve accessibility 2025-12-19 19:09:51 +09:00
aa721322da
chore: update dependencies and improve UI components
- Updated dependencies in bun.lock and package.json to specific versions for better stability.
- Added a new Contact component to display contact methods with tooltips.
- Introduced a Banner component for notifications with customizable actions.
- Enhanced the Dialog, Checkbox, Button, Input, and Label components for better usability and styling.
- Integrated react-snowfall for a snow effect in the main page.
- Added a Discord SVG icon to the project.
2025-12-19 17:21:23 +09:00
65b444cc93
to webp 2025-12-19 01:08:07 +09:00
4fd76bfbfd
removed 2025-12-19 01:04:17 +09:00
5be9625af3
니디걸오버도즈 2025-12-19 00:54:03 +09:00
d4c8c9d9c5
Merge pull request #7 from imnyang/dependabot/npm_and_yarn/next-16.0.10
chore(deps): bump next from 16.0.7 to 16.0.10
2025-12-12 15:50:09 +09:00
dependabot[bot]
0d597dcc11
chore(deps): bump next from 16.0.7 to 16.0.10
Bumps [next](https://github.com/vercel/next.js) from 16.0.7 to 16.0.10.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.0.7...v16.0.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.0.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 06:48:20 +00:00
84069a52a2
CVE-2025-55183, CVE-2025-55184 2025-12-12 15:39:13 +09:00
8815be8b43
bun issue?? 2025-12-12 02:20:13 +09:00
288d3c4e3d
Update Projects.tsx 2025-12-09 13:11:31 +09:00
42794c30d8
refactor: remove unnecessary package installation from Dockerfile 2025-12-08 18:02:55 +09:00
ff92067085
refactor: update user and group creation in Dockerfile for improved clarity 2025-12-08 18:01:31 +09:00
595f6aa24d
Refactor code structure for improved readability and maintainability 2025-12-08 18:00:03 +09:00
b1bb168e4a
refactor: simplify user and group creation in Dockerfile 2025-12-08 17:56:54 +09:00
a126b84165
feat: update dependencies and add Nix code highlighting feature 2025-12-08 17:53:48 +09:00
e396d5a947
CVE-2025-66478, CVE-2025-55182 2025-12-04 09:44:45 +09:00
3c600c06f9 Refactor code structure for improved readability and maintainability 2025-11-23 17:46:38 +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
6e0a128cdf
? 2025-11-20 00:18:53 +09:00
16a298624f
feat: add new blog post "삣삐" 2025-11-20 00:18:20 +09:00
35f2c41d7b
feat: add MDX support and blog functionality
- Updated next.config.ts to include MDX support with new page extensions.
- Added dependencies for MDX in package.json.
- Refactored Home component to include BlogList.
- Adjusted layout and styling in Projects and Timeline components.
- Implemented dynamic blog post routing with generateStaticParams and BlogPost component.
- Created BlogLayout for consistent blog page structure.
- Added initial blog post in MDX format.
- Developed BlogList component to display a list of blog posts.
- Introduced blog utility functions to read and parse MDX files.
2025-11-20 00:17:59 +09:00
deca6506a9
Enhance styling and functionality: add scrollbar styles, update iframe source, adjust project section width, implement MagicalGirl toggle, and create ASCII art HTML page. 2025-11-20 00:02:08 +09:00
217f115069
Add shell.nix for Nix shell environment and update bun.lock configuration 2025-11-19 23:03:48 +09:00
7c7e773af0
Update NeoFetch.tsx 2025-11-15 19:07:39 +09:00
5a1cde43f2
Update Top.tsx 2025-11-15 19:05:46 +09:00
b7df01c95b
Update NeoFetch.tsx 2025-11-08 08:06:04 +09:00
d5ecf43fcf
Update NeoFetch.tsx 2025-11-08 07:57:00 +09:00
6874dfe9b9
Update Projects.tsx 2025-10-31 00:42:14 +09:00
70ff784d52
Update main.yml 2025-10-30 19:27:48 +09:00
1c78b0981e
Update main.yml 2025-10-30 19:10:51 +09:00
4571597a14
Merge pull request #6 from imnyang/nextjs
시스템을 추구하는 것은 나쁜걸까?
2025-10-29 21:38:25 +09:00
1d5978dacf
Merge branch 'main' into nextjs 2025-10-29 21:38:16 +09:00
d6456466c6 시스템을 추구하는 것은 나쁜걸까? 2025-10-29 21:34:05 +09:00
506a9bef40
feat(ui): implement SUPERCOMMAND component and integrate it into the layout; add Projects component for project display 2025-10-26 22:18:37 +09:00
07f65bd76d
fix(ui): add rounded corners to NeoFetch component for improved aesthetics 2025-10-26 20:40:13 +09:00
10bf4378b6
feat: enhance styling and layout with new global styles, scrollbar customization, and updated content
- Added Google Sans Code font to globals.css for improved typography.
- Introduced new CSS variables for theming in globals.css, enhancing dark mode support.
- Updated layout.tsx to include custom scrollbar styles from scrollbar.css.
- Modified page.tsx to improve the "About" section with more engaging content.
- Refactored NeoFetch component for better styling and layout consistency.
- Commented out scroll behavior in Top component for smoother navigation.
- Added new art.html file for visual representation in the NeoFetch component.
2025-10-26 20:31:38 +09:00
24e5a3c397 fix(ui): use min-w/min-h for NeoFetch iframe to improve responsiveness 2025-10-24 22:20:41 +09:00
6fff7afabb chore(ui): remove AnimatedTextCycle component 2025-10-23 22:30:26 +09:00