Commit Graph

26 Commits

Author SHA1 Message Date
N1C4T
f9c7435ed1 refactor: migrate app data to modular JSON files 2026-02-23 15:42:20 +04:00
N1C4T
9954df58bf docs: update roadmap, added nixos options support see #36 2026-01-17 01:35:21 +04:00
N1C4T
4565449e5d docs: update readme, roadmap, and unfree guidelines ref #35 2026-01-13 02:33:23 +04:00
N1C4T
0adb5354b4 docs: minor update 2026-01-10 16:18:14 +04:00
N1C4T
895323d6ce docs: update roadmap 2026-01-09 21:41:34 +04:00
N1C4T
0ecde4d4b8 docs: update roadmap 2026-01-09 21:03:06 +04:00
N1C4T
842f8f0842 docs(readme): update features and roadmap 2026-01-09 13:08:12 +04:00
N1C4T
2c4a355b9e docs: update readme 2026-01-07 02:39:31 +04:00
N1C4T
4a70f293c1 docs: update project structure, keyboard shortcuts, and icon helpers 2025-12-31 21:12:29 +04: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
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
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
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
ddf07723fa docs: update README and CONTRIBUTING with current project structure 2025-12-28 17:55:30 +04:00
retrozenith
450d692d5b feat(docker): disable Next.js telemetry in containerized deployments
- Add NEXT_TELEMETRY_DISABLED=1 to Dockerfile (builder and runner stages)
- Add NEXT_TELEMETRY_DISABLED=1 to docker-compose.yml
- Add build-args to GitHub Actions workflow
- Document environment variables in README

This ensures no telemetry data is collected from containerized
deployments, respecting user privacy and reducing network overhead.
2025-12-28 13:08:47 +02:00
retrozenith
c4f7519a3b feat(ci): add GitHub Actions workflow for Docker builds
- Add automated Docker image building on push to main/docker branches
- Publish images to GitHub Container Registry (ghcr.io)
- Support multi-platform builds (linux/amd64, linux/arm64)
- Implement semantic versioning tags
- Add build caching for faster builds
- Update README with pre-built image usage instructions
- Add CI/CD to completed roadmap items
2025-12-28 13:01:02 +02:00
retrozenith
57a4aca128 feat(docker): add Docker support for containerized deployment
- Add multi-stage Dockerfile with Node.js 20 Alpine
- Add docker-compose.yml for easy deployment
- Add .dockerignore to optimize build context
- Enable standalone output in next.config.ts
- Add Docker deployment documentation to README
- Move Docker support from planned to completed in roadmap

The Dockerfile uses a three-stage build process:
1. deps: Install production dependencies
2. builder: Build Next.js application
3. runner: Minimal production runtime with non-root user

Includes health checks, restart policy, and security best practices.
2025-12-28 12:52:23 +02:00
Nicat Abushov
afd0102d0d Update README to reflect changes in feature status
Removed custom domain from completed and planned features.
2025-12-28 12:45:42 +04:00
sergiolaverde0
4102eba8d3 fix: remove all remaining uses of the term NixOS
Of particular importance is the change in the README to make it clear
that Nix is not so much a distribution as it is an universal package
distribution option on par with Flatpak and Snap.
2025-12-27 14:23:28 -05:00
NIJAT
a0ddaabed3 feat: add Flatpak support for Zen Browser, update description 2025-12-27 20:20:04 +04:00
NIJAT
196713361b update roadmap 2025-12-27 17:30:56 +04:00
NIJAT
0b54311f42 added roadmap 2025-12-25 11:54:08 +04:00
NIJAT
f8884a1f25 added roadmap 2025-12-25 11:52:39 +04:00
NIJAT
29b3aa5469 added screenshots 2025-12-24 08:17:43 +04:00
NIJAT
45ec702e74 Initial Commit 2025-12-24 07:37:01 +04:00