feat(filters): "Share view" link button in the sidebar
Add a share button next to Clear all that copies a link reproducing the current filter view (filters, sort, scope) to the clipboard, with a confirmation toast. This is the opt-in replacement for the old always-on URL mirroring. Trilingual.
This commit is contained in:
parent
eef64ef811
commit
78182f3ba6
4 changed files with 31 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
"clearDates": "Daten löschen",
|
||||
"reshuffle": "Neu mischen",
|
||||
"noMatchingTags": "Keine passenden Tags",
|
||||
"shareView": "Link zu dieser Ansicht kopieren",
|
||||
"shareCopied": "Ansichts-Link in die Zwischenablage kopiert",
|
||||
"shareFailed": "Link konnte nicht kopiert werden",
|
||||
"widget": {
|
||||
"show": "Anzeigen",
|
||||
"sort": "Sortierung",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
"clearDates": "clear dates",
|
||||
"reshuffle": "Reshuffle",
|
||||
"noMatchingTags": "No matching tags here",
|
||||
"shareView": "Copy a link to this view",
|
||||
"shareCopied": "View link copied to clipboard",
|
||||
"shareFailed": "Couldn't copy the link",
|
||||
"widget": {
|
||||
"show": "Show",
|
||||
"sort": "Sort",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
"clearDates": "dátumok törlése",
|
||||
"reshuffle": "Újrakeverés",
|
||||
"noMatchingTags": "Nincs ide illő címke",
|
||||
"shareView": "Hivatkozás másolása erre a nézetre",
|
||||
"shareCopied": "Nézet-hivatkozás a vágólapra másolva",
|
||||
"shareFailed": "Nem sikerült a hivatkozás másolása",
|
||||
"widget": {
|
||||
"show": "Megjelenítés",
|
||||
"sort": "Rendezés",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue