Skip to content

feat: connect real UI buttons to file_manager, undo_manager & quarant…#64

Merged
rachdocx merged 2 commits into
masterfrom
task18
May 10, 2026
Merged

feat: connect real UI buttons to file_manager, undo_manager & quarant…#64
rachdocx merged 2 commits into
masterfrom
task18

Conversation

@rachdocx

Copy link
Copy Markdown
Collaborator

…ine_db

  • scan_tab: replaced MockScanThread with real ScanThread that walks source dir, categorizes files by extension, adds to quarantine_db
  • quarantine_tab: rewritten to read from quarantine_db, Approve calls file_manager.move_and_rename_file(), Reject removes from DB
  • history_tab: new Activity History tab (US 10) with per-row Undo buttons connected to undo_manager
  • app_window: added History tab + auto-refresh on tab change
  • undo_manager: added undo_action(index) and get_history() methods
  • Eliminated all mock/hardcoded data from UI

rachdocx added 2 commits May 10, 2026 22:42
…ine_db

- scan_tab: replaced MockScanThread with real ScanThread that walks
  source dir, categorizes files by extension, adds to quarantine_db
- quarantine_tab: rewritten to read from quarantine_db, Approve calls
  file_manager.move_and_rename_file(), Reject removes from DB
- history_tab: new Activity History tab (US 10) with per-row Undo
  buttons connected to undo_manager
- app_window: added History tab + auto-refresh on tab change
- undo_manager: added undo_action(index) and get_history() methods
- Eliminated all mock/hardcoded data from UI
@rachdocx rachdocx merged commit ad390f7 into master May 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant