Live Sync

Changelog

Track every commit, deployment, and evolution.

ImTou/icvhack-remix

Activity Stream

6

Recent Updates

  • August 3, 2026 at 1:22 AM
    359b11e

    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 AM
    553bae8

    update

  • July 30, 2026 at 7:52 PM
    9ab0280

    Update Meteor CDN Links

  • July 30, 2026 at 1:43 PM
    8aa78a2

    Add Display ads to MCPE Clients components

  • July 30, 2026 at 2:24 AM
    b4feba8

    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 AM
    5feaf48

    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 AM
    b81fc81

    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 AM
    1edcf6a

    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 PM
    427ac1f

    update

  • July 27, 2026 at 10:23 PM
    37e618c

    update