atlus/frontend/js/apps
roberts 9c402e3726 Add package manager, text editor, file manager enhancements, auto-updates
Package Manager (new app):
- Search, install, remove apt packages via web UI
- Backend: apt-cache/dpkg-query/apt-get wrapper with input validation
- Frontend: searchable package list with expandable detail panels

Text Editor / File Viewer (new app):
- Opens from file manager, supports text editing with line numbers
- Image preview via authenticated blob URLs
- Binary file info display with download option
- Ctrl+S / Cmd+S save, dirty tracking, tab key support

File Manager enhancements:
- Toolbar: New File, New Folder, Upload, Delete, Refresh buttons
- Context menu: New File/Folder options, Open in Editor
- Double-click files to open in editor
- Right-click empty area for create options

Auto-update notification:
- Backend checks git repo for new commits (fetch + compare)
- One-click update: git pull + pip install + service restart
- Toast notification in right panel with dismiss option
- Polls every 30 minutes, retry logic for server restart

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 19:13:13 -05:00
..
asi_bridge.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
editor.js Add package manager, text editor, file manager enhancements, auto-updates 2026-03-14 19:13:13 -05:00
files.js Add package manager, text editor, file manager enhancements, auto-updates 2026-03-14 19:13:13 -05:00
packages.js Add package manager, text editor, file manager enhancements, auto-updates 2026-03-14 19:13:13 -05:00
services.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
settings.js Add network configuration to Settings (DHCP/static, WiFi scan/connect) 2026-03-14 18:29:35 -05:00
tasks.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
terminal.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00