feat: add watchlist export/import as JSON

This commit is contained in:
2026-04-06 19:44:54 +02:00
parent b4daa002d5
commit 5effd901c3
5 changed files with 180 additions and 34 deletions

View File

@@ -290,6 +290,27 @@ a:hover {
margin: 0;
}
.watchlist-controls {
display: flex;
align-items: center;
gap: 16px;
}
.text-link {
font-size: 13px;
font-family: inherit;
background: none;
border: none;
color: var(--text-muted);
cursor: pointer;
text-decoration: none;
padding: 0;
}
.text-link:hover {
color: var(--text);
}
.view-toggle {
display: flex;
border: 1px solid var(--border);