v0.6.46: Protection first + safe dialog dismiss; Shares wording + Transfers-style rows; folder-share Download all (#271) #276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/run46"
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?
Four items from the dogfood run:
clicktargeted the dialog element itself — which happens both for clicks on the dialog's own padding (e.g. around the Protection text) and for text-selection drags whose synthesized click lands on the dialog. Now dismissal requires the pointer to go down AND up on the actual backdrop (outside the dialog's box, coordinate-checked).password protected,key-in-link,file drop enabled. The v0.6.42.sharerowcard CSS (the "boxes within boxes") is removed; rows render exactly like the Transfers page (plainsharepath/sharemetarows with base separators).renderListingemits a per-file Download button and, for multi-file shares, a Download all button with progress. Strong shares fetch?payload=1ciphertext and decrypt in the browser via age.js with the link's fragment key (secure-context guarded); plain shares fetch directly; legacy password-mode shares are excluded (their click-through viewer flow remains). Buttons only render post-gate, so nothing changes for locked shares before the password.