fix(post): link board-specific option errors to supported boards

When fortune or dice options are used on the wrong board, show which
boards support them with clickable links in the post form and reply modal.
This commit is contained in:
Tommaso Casaburi
2026-05-24 19:17:50 +07:00
parent 0df81b598e
commit 5fad3c73ba
9 changed files with 220 additions and 50 deletions
@@ -233,6 +233,12 @@
color: red;
}
.error a,
.error a:visited {
color: inherit;
text-decoration: underline;
}
.formError {
margin: 8px 0;
padding: 6px 5px;