Commit Graph

6 Commits

Author SHA1 Message Date
7aece43a6b Enhance status bar with new buttons for tree view and settings; refactor existing button setup 2025-03-17 07:22:40 +00:00
134bdf1e5e Assistant checkpoint: Fixed tree provider implementation and recompiled
Assistant generated file changes:
- src/providers/prompterTreeProvider.ts: Fix imports and improve modularity

---

User prompt:

This broke the import of ignore and caused `There is no data provider registered that can provide view data.`

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: e2f69f78-99c3-447b-a97a-9a2c4347a1d6
2025-03-12 08:39:44 +00:00
926c88780b Assistant checkpoint: Refactored prompterTreeProvider.ts into modular components
Assistant generated file changes:
- src/providers/prompterTreeProvider.ts: Refactor to a more modular structure
- src/providers/fileSelectionManager.ts: Create file selection manager class
- src/providers/settingsManager.ts: Create settings manager class

---

User prompt:

Can you help me make this file more modular?
@src/providers/prompterTreeProvider.ts

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: e2f69f78-99c3-447b-a97a-9a2c4347a1d6
2025-03-12 08:01:18 +00:00
2d28f71e9b add support for recursive selection and deselection of files in the tree view 2025-03-12 07:25:26 +00:00
0ec4e8e2d2 follow xml pattern 2025-03-11 18:40:20 +00:00
3676136692 modular code 2025-03-11 18:27:57 +00:00