Add linked suggestions with synced voting

This commit is contained in:
2026-02-05 09:07:46 +01:00
parent 431370ceb9
commit 5d432c9d17
19 changed files with 725 additions and 34 deletions

View File

@@ -99,6 +99,11 @@ button .chip {
width: 30px;
font-size: 18px;
}
.chip.link-chip {
background: #d7e7ff;
border: 1px solid #b9d1ff;
color: #1b3d75;
}
.chip.danger-chip {
background: #e0564f;
border: 1px solid #c54740;