opening ruds from a blogmark should use last sidebar state #131
Reference in New Issue
Block a user
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?
when the sidebar is turned off on close, when the app is reopened via blogmark (even if it is running and a blogmark is used), the sidebar is opened automatically. the sidebar should just be as it was before, the post creation should create the draft post and open the editor, but not touch the sidebar state. that should only come from current state and rehydrated state on new app start. also the sidebar state must be persisted so it survives app starts.
Implemented in
41d5f1c. Blogmark draft creation and import completion now open the post editor without changing either the active sidebar view or sidebar visibility. The existing project UI session remains the sole source for current, restored, and cross-project sidebar state, and opening the new tab persists that unchanged state. Added red/green coverage for both blogmark phases plus a database persistence assertion, updated the Allium BlogmarkEditorActivation guarantee and README, and reviewed the result against bDS2's existing-workbench editor flow. Verified with focused localhost-enabled tests, full Allium validation and analysis with zero findings, fmt, warnings-denied workspace Clippy, the full workspace test suite, workspace build, release macOS bundle, and exact-bundle Computer Use inspection of restored hidden-sidebar state.