Skip to content

Commit

Permalink
add qrcode for share links
Browse files Browse the repository at this point in the history
  • Loading branch information
Himmelxd committed May 11, 2024
1 parent fda2666 commit 8aa9ca3
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 24 deletions.
1 change: 1 addition & 0 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"Share link" : "Link teilen",
"Add link" : "Link hinzufügen",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Show QR-Code" : "QR-Code anzeigen",
"Copy embedding code" : "Einbettungscode kopieren",
"Remove link" : "Link entfernen",
"Legacy Link" : "Alter Link",
Expand Down
1 change: 1 addition & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"Add link" : "Link hinzufügen",
"Embeddable link" : "Einbettbarer Link",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Show QR-Code" : "QR-Code anzeigen",
"Copy embedding code" : "Einbettungscode kopieren",
"Convert to embeddable link" : "Zu einbettbarem Link konvertieren",
"Remove link" : "Link entfernen",
Expand Down
174 changes: 151 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"markdown-it": "^14.1.0",
"p-debounce": "^4.0.0",
"p-queue": "^8.0.1",
"qrcode": "^1.5.3",
"v-click-outside": "^3.2.0",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.0",
Expand Down
Loading

0 comments on commit 8aa9ca3

Please sign in to comment.