- Fix mobs URL (was /creatures, now /mobs) - Show search results in overlay list - Better URL construction per search type - Direct item link option - Results displayed before opening browser
- Add HotkeyHandler class with pyqtSignal - Fix QMetaObject.invokeMethod error - Proper thread safety for keyboard hotkeys
Core features: - BasePlugin class for extensibility - PluginManager for discovery and lifecycle - OverlayWindow - transparent, always-on-top - Global hotkey support (Ctrl+Shift+U) - System tray integration - Nexus Search plugin (Ctrl+Shift+N) Project structure: - core/ - Main application logic - plugins/ - Built-in plugins - user_plugins/ - User-installed plugins (gitignored) - config/ - Plugin configuration Ready for development!