Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cc1e3ca
feat(testing): modularize test credentials and update to standardized…
JacksonR64 Jun 20, 2025
bd086f0
feat(e2e): improve authentication flow stability and timeout handling
JacksonR64 Jun 20, 2025
d3ec95c
feat(e2e): add comprehensive test isolation for parallel execution
JacksonR64 Jun 20, 2025
448e35c
fix(e2e): improve auth state persistence and fix analytics API errors
JacksonR64 Jun 20, 2025
633c7d6
feat(mobile): implement always-visible profile navigation and fix Mob…
JacksonR64 Jun 20, 2025
83f7192
fix: resolve CI preparation issues for GitHub PR readiness
JacksonR64 Jun 20, 2025
dcfbb93
feat: optimize e2e testing with mobile nav fixes and timeout improvem…
JacksonR64 Jun 20, 2025
bf99e44
fix(e2e): improve mobile test detection using project name
JacksonR64 Jun 20, 2025
a696486
fix(logging): clean up verbose debug output and improve error handling
JacksonR64 Jun 20, 2025
52290ce
fix(build): suppress Supabase realtime warnings in webpack config
JacksonR64 Jun 20, 2025
ed7a05a
docs: update URLs to production domain and enhance testing documentation
JacksonR64 Jun 20, 2025
ea110ab
fix(lint): resolve ESLint errors in e2e test files
JacksonR64 Jun 20, 2025
fcb2031
fix(typescript): resolve error.message type errors in catch blocks
JacksonR64 Jun 20, 2025
0d1efe4
fix(eslint): ignore Node.js script files with require() imports
JacksonR64 Jun 20, 2025
1207b6d
feat(ci): add comprehensive local CI verification script
JacksonR64 Jun 20, 2025
fdf4f9d
chore: update .gitignore to exclude Claude AI files and local artifacts
JacksonR64 Jun 27, 2025
f2bd7f1
merge: integrate latest main branch with comprehensive bug fixes
JacksonR64 Jun 27, 2025
b37efb6
feat: showcase perfect 100/100 Lighthouse score achievement in README
JacksonR64 Jun 27, 2025
c76d5f5
docs: update README Lighthouse section formatting
JacksonR64 Jun 27, 2025
baf896e
chore: remove CLAUDE.md from repository tracking
JacksonR64 Jun 27, 2025
cc6b68f
chore: clean up root directory organization
JacksonR64 Jun 27, 2025
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ claude/
*.claude.md
CLAUDE*.md
claude.*.md
SQUASH_COMMIT_MESSAGE.md
RESUBMISSION_EMAIL_DRAFT.md

# Local backup directory (keep local only)
.local-backup/

# ESLint cache
.eslintcache
Expand Down
Loading
Loading