big overhaul for server and webui feature matching, things default to disabled and disappear from UI when disabled.

This commit is contained in:
legop3
2026-07-05 14:42:43 -04:00
parent 29bf4cc5d2
commit 40e8adf15a
34 changed files with 592 additions and 211 deletions
@@ -195,9 +195,12 @@ function TurnsOverlay({
Video switched to preview mode to save bandwidth.
</div>
) : null}
<div className="pointer-events-auto mt-0.5">
<SocialButton id="discord" label="Join our Discord while you wait!" layout='inline'/>
</div>
<SocialButton
id="discord"
label="Join our Discord while you wait!"
layout="inline"
className="pointer-events-auto mt-0.5"
/>
</div>
</div>
) : null}