Skip to content

fix(web): unify KI navigation under /imagine sub-routes#424

Merged
Movm merged 1 commit intomasterfrom
fix/imagine-subroute-navigation
Jan 29, 2026
Merged

fix(web): unify KI navigation under /imagine sub-routes#424
Movm merged 1 commit intomasterfrom
fix/imagine-subroute-navigation

Conversation

@Movm
Copy link
Copy Markdown
Collaborator

@Movm Movm commented Jan 29, 2026

Summary

  • Add /imagine/:type route so clicking a KI type (e.g. green-edit) navigates to /imagine/green-edit instead of causing a page reload / 404
  • Update all KI navigation (type selector, variant selector, category selector, prompt submit) to use /imagine/... URLs instead of /image-studio/ki/...
  • Old /image-studio/ki/:type URLs now dynamically redirect to /imagine/:type preserving the type param
  • Back navigation is context-aware, returning to /imagine when within the /imagine route

Test plan

  • Navigate to /imagine → shows KI type selector
  • Click a KI type (e.g. green-edit) → URL becomes /imagine/green-edit, no page reload, correct flow loads
  • Click back → returns to /imagine type selector
  • Direct deep-link /imagine/green-edit → loads green-edit flow directly
  • Old URL /image-studio/ki/green-edit → redirects to /imagine/green-edit
  • Template routes /image-studio/templates/dreizeilen → still work unchanged
  • Gallery route /image-studio/gallery → still works unchanged

Add /imagine/:type route so clicking a KI type (e.g. green-edit)
navigates to /imagine/green-edit instead of causing a 404. Old
/image-studio/ki/:type URLs now dynamically redirect to /imagine/:type.
Back navigation is context-aware for the /imagine route.
@Movm Movm merged commit dde33b4 into master Jan 29, 2026
6 of 7 checks passed
@Movm Movm deleted the fix/imagine-subroute-navigation branch March 10, 2026 16:15
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