paritytech / paritytech/host-rust-core
Pocket modality v2
Open
@valentinfernandez1 is already working on this.
Since Sep 8, 2026.
Epic
Pocket v2
R2 blocker
- Dominant language
- Swift
- Stars
- 10
- Forks
- 3
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 148
Description
Part of #591. Membership is carried by the Pocket v2 label and by this issue's sub-issues.
Scope
The full Pocket iteration: users add published cards through a host-controlled deeplink
approval flow, and both the user and the owning product can remove them later. The first
iteration, which permanently displays the privileged cards, is not this.
What has to be true
- A card is declared, not executed: the host renders both the approval dialog and the
collapsed card without running product code. - A product cannot add its own card. The user adds one by following a deeplink and
approving a dialog that shows the card as it will look. - Both the user and the owning product can remove a card afterwards. Privileged cards are
always present and nobody can remove them. - Pocket and Chat share the product's single Worker executable, whose lifetime is a
reference count across both surfaces.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.