Commit Graph

11 Commits

Author SHA1 Message Date
N1C4T
c3b737f901 refactor: split CommandFooter, perf tweaks
- extracted drawer modal to CommandDrawer (~180 lines)
- CommandFooter now under 270 lines
- replaced transition-all with specific props (colors, transform, etc)
- should reduce repaints on hover states
2025-12-31 22:11:19 +04:00
N1C4T
683943a180 fix: ignore Ctrl/Alt/Meta in keyboard shortcuts 2025-12-31 14:04:15 +04:00
starrieste
8ae806b64e Automatic scrolling with keyboard nav controls 2025-12-30 11:22:32 -05:00
starrieste
51c243a27e change order of arrow key shortcut labels to align with vim's hjkl 2025-12-30 10:12:37 -05:00
NIJAT
00d521750e feat: refined UI components and updated app data 2025-12-29 12:36:28 +04:00
NIJAT
f83293afe2 fix: prevent command bar text wrapping on narrow screens 2025-12-29 00:12:48 +04:00
NIJAT
b0bd27341a feat: huge UI/UX overhaul, AUR improvements, and code polish
- Shortcuts Bar: Redesigned layout (Esc/Tab grouped, Space added), unified NAV styling, and implemented consistent Arch Blue branding.
- AUR Integration:
  - Added yay/paru helper toggle with keyboard shortcuts (1/2).
  - Implemented minimal visual ARCH logo indicator for AUR packages.
  - Standardized all AUR-related UI elements (checkboxes, badges) to official Arch Blue (#1793d1).
- Theme System: Refactored useTheme hook to a global Context Provider for perfect animation sync.
- Animations & UI: Enhanced drawer animations (slide-up/down), tooltips, and hover states using GSAP.
- Performance: Optimized app filtering with useMemo to prevent re-renders; fixed reconciliation issues.
- Fixes: Resolved hydration mismatches and malformed HTML tags.
- Docs: Updated README and CONTRIBUTING guidelines.
- Refactor: Cleaned up unused code.
2025-12-29 00:02:45 +04:00
NIJAT
0eae8240c7 feat: security fixes, loading skeleton, script refactor 2025-12-28 17:29:39 +04:00
NIJAT
b87f12c9c4 feat: improved command drawer with desktop modal layout and fixed hydration error- Added slide-up drawer for command bar with terminal styling- Desktop: centered modal with inline action buttons in terminal header- Mobile: bottom sheet with tall stacked action buttons- Added escape key to close, ARIA labels for accessibility- Smooth open/close animations with fadeIn/fadeOut- Fixed ThemeToggle hydration mismatch with mounted state check- Improved scrollbar visibility in command bar 2025-12-28 00:10:05 +04:00
NIJAT
4f0949b059 umami events 2025-12-27 16:21:06 +04:00
NIJAT
45ec702e74 Initial Commit 2025-12-24 07:37:01 +04:00