fix(ui): always open to the grid workbench on launch (#139) #145
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer!145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.3.4/issue-139-no-last-workbench"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
"workbench"field from the persisted session-state payload — the active workbench is no longer written to the database on app close._restore_session_state()now unconditionally activates the Grid workbench on launch, regardless of any stale value left in an older session DB.Test plan
test_main_window_restore_always_defaults_to_grid_workbench— asserts restore defaults to"grid"even when a stale{"workbench": "help"}payload exists in the DBtest_main_window_persist_session_state_omits_workbench— asserts_persist_session_state()no longer writes a"workbench"keyruff check/ruff format --checkcleanCloses #139
🤖 Generated with Claude Code