webdrop-bridge/tests
claudi 5b28c931d8 feat: Add status bar with update status indicator
Status bar implementation:
- Status bar at bottom of main window
- Update status label with emoji support
- set_update_status() method for updates:
  -  Checking for updates
  -  Update available
  -  Downloading update
  -  Update failed
  - Clean status display

Test coverage:
- 8 new tests for status bar
- Test creation and initialization
- Test status updates with/without emoji
- Test all status states (checking, available, downloading, error)
- All 154 tests passing, 86% coverage

Enables visual feedback during update operations
2026-01-29 08:37:53 +01:00
..
integration Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
unit feat: Add status bar with update status indicator 2026-01-29 08:37:53 +01:00
__init__.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00
conftest.py Add initial project structure and documentation 2026-01-28 10:48:36 +01:00