mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-07 22:13:07 +00:00
weh
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
ccc894dc33
commit
dfd27154cd
5 changed files with 140 additions and 101 deletions
|
@ -40,7 +40,7 @@ block content
|
|||
a(href="#invite-codes") Invite codes
|
||||
p This is where you "MIPILIN"! That is all you need to know!!!
|
||||
p If onlookers notice your actions and inquire about what you are doing, you MUST tell them that you are mipilining all over the place, and then PROMPTLY SCROLL DOWN AND GENERATE AN INVITE CODE SO THAT THEY CAN MIPILIN TOO.
|
||||
form#dashboard-update-form(action="/update/mood", method="post", onsubmit="disable(this);")
|
||||
form#dashboard-update-form(action="/update/mood", method="post")
|
||||
select(name="mood", required)
|
||||
//- Maybe put the index of the mood in the value of the option element
|
||||
//- so that indexOf (slow) wont have to be used everytime mood is updated
|
||||
|
@ -78,8 +78,8 @@ block content
|
|||
if !isTrusted
|
||||
p You need be manually marked as "trusted" to generate codes.
|
||||
script(nonce=nonce).
|
||||
function disable(form) {
|
||||
const btn = form.querySelector("button");
|
||||
document.getElementById("dashboard-update-form").onsubmit = (ev) => {
|
||||
const btn = ev.target.querySelector("button");
|
||||
btn.setAttribute("disabled", "");
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
|
@ -45,6 +45,17 @@ block content
|
|||
| mipilin is free and open source forevur. If you want to CHECK OUT TEH CODE or FILE AN ISSUE then you may do so at the respective links provided on the
|
||||
a(href="https://sr.ht/~roxwize/mipilin") project page
|
||||
| .
|
||||
h1 Global Feed
|
||||
h1 Important beta notices
|
||||
p
|
||||
| If you just want to see the global feed, click
|
||||
a(href="#home-feed") here
|
||||
| .
|
||||
p
|
||||
| mipilin is still in a closed beta. Trusted users verified manually by moderators can generate invite codes and give them out to whoever they wish. Invite codes will also be given upon request to members of Hack Club and people who contact me on Discord, my handle on the Slack workspace is roxwize.
|
||||
p
|
||||
| During the duration of the beta, updates will be posted in its channel in the workspace (#mipilin) and eventually on the website as well. Expect lots of new stuff to come and go, and for the site to go offline occasionally as I push updates and restart the server for various reasons.
|
||||
p
|
||||
| Right now there is no formal set of rules. All you should know to do is use your common sense, and don't go out of your way to harass other people. Peace and love.
|
||||
h1#home-feed Global Feed
|
||||
p Look at how all these people are doing!!!
|
||||
+feed(feedUpdates)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue