Commit Graph

4 Commits (77abe8f8be6fd02b3f3d878d0615d1aee7b4bc8d)

Author SHA1 Message Date
Kirubakaran 77abe8f8be fix(door status): Inverted the door status 2025-08-22 02:49:37 +05:30
Kirubakaran 5d35b9a34d feat(ui): polish About & Help tabs; theme-driven styles
About: modern card, clickable mail/URL (TextBrowserInteraction + openExternalLinks), single-line values, link color via palette; layout reuse to avoid warnings.
Help: scrollable card; moved all styling to theme QSS; added Quick Start, Tips, Warnings, Troubleshooting sections.
Theme: added HELP/ABOUT blocks for light & dark; cast font sizes to int to prevent light-mode crashes; consolidated #aboutCard rules; link colors per theme.
Fix: removed setLayout(None) and avoided re-adding layouts to the same widget.
2025-08-21 04:14:12 +05:30
Kirubakaran 0012e5502c fix(ui): backup supply indicator, font size, and system diagnostic highlight
- Fixed backup supply ON/OFF indicator display
- Increased font size for better readability
- Highlighted system diagnostic codes for improved visibility
2025-08-21 01:08:59 +05:30
Kirubakaran 412139f02d chore: initial project setup
- Added base project structure (core, ui, proto, assets, logs, utils)
- Added requirements.txt for dependencies
- Added main.py entry point
- Configured .gitignore to exclude __pycache__, build, dist, venv, logs, and .spec files
2025-08-21 00:26:09 +05:30