Skip to content

QoL: Persist selected board and most recent image across browser sessions#8920

Open
lstein wants to merge 2 commits intoinvoke-ai:mainfrom
lstein:lstein/feature/remember-board
Open

QoL: Persist selected board and most recent image across browser sessions#8920
lstein wants to merge 2 commits intoinvoke-ai:mainfrom
lstein:lstein/feature/remember-board

Conversation

@lstein
Copy link
Collaborator

@lstein lstein commented Feb 27, 2026

Summary

Currently most InvokeAI settings are remembered from one browser session to another, but the last selected board is not, always defaulting to Uncategorized. This is annoying and frequently leads to errors.

This PR does two things:

  1. The last selected board is remembered from one browser session to the next and restored on load.
  2. The most recent image on the selected board is loaded into the viewer.

Related Issues / Discussions

QA Instructions

  1. Select a board
  2. Close the browser tab
  3. Reopen InvokeAI
  4. Check that the previously selected board is still active and that the most recent image is shown in the viewer.

Merge Plan

Simple merge.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

…er sessions (#92)

* Persist selectedBoardId across browser sessions

Co-authored-by: lstein <111189+lstein@users.noreply.github.com>

* fix(frontend): make appStarted listener async so image auto-selection works on startup

Co-authored-by: lstein <111189+lstein@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lstein <111189+lstein@users.noreply.github.com>
@github-actions github-actions bot added the frontend PRs that change frontend files label Feb 27, 2026
@lstein lstein added the v6.12.0 Intended for 6.12.0 release label Feb 27, 2026
@lstein lstein changed the title QOL: Persist selected board and most recent image across browser sessions QoL: Persist selected board and most recent image across browser sessions Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files v6.12.0 Intended for 6.12.0 release

Projects

Status: 6.12.x

Development

Successfully merging this pull request may close these issues.

4 participants