Commit Graph

4 Commits

Author SHA1 Message Date
Aether 5ec15e12f3
Redesign overlay to Windows Start Menu style - compact bottom bar with expand
- Windows-style search bar with rounded corners
- Positioned at bottom center of screen
- Logo button to expand/collapse (like Windows Start)
- Search input with type-to-search
- Expanded view shows Quick Access grid (6 items)
- Categorized list (Tools, Plugins, System)
- Keyboard shortcuts displayed
- Active plugin indicators
- Click-through when not focused
- Session timer in header
- Smooth expand/collapse animations
2026-02-23 21:32:13 +00:00
Aether b60b67f508
Redesign overlay as app drawer with modern UI and transparency
- New overlay design: app drawer style with quick actions grid
- Glassmorphism effects with backdrop blur
- Plugin toggle switches in overlay
- Session timer and PED/h stats
- Quick action buttons with icons
- Transparent, click-through overlay window
- Improved CSS with animations and gradients
- Only shows in game window context
2026-02-23 21:28:36 +00:00
Aether d5599f1eb6
Fix Windows build: add urlencoding, fix inner_size float args, fix notification, fix hotkey id 2026-02-23 19:38:17 +00:00
Aether 97afdcc3b9
EU-Utility V3 - Complete Professional Rebuild
Core Features:
- Rust backend with Tauri for native performance
- React + TypeScript frontend with Tailwind CSS
- Plugin system with WebAssembly sandbox
- Global hotkeys with native Rust implementation
- In-game overlay with transparent window
- Real-time event bus for plugin communication

Architecture:
- Domain-driven design with clean architecture
- PluginAPI for secure system access
- WidgetAPI for overlay widgets
- Nexus API integration for item data
- Settings management with persistence

UI Components:
- Dashboard with quick actions
- Plugin manager with grid/list views
- Settings with categories
- Nexus item search and market data
- Minimalist in-game overlay

Documentation:
- Complete API reference
- Plugin development guide
- TypeScript type definitions

Hotkeys:
- Ctrl+Shift+U: Toggle overlay
- Ctrl+Shift+H: Hide overlay
- Ctrl+Shift+F: Universal search
- Ctrl+Shift+N: Nexus search
- Ctrl+Shift+C: Calculator
- Ctrl+Shift+L: Loot tracker

No emojis, SVG icons only (Lucide), dark theme optimized.
2026-02-23 17:46:32 +00:00