ui: modernize UI to Mainframe design system #1

Merged
MinhQuan merged 3 commits from hiepht/MiscCorpo:dev-hiepht into main 2026-06-25 07:07:52 +00:00

3 Commits

Author SHA1 Message Date
hiep200311 adc1934e9c Refactor static serving: use Blueprint static_folder, inline header
- Disable Flask default /static/ folder (static_folder=None in app.py)
- Add headerRoute blueprint to serve views/header/ at /assets/header/
- Configure transcription and scraper blueprints with static_folder
  pointing to their respective views/ subfolders
- Inline header HTML directly in headerLoader.js (remove fetch call)
- Update all HTML templates to use new /assets/... URLs
2026-06-24 16:22:31 +07:00
hiep200311 9f7824825c Move CSS/JS assets from static/ into views/ feature folders
Co-locate each feature's CSS and JS alongside its HTML template.
Remove the standalone static/ directory entirely.
2026-06-24 16:22:14 +07:00
hiep200311 ff47d331ae ui: modernize UI to Mainframe design system 2026-06-17 17:05:31 +07:00