Commit Graph

7 Commits (77ff85c541a5fc4e082a3f2c1971f17c893ee655)

Author SHA1 Message Date
Kirubakaran 77ff85c541 feat: updated the styles 2025-08-27 00:33:05 +05:30
Kirubakaran 9f8efb8aeb Update main_window.py 2025-08-24 22:06:59 +05:30
Kirubakaran d660cc67f7 feat: Improve terminal logging and add build script 2025-08-22 21:53:21 +05:30
Kirubakaran c296932450 fix: Update main_window.py 2025-08-22 08:13:23 +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