Commit Graph

91 Commits

Author SHA1 Message Date
N1C4T
adf75b337d chore: update gitignore 2026-01-09 21:03:29 +04:00
N1C4T
0ecde4d4b8 docs: update roadmap 2026-01-09 21:03:06 +04:00
N1C4T
5d95a4605e feat: add PWA meta tags and service worker registration 2026-01-09 21:02:40 +04:00
N1C4T
b316e97934 feat: add service worker for offline caching 2026-01-09 21:02:27 +04:00
N1C4T
b9d4926303 feat: add PWA manifest with app metadata and theme 2026-01-09 21:02:06 +04:00
N1C4T
d23db8b722 feat: add PWA icons (192x192 and 512x512) 2026-01-09 21:01:50 +04:00
N1C4T
d7deb55d02 fix: allow clicking links and copying text from tooltips 2026-01-09 16:37:31 +04:00
N1C4T
1474881aad fix: minor change 2026-01-09 13:53:41 +04:00
N1C4T
50d5e809f5 fix: update JS package managers 2026-01-09 13:52:48 +04:00
N1C4T
f8b2c6cc15 feat(data): add JS package managers (npm, pnpm, yarn)
Integrated from PR #31 with improvements (Homebrew support, formatting).

Co-authored-by: n1mroozi <nnimroozi20@gmail.com>
2026-01-09 13:22:26 +04:00
N1C4T
94b0c41221 feat(ui): add Homebrew notes to help modal 2026-01-09 13:08:30 +04:00
N1C4T
842f8f0842 docs(readme): update features and roadmap 2026-01-09 13:08:12 +04:00
N1C4T
695a7a913c docs(contributing): add Homebrew integration guidelines 2026-01-09 13:07:55 +04:00
N1C4T
b43a1061e1 fix(hooks): correct Homebrew copy command generation 2026-01-09 13:07:35 +04:00
N1C4T
813cb0542d feat(data): add Homebrew package mappings 2026-01-09 13:07:08 +04:00
N1C4T
af18f616e8 feat(scripts): implement Homebrew script generator and integration 2026-01-09 13:06:51 +04:00
N1C4T
2c4a355b9e docs: update readme 2026-01-07 02:39:31 +04:00
N1C4T
370c514c52 docs: update screenshots 2026-01-07 01:59:17 +04:00
N1C4T
c6a0844f99 feat: Add Mission Center 2026-01-06 22:25:08 +04:00
N1C4T
ff5dc12956 update footer button colors 2026-01-06 21:39:52 +04:00
N1C4T
6d4fcca6c5 refined UI/UX (new fonts, focus states, tooltips) 2026-01-06 21:21:44 +04:00
N1C4T
6c9b2123dd improve mobile layout and UX 2026-01-06 12:45:44 +04:00
N1C4T
07773ed42e feat: Enhance UI with system theme, refined headers, and new layout
- layout: Auto-detect system theme on first visit
- header: Refined layout (centered, uppercase subtitle, inline help)
- categories: Compact 'Soft Pill' design with improved focus state
- data: Reorganized Zellij to CLI Tools
- lint: Fixed various linting issues
2026-01-06 03:03:48 +04:00
N1C4T
94e9f6b598 fix: correct docker registry URL to abusoww/tuxmate 2026-01-05 23:19:20 +04:00
N1C4T
aab08011a3 fix: update wrangler name to match deployed worker 2026-01-05 23:01:29 +04:00
N1C4T
84a985dd53 fix: remove Zed from Fedora targets (not in official repos) 2026-01-05 22:45:38 +04:00
N1C4T
690115c066 fix: change vesktop icon 2026-01-02 15:03:07 +04:00
N1C4T
f7ac2856ba feat: add KDE Partition Manager to System category 2026-01-01 17:22:07 +04:00
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
4a70f293c1 docs: update project structure, keyboard shortcuts, and icon helpers 2025-12-31 21:12:29 +04:00
N1C4T
683943a180 fix: ignore Ctrl/Alt/Meta in keyboard shortcuts 2025-12-31 14:04:15 +04:00
N1C4T
2a74cf9a39 fix: improve keyboard nav scroll - center focus, adjust margins, remove debounce 2025-12-31 00:46:11 +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
Nicat Abushov
893b8d33e6 Change header format for related projects section
Updated the related projects section header in README.md from h2 to h4.
2025-12-29 21:45:41 +04:00
N1C4T
1ca9b593cf fix: add move zellij from terminal to cli tools 2025-12-29 21:38:39 +04:00
N1C4T
d582ce1dd5 fix: add move zellij from terminal to cli tools 2025-12-29 21:34:41 +04:00
Nicat Abushov
0630531e05 Add related projects section to README
Added a section for related projects in the README.
2025-12-29 21:21:19 +04:00
N1C4T
f7b661da23 fix: update Strawberry Player logo 2025-12-29 21:00:07 +04:00
N1C4T
6605893991 feat: add DaVinci Resolve to Creative category 2025-12-29 20:35:50 +04:00
N1C4T
6d6ff82f22 fix: add OpenSUSE for Zotero, fix typos 2025-12-29 20:26:01 +04:00
N1C4T
4914a56faf feat: add Kate, CMake, GOverlay, and Trilium Notes 2025-12-29 20:07:10 +04:00
NIJAT
a97779fa3b fix: use static export for both CF Pages and Docker
- Set output: 'export' in next.config.ts (creates /out directory)
- Replaced Node.js standalone Dockerfile with nginx serving static files
- Updated docker-compose.yml for nginx (port 80)
- Both CF Pages and Docker now use the same static build
2025-12-29 18:40:07 +04:00
NIJAT
9930abd991 fix: support both static export (CF Pages) and standalone (Docker) builds
- next.config.ts now checks STATIC_EXPORT env var to toggle output mode
- Added pages:build script for Cloudflare Pages to use
- Docker uses default 'npm run build' which creates .next/standalone
- CF Pages should use 'npm run pages:build' which creates out/
2025-12-29 18:34:48 +04:00
NIJAT
40c93ee13e fix: set static export unconditionally for CF Pages build 2025-12-29 18:28:59 +04:00
NIJAT
ae1448fe48 fix: build config for dual Docker/Cloudflare support
- next.config.ts: Auto-detects Cloudflare Pages (CF_PAGES) to use 'export', defaults to 'standalone' for Docker
- wrangler.json: Removed invalid binding for static deploy
- package.json: Added build:static script
2025-12-29 12:53:45 +04:00
NIJAT
86d7ec6bc5 fix: remove binding from wrangler.json for assets-only deploy 2025-12-29 12:48:20 +04:00
NIJAT
a14c565ce0 chore: fix deployment config- Enabled static export in next.config.ts- Added wrangler.json pointing to ./out assets 2025-12-29 12:45:38 +04:00
NIJAT
3fa12778ee feat: refined UI components and updated app data
Redesigned AUR Drawer Settings: compact layout, animations, context labels

Enhanced Tooltip: infinite width, markdown links, 'warm paper' style

Data: Updated Fedora reasons for Neofetch/Eza

Refactor: cleaned up hooks and positioning
2025-12-29 12:38:10 +04:00
NIJAT
00d521750e feat: refined UI components and updated app data 2025-12-29 12:36:28 +04:00