Commit Graph

8 Commits

Author SHA1 Message Date
shaamilahmed fd5a187258 chore: untrack and ignore compiled tailwind.css 2026-05-31 06:42:19 +05:00
shaamilahmed 61fd356846 style: resolve table scrollbar gap by using transparent scroll tracks and linear background gradient on container 2026-05-31 06:19:14 +05:00
shaamilahmed 360c9edcef style: use overlay scrollbar styling for tables to eliminate background width gap on the right 2026-05-31 06:13:39 +05:00
shaamilahmed 58c929dd38 feat: resolve linter warnings, optimize tables scroll behavior with top scroll sync, and extract reusable table macros 2026-05-31 06:03:54 +05:00
shaamilahmed 478d5f3c17 feat: implement responsive mobile navigation header and wiki sidebar drawer
- Refactored templates/base.html to hide navigation on mobile and expose a hamburger menu button.
- Built a right-aligned sliding mobile menu drawer sheet in base.html.
- Hidden the documentation sidebar in templates/docs/sidebar.html by default on mobile, placing it inside a left-aligned sliding drawer sheet.
- Added a floating 'Explore Guides' directory trigger bar at the top of doc pages on mobile.
- Updated static/js/components.js to apply active route highlighting globally to both desktop and mobile sidebars.
2026-05-30 19:03:27 +05:00
shaamilahmed f35908095c feat: implement interactive calendar view grids and confirmation action patterns 2026-05-30 18:27:21 +05:00
shaamilahmed 110fc61fa2 refactor: migrate and consolidate UI templates to compile-time Askama component macros 2026-05-30 18:27:21 +05:00
shaamilahmed f42a5f05b2 feat: initialize template shell and basic components 2026-05-30 18:27:21 +05:00