Commit Graph

4 Commits

Author SHA1 Message Date
Andrei
f797f9b07c feat: Simplify home page and remove tracking form
- Remove complex tracking form from home page
- Replace with clean 'Analyze URL Redirects' call-to-action button
- Remove announcement badge '🚀 URL Tracker Tool V2 - Now Available'
- Clean up unused imports and form-related code
- Direct users to dedicated /track page for full functionality
- Improve user experience with cleaner, more focused home page

Changes:
- Simplified HomePage component with single CTA button
- Removed form validation, mutation handling, and result display
- Maintained all tracking functionality on /track page
- Professional appearance without promotional clutter
2025-08-23 19:07:02 +00:00
Andrei
58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00
Andrei
db9e3ef650 fix(phase-0): resolve import paths and add backward compatibility test
- Fix TypeScript import paths to use relative imports instead of aliases
- Add comprehensive backward compatibility test script
- Verify existing functionality works correctly:
  * Legacy /api/track endpoint: 
  * /api/v1/track POST endpoint: 
  * /api/v1/track GET endpoint: 
- Ready for Docker testing of new TypeScript implementation
2025-08-18 07:15:42 +00:00
Andrei
a5d19c8549 Initial commit: URL Redirect Tracker application with comprehensive documentation 2025-08-18 06:37:57 +00:00