Added example/dropin replacements for .env.example

Fixed the issue with PlainText (Complete Anon) posting
Need to fix device sign on issues.
Need to make it so that the non-signed in devices can only see their equalivant level of posts. (i.e. plaintext, public-encrypted, private-encrypted)
This commit is contained in:
2025-08-22 22:59:05 -04:00
parent 6a274f4259
commit d87e9322b5
10 changed files with 1239 additions and 1410 deletions

View File

@@ -14,6 +14,7 @@ a:hover{text-decoration:underline}
.actions button{margin-left:.5rem}
button{background:#134e4a;border:1px solid #0f766e;color:white;border-radius:.6rem;padding:.45rem .7rem;cursor:pointer}
button:hover{filter:brightness(1.05)}
input[type="password"]{letter-spacing:.2em}
.tabs{display:flex;gap:.25rem;margin:0 .75rem}
.tabs a{padding:.35rem .6rem;border:1px solid var(--border);border-radius:.5rem;background:var(--tab)}
@@ -41,6 +42,29 @@ button:hover{filter:brightness(1.05)}
.footer{max-width:1100px;margin:1rem auto 2rem auto;padding:0 1rem;color:#94a3b8}
.flash{position:fixed;right:12px;bottom:12px;background:#0b1222;border:1px solid #1f2937;color:#e5e7eb;
padding:.55rem .7rem;border-radius:.5rem;box-shadow:0 6px 18px rgba(0,0,0,.35);display:none;z-index:9999}
.flash.visible{display:block}
.warn{background:#3b1d1d;border:1px solid #7f1d1d;color:#ffd7d7;padding:.6rem .8rem;border-radius:.6rem;margin:0 1rem 1rem}
.banner{margin:0 1rem 1rem;padding:.6rem .8rem;border-radius:.6rem;background:#10212b;border:1px solid #1d3340;color:#dbeafe}
.is-hidden{display:none !important}
.mt-4{margin-top:.4rem}
/* content presentation that was previously set via JS */
.pre-content{white-space:pre-wrap;margin-top:.5rem}
.status.error{color:#ff6b6b}
.status.ok{color:#8b949e}
/* x-post chips */
.xcard{border:1px solid #263444;border-radius:.5rem;padding:.6rem}
.xrow{display:flex;gap:.5rem;align-items:center}
.xpill{font-size:.85rem;border:1px solid #30445a;border-radius:999px;padding:.1rem .5rem}
.xtitle{font-weight:600}
.xmeta{opacity:.85;margin:.25rem 0}
.xbtn{margin-top:.25rem}
code{background:#0f172a;border:1px solid var(--border);border-radius:.35rem;padding:.05rem .35rem}
@media (max-width: 980px){
.shell{grid-template-columns:1fr;gap:.75rem}
#left,#right{order:2}