-
Notifications
You must be signed in to change notification settings - Fork 11
Special layout handling for routes with groups #687
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
Special layout handling for routes with groups #687
Conversation
razor-x
commented
Jun 25, 2025
- Hide preamble for resources on secondary route
- Filter resource samples that don't match filters
|
@razor-x An excellent step forward! A few things that I noticed...
Also posted in Slack, but including here to keep them all together:
|
Will fix this before merge!
This is intentional. It's ordered by the parent resource that owns the error first, then the name. This will be addressed in a followup PR that groups the error by the resource. In this PR I mostly wanted to see if I could determine which resource the error was coming from. The other two items will be answered outside of this PR. |