feat(download): add share button to download page

Introduce a new "Share" button on the download page to allow users to easily share the box link.

- Add the share button markup and SVG icon to `download.html`
- Include the `13-share.js` script in the base layout to handle the share action
- Add CSS styling for the share button in `30-download.css`
This commit is contained in:
2026-06-08 12:02:30 +03:00
parent d11aec96e5
commit af1fae1a98
4 changed files with 60 additions and 0 deletions

View File

@@ -704,6 +704,11 @@
pointer-events: none;
}
.download-share-button {
margin-top: 1rem;
margin-bottom: 0.65rem;
}
.upload-processing-alert {
margin: 1rem 0;
padding: .85rem 1rem;