Preserve entity search state while browsing #23

Closed
opened 2026-05-19 05:04:50 +00:00 by foravo_admin · 0 comments
Owner

Imported from GitHub issue conorgregson/worldbuilding-codex#3.

Source: https://github.com/conorgregson/worldbuilding-codex/issues/3
Original author: @conorgregson
Original state: closed


Goal

Prevent search state from resetting unnecessarily while users browse within a world.

Scope

  • Decide whether search state should live in component state, URL params, or shared route state.
  • Preserve search/filter choices while navigating within the world detail flow.
  • Reset state only when changing worlds or explicitly clearing controls.

Acceptance Criteria

  • Search state does not reset unnecessarily during normal world browsing.
  • Search state resets when appropriate, such as switching to another world.
  • Users can manually clear the current search.
  • Refresh behavior is predictable and does not crash.
Imported from GitHub issue `conorgregson/worldbuilding-codex#3`. Source: https://github.com/conorgregson/worldbuilding-codex/issues/3 Original author: @conorgregson Original state: closed <!-- foravo:github-issue:conorgregson/worldbuilding-codex#3 --> --- ## Goal Prevent search state from resetting unnecessarily while users browse within a world. ## Scope - Decide whether search state should live in component state, URL params, or shared route state. - Preserve search/filter choices while navigating within the world detail flow. - Reset state only when changing worlds or explicitly clearing controls. ## Acceptance Criteria - Search state does not reset unnecessarily during normal world browsing. - Search state resets when appropriate, such as switching to another world. - Users can manually clear the current search. - Refresh behavior is predictable and does not crash.
foravo_admin 2026-05-19 05:04:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
foravo/milestone-proof-2-20260519050439#23
No description provided.