Live Sync
Changelog
Track every commit, deployment, and evolution.
ImTou/icvhack-remix
Recent Updates
- August 3, 2026 at 1:22 AM359b11e
fix: address critical bugs and improve performance across multiple routes
- Remove dead code from app/root.tsx: `<SpeedInsights />` was never rendered. - Correct action URL in app/routes/ip-lookup.tsx to prevent 404 errors. - Fix falsy-0 bug in app/routes/ip-lookup.tsx to ensure map renders correctly at lat/lon of 0. - Replace dynamic Tailwind classes with static color mappings in app/routes/dns-checker.tsx. - Update DownloadDialog title and logo in app/routes/hack-clients.mcpe.lumina-client/route.tsx for consistency. - Remove hardcoded MapTiler API key in app/components/map.tsx and use OSM raster style instead. - Move YouTube stats fetching to server-side in app/routes/_index.tsx and app/components/landing/stat.tsx to prevent API key exposure in client bundle. - August 2, 2026 at 8:03 AM553bae8
update
- July 30, 2026 at 7:52 PM9ab0280
Update Meteor CDN Links
- July 30, 2026 at 1:43 PM8aa78a2
Add Display ads to MCPE Clients components
- July 30, 2026 at 2:24 AMb4feba8
Update map styles to use MapTiler API and enhance IP lookup logic to include specific fields in API requests and improve error handling.
- July 30, 2026 at 2:00 AM5feaf48
Add @vercel/speed-insights dependency and integrate SpeedInsights component in root.tsx; update styles in various components for consistency
- July 30, 2026 at 1:52 AMb81fc81
Remove AnnouncementBar from MainNav and update IP lookup logic to simplify API calls and handle response mapping for ipwho.is service.
- July 30, 2026 at 1:44 AM1edcf6a
Refactor project to use @remix-run/node instead of @remix-run/cloudflare, update dependencies, and modify start script. Removed wrangler.toml and adjusted map component imports for compatibility with new MapLibreGL structure.
- July 27, 2026 at 10:39 PM427ac1f
update
- July 27, 2026 at 10:23 PM37e618c
update