Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: update messaging

+8 -6
+2 -2
appview/pages/templates/timeline.html
··· 23 23 </div> 24 24 <div class="italic text-lg"> 25 25 tightly-knit social coding, <a href="/login" class="underline inline-flex gap-1 items-center">join now <i data-lucide="arrow-right" class="w-4 h-4"></i></a> 26 - <p class="pt-5 px-10 text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite! 27 - Want to know more? Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p> 26 + <p class="pt-5 px-10 text-sm text-gray-500">Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>. 27 + Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p> 28 28 </div> 29 29 </div> 30 30 {{ end }}
+6 -4
appview/pages/templates/user/login.html
··· 13 13 </head> 14 14 <body class="flex items-center justify-center min-h-screen"> 15 15 <main class="max-w-64"> 16 - <h1 class="text-center text-2xl font-semibold italic">tangled</h1> 16 + <h1 class="text-center text-2xl font-semibold italic"> 17 + tangled 18 + </h1> 17 19 <form 18 20 class="w-full" 19 21 hx-post="/login" ··· 44 42 > 45 43 <span>login</span> 46 44 </button> 47 - 48 45 </form> 49 - <p class="text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!</p> 50 - <p class="text-sm text-gray-500 pt-2">Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p> 46 + <p class="text-sm text-gray-500"> 47 + Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>. 48 + </p> 51 49 <p id="login-msg" class="error w-full"></p> 52 50 </main> 53 51 </body>