Skip to content

feat(notice): support SPA internal link navigation for route paths in notice modal - #202

Merged
trtajim merged 1 commit into
mainfrom
feat/notice-spa-link
Aug 28, 2026
Merged

feat(notice): support SPA internal link navigation for route paths in notice modal#202
trtajim merged 1 commit into
mainfrom
feat/notice-spa-link

Conversation

@trtajim

@trtajim trtajim commented Aug 28, 2026

Copy link
Copy Markdown
Member

💡 Feature Summary

  • Internal App Paths (e.g. /chat, /blogs, /ai):

    • Automatically recognized as internal app routes.
    • Uses Inertia <Link :href="notice.button_link" @click="close"> for instant SPA client-side transitions in the current tab and dismisses the notice dialog for the session.
  • External URLs (e.g. https://...):

    • Preserves standard <a :href="notice.button_link" target="_blank" rel="noopener noreferrer" @click="close"> to safely open external links in a new tab.

@trtajim
trtajim merged commit 4be8f46 into main Aug 28, 2026
5 checks passed
@trtajim
trtajim deleted the feat/notice-spa-link branch August 28, 2026 06:33
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