filter buttons now show whether they are selected

This commit is contained in:
2026-03-31 15:43:16 +02:00
parent 4ea6d168a6
commit 4641d2357a
3 changed files with 14 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ export interface BlogPostLink {
}
export enum BlogPostTag {
NULL = "X", // placeholder when a 'no tag' is needed. if in doubt, do not use this
NULL = "all", // placeholder when a 'no tag' is needed. if in doubt, do not use this
ART = "art-stuff", // ramblings to do with art
DRAWING = "drawing", // self-explanatory
META = "natconf-meta", // about the website itself