feat(#529): share dialog stops suggesting federation; phone converted-preview fit #531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-389i"
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?
Per the decision recorded on #529: minting a share link and addressing a user on another instance are different acts, so the "or send to a federated address" section leaves the share dialog — one global
display:noneon#sharedlg-fed, with the section's wiring, the OCM plumbing and the Federated view untouched, until the federated send gets its own designed flow (peering-style recipient picker; allow-list errors in the flow rather than as a permanent hint). This also removes the visibly cramped row from the phone dialog.Also, at ≤480px, converted document previews (docx-preview pages) reflow to the screen width instead of clipping on the right: the page section drops its fixed inline width, heavy padding and shadow inside
#pvbody.Fence gate +
node --checkgreen; the share-dialog hide is deliberately global (all widths), as requested.