Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(remix-dev): flat route fixes and enhancements #5228

Merged
merged 16 commits into from
Feb 6, 2023

Commits on Jan 30, 2023

  1. fix(remix-dev): flat route fixes

    TODO: fix layout from being flagged as index route
    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c7be168 View commit details
    Browse the repository at this point in the history
  2. chore: flat route enhancements and bug fixes

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8339fea View commit details
    Browse the repository at this point in the history
  3. chore: remove console.log

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    20cd8d2 View commit details
    Browse the repository at this point in the history
  4. chore: routeId is already normalized to /

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3d76164 View commit details
    Browse the repository at this point in the history
  5. Create tame-swans-burn.md

    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5cc4ed3 View commit details
    Browse the repository at this point in the history
  6. chore: dont include /index in route id

    useRouteLoaderData("routes/_landing") should work for "routes/_landing.tsx" and "routes/_landing/index.tsx"
    
    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    01e00e8 View commit details
    Browse the repository at this point in the history
  7. chore: pass id to defineRoute

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    95fd2bf View commit details
    Browse the repository at this point in the history
  8. chore: use posix sep for routeId

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e87ea0b View commit details
    Browse the repository at this point in the history
  9. chore: update and share options

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3184f43 View commit details
    Browse the repository at this point in the history
  10. chore: remove regex!

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    29bd3d6 View commit details
    Browse the repository at this point in the history
  11. fix: escaping _index

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1de5575 View commit details
    Browse the repository at this point in the history
  12. chore: remove left over log

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d5328c5 View commit details
    Browse the repository at this point in the history
  13. fix: one day i wont be haunted by windows path separators

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9c1ce8d View commit details
    Browse the repository at this point in the history
  14. chore: reuse array'd routeMap

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    06e0367 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. chore: use normalizeSlash utility

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    397d55a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Update flat-routes.ts

    mcansh authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d5750c9 View commit details
    Browse the repository at this point in the history