Commit Graph

11 Commits

Author SHA1 Message Date
Aether 3c5c7f2ed1
Complete overlay redesign with Windows Start Menu style
Features:
- Collapsible search bar with logo button
- Quick Access grid (6 plugin shortcuts)
- Pinned plugins section (with pin/unpin)
- All plugins list with search filter
- Toggle switches for each plugin
- Session timer display
- Keyboard shortcut hints
- Glassmorphism design with blur
- Smooth expand/collapse animations
- Proper styling with inline styles (no Tailwind dependency issues)
2026-02-23 22:06:09 +00:00
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 07b585fe5c
Fix regions_ variable name - revert underscore prefix since its used 2026-02-23 20:31:20 +00:00
Aether ec1f3a1b06
Fix unused setRegions in SetupWizard 2026-02-23 20:24:51 +00:00
Aether 24c47f8dc6
Fix setSelectedPlugin variable name 2026-02-23 20:20:06 +00:00
Aether 64f6edec64
Fix more TypeScript errors - remove unused _saveRegion, fix setSelectedPlugin 2026-02-23 20:18:22 +00:00
Aether aaf4d4eb3e
Fix TypeScript strict mode errors - remove unused imports/variables 2026-02-23 20:16:58 +00:00
Aether 09e2d07706
Fix JSX escaping in SetupWizard 2026-02-23 20:15:23 +00:00
Aether 23e5fb69a6
Add OCR enhancements and UI detection system
- OCR calibration system with region configuration
- OCREngine with preprocessing and Tesseract integration
- HP bar, radar, and skill window detection
- Auto-detect UI elements functionality
- Setup wizard for first-run calibration
- Visual region selector with drag-and-drop
- Multi-resolution support (1080p, 1440p, 4K, ultrawide)
- Template matching preparation for UI elements
- Test OCR region functionality
2026-02-23 17:53:45 +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