Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
44b7960
chore: remove archive/ folder and stale .hoangsa/sessions/
maithuy-cmyk May 23, 2026
7304095
perf: serve preview images as WebP (~8.4 MB saved per page load)
maithuy-cmyk May 23, 2026
afbf125
feat(analytics): add GA4 tracking + app-link attribution + privacy co…
maithuy-cmyk May 23, 2026
fe48153
chore(scripts): add baseline-capture.js for Playwright snapshot tooling
maithuy-cmyk May 23, 2026
efc110c
chore(assets): add logo.jpg
maithuy-cmyk May 23, 2026
bc79dd8
chore(husky): enforce build idempotency on pre-commit
maithuy-cmyk May 23, 2026
56e13f0
docs(legacy): archive pre-WebP-refactor landing page design
maithuy-cmyk May 23, 2026
0883372
feat(src): port 4 legacy sections + update 4 feature names
maithuy-cmyk May 23, 2026
6594314
feat(src): replace all remaining sections with legacy design
maithuy-cmyk May 23, 2026
96dd67e
fix(favicon): use logo.jpg + app-icon-160.png across all 4 pages (leg…
maithuy-cmyk May 23, 2026
4012005
fix(ui): restore legacy carousel + harden Lucide init
maithuy-cmyk May 23, 2026
ce8ea33
feat(landing): port missing legacy planner + micro-interactions
maithuy-cmyk May 23, 2026
e238734
fix(landing): include assets/js in Tailwind content paths
maithuy-cmyk May 23, 2026
63cd407
fix(faq): show single accordion icon per open/closed state
maithuy-cmyk May 23, 2026
48dce76
refactor(web): cleanup and webp migration WIP checkpoint
maithuy-cmyk May 23, 2026
16b70be
feat(planner): add mobile-flow markup to interactive planner section
maithuy-cmyk May 23, 2026
5ad68cb
feat(planner): mobile view state machine (submit/loading/back)
maithuy-cmyk May 23, 2026
266cde2
fix(carousel): prevent horizontal overflow on mobile
maithuy-cmyk May 23, 2026
a4d2d7f
test(planner): mobile flow behavior (submit/loading/back/resize)
maithuy-cmyk May 23, 2026
02ca9a3
feat(home): hero map, feature scrapbook & planner refinements
maithuy-cmyk May 24, 2026
b5939f4
refactor(home): remove dead CSS, fix skip-link a11y, renumber section…
maithuy-cmyk May 24, 2026
2ee267e
chore: ignore _* temp artifacts, drop stray screenshots (REQ-10)
maithuy-cmyk May 24, 2026
9551412
refactor(scripts): use env/relative path for baseline OUT_DIR (REQ-08)
maithuy-cmyk May 24, 2026
0502446
refactor(micro): remove dead count-up and hero-rotate branches (REQ-03)
maithuy-cmyk May 24, 2026
a1f51dd
refactor(carousel): extract navigateTo, explicit if-binding, strict n…
maithuy-cmyk May 24, 2026
a75c73b
refactor(planner): cache DOM refs in boot, Set-based group check (REQ…
maithuy-cmyk May 24, 2026
f88f1b5
refactor(js): wrap app-links and menu in IIFE + DOM-ready guard (REQ-01)
maithuy-cmyk May 24, 2026
e198b1a
docs: add Phase 1 audit report (clean code & refactor scope)
maithuy-cmyk May 24, 2026
c5d160e
style(home): consistent section spacing and borders
maithuy-cmyk May 24, 2026
baf8fae
fix(a11y): correct carousel dots ARIA — role=group + aria-current pag…
maithuy-cmyk May 24, 2026
ac7d8d1
refactor(build): single-source GA/iOS/APK URLs via package.json place…
maithuy-cmyk May 24, 2026
0c1e548
refactor(legal): extract shared head-top/head-assets/nav-legal partia…
maithuy-cmyk May 24, 2026
81b2a39
refactor(app-links): drop redundant URL copy, keep tracking; href bui…
maithuy-cmyk May 24, 2026
71fd08e
feat(home): switch handwriting font to Dancing Script + section bg tw…
maithuy-cmyk May 24, 2026
07106b5
refactor(home): apply color token system + WCAG contrast fixes
maithuy-cmyk May 24, 2026
1fb6411
refactor(home): finish Dancing Script swap + consolidate primary colo…
maithuy-cmyk May 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ node_modules/
**/.claude/
test-results/
playwright-report/
.husky/
.husky/_/
.hoangsa/

# Temp screenshot/artifact files
_*.png
_*.js
141 changes: 0 additions & 141 deletions .hoangsa/sessions/chore/audit-full-codebase/AUDIT-REPORT.md

This file was deleted.

This file was deleted.

Loading
Loading