EU-Utility/core/ui
LemonNexus cfdf21ea6d fix: UI improvements based on feedback
1. Sidebar toggle: Now uses arrows (chevron-right when collapsed, chevron-left when expanded)
2. Dashboard: Quick actions filtered to show only installed plugins
3. Plugins page: New tabs - 'Installed' (enable/disable plugins) and 'Store' (browse/install)
4. Widgets page: Now shows registered widgets from plugins with enable/disable
5. Settings page: Removed Plugin Store and My Plugins tabs (moved to Plugins page)
6. Settings: Changed 'Overlay Opacity' to 'Background Opacity' for clarity
7. Status bar: Shows plugin count, EU window status (Not Running/Running/Focused), version
8. New files: plugins_view.py, widgets_view.py with proper functionality
2026-02-16 00:30:23 +00:00
..
__init__.py feat: Core framework components - Settings, Dashboard, Search, Updater, Backup 2026-02-15 02:09:20 +00:00
dashboard_view.py fix: Additional bug fixes from Bug Hunter agent 2026-02-15 23:40:52 +00:00
plugins_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00
search_view.py fix: Add missing pyqtSignal import in settings_panel.py 2026-02-15 23:41:44 +00:00
settings_panel.py fix: Add missing QPixmap and Qt imports in tray_icon.py 2026-02-15 23:43:06 +00:00
settings_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00
widgets_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00