Support shareable deep links for the current view #20

Closed
opened 2026-07-23 21:30:58 +00:00 by jfig · 0 comments
Owner

Update the application URL to reflect the current view so users can share or copy a deep link that restores the same view.

Requirements:

  • Encode the relevant current-view state in the URL.
  • Update the URL as the user changes view state without unnecessarily reloading the application.
  • Opening a copied/shared deep link should restore the corresponding view.
  • Preserve existing navigation and browser back/forward behavior.
  • Handle invalid or incomplete deep-link state gracefully by falling back to the default view.
Update the application URL to reflect the current view so users can share or copy a deep link that restores the same view. Requirements: - Encode the relevant current-view state in the URL. - Update the URL as the user changes view state without unnecessarily reloading the application. - Opening a copied/shared deep link should restore the corresponding view. - Preserve existing navigation and browser back/forward behavior. - Handle invalid or incomplete deep-link state gracefully by falling back to the default view.
jfig closed this issue 2026-07-24 08:43:39 +00:00
Sign in to join this conversation.