Skip to content

Conversation

@MarkRedeman
Copy link
Contributor

📝 Description

By moving all of the routes into a single root route we can make sure that all routes are rendered inside of an layout that has a suspense and error boundary.

✨ Changes

Select what type of change your PR is:

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • 🔄 Refactor (non-breaking change which refactors the code base)
  • ⚡ Performance improvements
  • 🎨 Style changes (code style/formatting)
  • 🧪 Tests (adding/modifying tests)
  • 📚 Documentation update
  • 📦 Build system changes
  • 🚧 CI/CD configuration
  • 🔧 Chore (general maintenance)
  • 🔒 Security update
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)

✅ Checklist

Before you submit your pull request, please make sure you have completed the following steps:

  • 📚 I have made the necessary updates to the documentation (if applicable).
  • 🧪 I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
  • 🏷️ My PR title follows conventional commit format.

For more information about code review checklists, see the Code Review Checklist.

By moving all of the routes into a single root route we can make sure
that all routes are rendered inside of an layout that has a suspense and
error boundary.
@MarkRedeman MarkRedeman requested a review from dwesolow October 3, 2025 13:11
@MarkRedeman MarkRedeman changed the title Improve error and suspense handling in router chore(inspect) Improve error and suspense handling in router Oct 3, 2025
@MarkRedeman MarkRedeman changed the title chore(inspect) Improve error and suspense handling in router chore(inspect): Improve error and suspense handling in router Oct 3, 2025
@MarkRedeman MarkRedeman merged commit e19c3cc into open-edge-platform:feature/geti-inspect Oct 3, 2025
13 of 17 checks passed
MarkRedeman added a commit that referenced this pull request Oct 8, 2025
Improve error and suspense handling in router

By moving all of the routes into a single root route we can make sure
that all routes are rendered inside of an layout that has a suspense and
error boundary.
camiloHimura pushed a commit to camiloHimura/anomalib that referenced this pull request Nov 11, 2025
…dge-platform#2991)

Improve error and suspense handling in router

By moving all of the routes into a single root route we can make sure
that all routes are rendered inside of an layout that has a suspense and
error boundary.
maxxgx pushed a commit that referenced this pull request Nov 26, 2025
Improve error and suspense handling in router

By moving all of the routes into a single root route we can make sure
that all routes are rendered inside of an layout that has a suspense and
error boundary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants