[Enhancement]: Remove Memory of Last Open Workbench #139
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Affected area
User Database
Current behavior
Opening the application opens the last viewed workbench
Desired improvement
Opening the application defaults to the grid screen with no memory of what was last used across sessions.
References
No response
Implemented on branch
0.3.4/issue-139-no-last-workbench(pushed): the persisted session-state payload no longer records the active workbench, andMainWindow._restore_session_state()always activates the grid workbench on launch regardless of what was open at last close (including staleworkbenchvalues from older session-state DBs). Other session-state fields (window geometry, sort order, tag/search filters) are unaffected.Added/updated tests in
tests/test_pr13_config.py:test_main_window_restore_always_defaults_to_grid_workbenchtest_main_window_persist_session_state_omits_workbenchFull suite (630 passed, 1 skipped) and
ruff check/ruff format --checkare clean. Awaiting a PR request to merge tomain.