summaryrefslogtreecommitdiff
path: root/MainLayout.razor
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-20 22:59:09 +1000
committerJake Mannens <jake@asger.xyz>2023-08-20 22:59:09 +1000
commitc29bdd4a9ec782411f57e3c798e1bb01ca7d417d (patch)
treefdb2046af3454a96a9733e156b9c86f538eea21c /MainLayout.razor
parentdfff79815acc86c02dd94716098d409d3fe46ab7 (diff)
NSFW tagging and tag editing
Diffstat (limited to 'MainLayout.razor')
-rw-r--r--MainLayout.razor5
1 files changed, 5 insertions, 0 deletions
diff --git a/MainLayout.razor b/MainLayout.razor
index 111e307..7720fe2 100644
--- a/MainLayout.razor
+++ b/MainLayout.razor
@@ -7,6 +7,11 @@
<a href="/TagDefinitions">Tags</a>
<a href="/Gallery?ingest=true">Ingest</a>
<a href="/Upload">Upload</a>
+
+ <p id="nsfw-label">NSFW</p>
+ <div id="nsfw-switch">
+ <Switch/>
+ </div>
<form action="/Gallery" method="get">
<input type="text" name="q" placeholder="Search"/>
</form>