Rbanh pushed to main at Rbanh/plasma-taskmanager-zoom 2025-05-23 03:17:08 -04:00
65d3a35881 Remove built plasmoid from repository - Build artifacts should be distributed through releases, not stored in repository
Rbanh pushed to main at Rbanh/plasma-taskmanager-zoom 2025-05-23 03:15:24 -04:00
222f2bd4e0 Add .gitignore for KDE Plasma project
Rbanh pushed tag v1.0.0 to Rbanh/plasma-taskmanager-zoom 2025-05-23 03:14:46 -04:00
Rbanh pushed to main at Rbanh/plasma-taskmanager-zoom 2025-05-23 03:14:33 -04:00
fc7f10827a Merge remote repository with project files - Resolved conflicts by keeping project versions of README.md and metadata.json
e337191734 Initial commit: Icon Task Manager with Zoom - Enhanced KDE Plasma task manager with macOS dock-like zoom effects, custom launch animations, performance optimizations, and comprehensive documentation
Compare 2 commits »
Rbanh pushed to main at Rbanh/plasma-taskmanager-zoom 2025-05-23 03:11:34 -04:00
d96a52bd0c Add metadata.json - KDE Plasma applet configuration
Rbanh created repository Rbanh/plasma-taskmanager-zoom 2025-05-23 03:08:47 -04:00
Rbanh pushed to develop at Space-Train-Clubh.../PlugSnatcher 2025-04-01 01:38:11 -04:00
0240ab9c50 Enhance app version management and improve plugin list filtering with advanced search capabilities
Rbanh pushed to develop at Space-Train-Clubh.../PlugSnatcher 2025-04-01 00:10:04 -04:00
61becf8d22 Add React components and complete project structure for PlugSnatcher
340ce3d834 Migrate to Tauri v2 and fix configuration issues
Compare 2 commits »
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-24 18:38:57 -05:00
b8eeaa4739 Major code restructuring: Reorganized project structure, added AI components - Added new module structure (ai, config, core, ui) - Moved snake and food logic into core module - Added training configuration - Updated gitignore for project-specific files - Modified tests to match new structure
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 13:06:12 -05:00
251822ec35 Fix menu crash: - Add back MenuItem.draw method - Remove duplicate MenuItem class - Fix menu item imports
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 13:04:43 -05:00
d1fb3a58b4 Fix menu navigation: - Add proper item highlighting - Improve keyboard and mouse controls - Fix settings menu interaction - Update menu items continuously
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:58:36 -05:00
be7b7caf28 Fix game issues: - Prevent rapid direction changes - Add proper settings menu - Fix menu highlighting - Add wrap-around toggle in settings
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:53:45 -05:00
766355a2b9 Improve game mechanics and UI: - Add wrap-around mode and speed increase - Implement proper movement cooldown - Enhance menu UI with better layout and interactions - Add visual feedback and mouse support
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:41:09 -05:00
31e9771ba0 Fix package structure and entry point
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:38:50 -05:00
0571392afe Improve package structure and add proper setup.py
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:32:37 -05:00
75a9cc5ba8 Fix test discovery by adding __init__.py files
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:30:43 -05:00
afd17d257e Fix food spawn test and optimize test performance
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:25:32 -05:00
fcab6ec766 Fix food spawn test and optimize test execution
Rbanh pushed to main at Rbanh/AI-Snake-Game 2025-02-23 12:20:27 -05:00
cb626dfe7d Add testing framework and debug mode