bookmarklets open the app, but do not create a draft for the passed link #51
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?
the bookmarklet copied from preferences -> project does open the app, but does not create a draft and does not switch to the post editor and open the draft in the editor. The expected behaviour is that with a bookmarklet, the app is opened or focused, the post activity is activated and a new draft is created for the passed link and content and an editor is opened for the newly created draft.
Implemented and pushed in commit
5425d83.Verification: cargo build --workspace, cargo test --workspace, cargo clippy -p bds-ui --all-targets -- -D warnings, allium check specs/script.allium, and allium analyse specs/script.allium all pass. A neutral review against this issue, bDS2’s blogmark/deep-link behavior, and the Allium Blogmark guarantees found no remaining gaps.