Skip to content

fix: routes open as full-page editor#16

Merged
gitcommit90 merged 1 commit into
mainfrom
fix/routes-open-in-place
Jul 20, 2026
Merged

fix: routes open as full-page editor#16
gitcommit90 merged 1 commit into
mainfrom
fix/routes-open-in-place

Conversation

@gitcommit90

@gitcommit90 gitcommit90 commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Clicking a route opens a full-page editor (list replaced), not a panel buried under the grid.
  • Auto-focus model ID; remove laggy card lift animation.
  • Back to routes from header and footer.

Test plan

  • npm test (306)
  • Open Routes, click a card → editor fills view
  • Back / Save returns to grid

Open in Devin Review

Clicking a route replaces the list with the editor, focuses the model ID,
and drops the laggy card lift so open feels immediate.
@gitcommit90
gitcommit90 merged commit 06c8de0 into main Jul 20, 2026
1 of 2 checks passed
@gitcommit90
gitcommit90 deleted the fix/routes-open-in-place branch July 20, 2026 19:33

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread CHANGELOG.md

## [Unreleased]

## [0.5.6] - 2026-07-20

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 New changelog version shows as broken/literal link with a stale comparison link

A new release section is added to the changelog (## [0.5.6] at CHANGELOG.md:12) without adding the matching reference-style link at the bottom, and the top comparison link still points at the previous version, so the new version renders as plain text and the comparison link is stale.
Impact: Readers of the changelog see a broken/non-clickable version entry and an out-of-date "unreleased" comparison link.

Keep a Changelog reference-link convention not followed

The file follows the Keep a Changelog format where every ## [x.y.z] heading has a corresponding reference definition at the bottom (see CHANGELOG.md:84-91). The PR adds the ## [0.5.6] - 2026-07-20 heading but does not add a [0.5.6]: https://github.com/gitcommit90/rerouted/releases/tag/v0.5.6 definition, so the shortcut reference link [0.5.6] resolves to nothing and renders literally. Additionally [Unreleased]: .../compare/v0.5.5...HEAD (CHANGELOG.md:84) should be updated to compare against v0.5.6.

Prompt for agents
In CHANGELOG.md, the newly added version heading `## [0.5.6] - 2026-07-20` needs a corresponding reference-style link definition at the bottom of the file to match the Keep a Changelog convention every other version follows. Add a line `[0.5.6]: https://github.com/gitcommit90/rerouted/releases/tag/v0.5.6` alongside the other version links (around CHANGELOG.md:84-91), and update the `[Unreleased]` comparison link from `compare/v0.5.5...HEAD` to `compare/v0.5.6...HEAD`.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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.

1 participant