Avoid hardcoded 127.0.0.1:18791 by reading STAR_BACKEND_HOST/STAR_BACKEND_PORT in Electron and backend startup, so different local setups can run without code changes.
Made-with: Cursor
Replace desktop icon assets with the provided logo, align Electron app naming to Star Office UI, and refresh .gitignore to exclude local runtime/build outputs.
Made-with: Cursor
Trim intrusive Electron-specific fallback logic, keep asset interactions hot-updated across windows, and ensure favorites refresh immediately after auth to match browser behavior.
Made-with: Cursor
Rebuild the Electron standalone interface with synchronized i18n/state behavior, improved mini-window sprite rendering, and DOM-based office plaque editing for better readability and customization.
Made-with: Cursor
Set a consistent Star Desktop Pet app identity in the Electron shell by updating product name metadata, app name, window titles, and tray tooltip labels.
Made-with: Cursor
Improve the Electron shell by polishing mac-like custom traffic control visuals and reusing project icon assets for dock and tray so desktop behavior and branding stay consistent.
Made-with: Cursor
Introduce an Electron-based desktop wrapper with tray support and Tauri-compatible preload APIs, plus deterministic collapsed/expanded window height switching and drag behavior fixes for both main and mini windows.
Made-with: Cursor