butterfly
  • Joined on 2026-03-23
butterfly pushed to main at butterfly/projects 2026-04-06 20:45:25 -07:00
dcfaceb395 desktop: production build works (328KB, 85KB gzip), configure outputPath dist/browser, update .gitignore
butterfly pushed to main at butterfly/projects 2026-04-06 20:44:34 -07:00
f4b7e2542e desktop: fix build errors — FormsModule for settings, nativeWindow alias, move provideHttpClient to appConfig
butterfly pushed to main at butterfly/projects 2026-04-06 20:41:15 -07:00
b792b36eae desktop: global styles (scrollbar, reset, animations), update index.html with Butterfly branding
butterfly pushed to main at butterfly/projects 2026-04-06 20:40:14 -07:00
8a9429c946 desktop: components/desktop — main shell: window rendering, app launcher, session picker dialog, animated gradient background
butterfly pushed to main at butterfly/projects 2026-04-06 20:38:16 -07:00
eea8197ece desktop: components/apps/browser — simple web browser with URL bar, navigation, iframe sandbox
butterfly pushed to main at butterfly/projects 2026-04-06 20:37:11 -07:00
6beb93b16f desktop: components/apps/settings — settings panel with display/audio/network/about sections
butterfly pushed to main at butterfly/projects 2026-04-06 20:35:32 -07:00
0048eabb60 desktop: components/apps/file-explorer — dual-pane file browser with navigation, icons, selection, status bar
butterfly pushed to main at butterfly/projects 2026-04-06 20:34:29 -07:00
283e53d1dc desktop: components/apps/text-editor — code editor with toolbar, cursor position, dark theme
butterfly pushed to main at butterfly/projects 2026-04-06 20:33:42 -07:00
7496fbeced desktop: components/apps/terminal — basic terminal emulator with command history, help/clear/echo/date/uptime/whoami
butterfly pushed to main at butterfly/projects 2026-04-06 20:32:26 -07:00
6b4c6419ce desktop: components/remote-display — canvas-based display viewer, mouse/keyboard HUD forwarding, FPS counter, connection status overlays
butterfly pushed to main at butterfly/projects 2026-04-06 20:31:13 -07:00
8ad129ed17 desktop: components/start-menu — Windows 11-style centered start menu with app grid, search, animated slide-up
butterfly pushed to main at butterfly/projects 2026-04-06 20:29:56 -07:00
490317b3ea desktop: components/taskbar — Windows 11-style taskbar with start button, quick launch, window list, system tray clock
butterfly pushed to main at butterfly/projects 2026-04-06 20:28:47 -07:00
b5e23e16b7 desktop: components/window — draggable/resizable window chrome with title bar, min/max/close controls, dark theme
butterfly pushed to main at butterfly/projects 2026-04-06 20:27:34 -07:00
7991237978 desktop: app.ts/html/scss — root component with DesktopComponent, HTTP provider, global reset
butterfly pushed to main at butterfly/projects 2026-04-06 20:27:03 -07:00
9d8aaa5c1a desktop: services/window-manager.service.ts — window lifecycle (open/close/focus/minimize/maximize/drag/resize)
butterfly pushed to main at butterfly/projects 2026-04-06 20:26:27 -07:00
4041625f06 desktop: services/api.service.ts — HTTP client for REST endpoints matching backend
butterfly pushed to main at butterfly/projects 2026-04-06 20:26:08 -07:00
710560d300 desktop: services/websocket.service.ts — WebSocket client matching Rust WsMessage protocol
butterfly pushed to main at butterfly/projects 2026-04-06 20:25:11 -07:00
2b0537395d desktop: scaffold Angular 21 project with routing and SCSS
butterfly pushed to main at butterfly/projects 2026-04-06 20:22:40 -07:00
2da0c62f8f docs: add progress.md with architecture diagram and phase checklist
butterfly pushed to main at butterfly/projects 2026-04-06 20:21:51 -07:00
bae17ae444 server: fix pong bytes reference — backend now compiles cleanly (only dead_code warnings for future-use types)