Commit Graph

20 Commits

Author SHA1 Message Date
Butterfly Dev
b7d6c950cf fix: terminal now auto-scrolls on output (was missing AfterViewChecked) 2026-04-07 04:00:51 +00:00
Butterfly Dev
f3da41da01 fix: taskbar clock now updates every second (was computed signal that never changed) 2026-04-07 04:00:30 +00:00
Butterfly Dev
dcfaceb395 desktop: production build works (328KB, 85KB gzip), configure outputPath dist/browser, update .gitignore 2026-04-07 03:45:21 +00:00
Butterfly Dev
f4b7e2542e desktop: fix build errors — FormsModule for settings, nativeWindow alias, move provideHttpClient to appConfig 2026-04-07 03:44:31 +00:00
Butterfly Dev
b792b36eae desktop: global styles (scrollbar, reset, animations), update index.html with Butterfly branding 2026-04-07 03:41:11 +00:00
Butterfly Dev
8a9429c946 desktop: components/desktop — main shell: window rendering, app launcher, session picker dialog, animated gradient background 2026-04-07 03:40:11 +00:00
Butterfly Dev
eea8197ece desktop: components/apps/browser — simple web browser with URL bar, navigation, iframe sandbox 2026-04-07 03:38:14 +00:00
Butterfly Dev
6beb93b16f desktop: components/apps/settings — settings panel with display/audio/network/about sections 2026-04-07 03:37:09 +00:00
Butterfly Dev
0048eabb60 desktop: components/apps/file-explorer — dual-pane file browser with navigation, icons, selection, status bar 2026-04-07 03:35:30 +00:00
Butterfly Dev
283e53d1dc desktop: components/apps/text-editor — code editor with toolbar, cursor position, dark theme 2026-04-07 03:34:27 +00:00
Butterfly Dev
7496fbeced desktop: components/apps/terminal — basic terminal emulator with command history, help/clear/echo/date/uptime/whoami 2026-04-07 03:33:40 +00:00
Butterfly Dev
6b4c6419ce desktop: components/remote-display — canvas-based display viewer, mouse/keyboard HUD forwarding, FPS counter, connection status overlays 2026-04-07 03:32:23 +00:00
Butterfly Dev
8ad129ed17 desktop: components/start-menu — Windows 11-style centered start menu with app grid, search, animated slide-up 2026-04-07 03:31:11 +00:00
Butterfly Dev
490317b3ea desktop: components/taskbar — Windows 11-style taskbar with start button, quick launch, window list, system tray clock 2026-04-07 03:29:54 +00:00
Butterfly Dev
b5e23e16b7 desktop: components/window — draggable/resizable window chrome with title bar, min/max/close controls, dark theme 2026-04-07 03:28:44 +00:00
Butterfly Dev
7991237978 desktop: app.ts/html/scss — root component with DesktopComponent, HTTP provider, global reset 2026-04-07 03:27:30 +00:00
Butterfly Dev
9d8aaa5c1a desktop: services/window-manager.service.ts — window lifecycle (open/close/focus/minimize/maximize/drag/resize) 2026-04-07 03:26:59 +00:00
Butterfly Dev
4041625f06 desktop: services/api.service.ts — HTTP client for REST endpoints matching backend 2026-04-07 03:26:25 +00:00
Butterfly Dev
710560d300 desktop: services/websocket.service.ts — WebSocket client matching Rust WsMessage protocol 2026-04-07 03:26:04 +00:00
Butterfly Dev
2b0537395d desktop: scaffold Angular 21 project with routing and SCSS 2026-04-07 03:25:07 +00:00