Commit Graph

3 Commits (3599b260779a679a46adec4582fcad1179b6c7be)

Author SHA1 Message Date
Kirubakaran 3599b26077 fix(styles updated): light theme fonts changed 2025-08-22 03:04:00 +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 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