Compare commits

...

26 Commits

Author SHA1 Message Date
vib 56eab21a92 Merge branch 'main' into snug.moe 2023-07-02 16:23:45 +03:00
vib 2cf288a9fb Merge tag 'v13.0.0-preview6' into snug.moe 2023-07-02 12:19:32 +03:00
vib c4a330dd9e Merge branch 'main' into snug.moe 2023-05-31 18:37:21 +03:00
vib 30cd417380 Merge v13.0.0-preview5 and more into snug.moe 2023-05-30 11:07:30 +03:00
vib 680afafe01 snug: remove blinking dot animation 2023-05-16 09:55:17 +03:00
vib 5b046381e7 Merge branch 'main' into snug.moe 2023-05-16 09:33:20 +03:00
vib 75113b3d4f Merge upstream for Peertube federation fix 2023-03-23 12:43:19 +02:00
vib 9cfc7c1027 Merge branch 'main'(preview4) into snug.moe 2023-02-11 04:04:35 +02:00
vib b1b6eb2a86 Merge commit 'ca257d7d0c' into snug.moe 2023-02-04 10:20:00 +02:00
vib 9a4eef780f Merge branch 'main' into snug.moe 2023-01-14 14:45:24 +02:00
vib 1e5978929e Merge branch 'main' into snug.moe 2023-01-14 14:08:35 +02:00
vib 50bac9e2d3 Merge branch 'main' into snug.moe 2023-01-12 22:44:28 +02:00
vib 2bfe7a15d5 Merge branch 'main' into snug.moe 2023-01-04 16:42:25 +02:00
vib ed4d4e6897 Merge branch 'main' into snug.moe 2022-12-10 19:34:14 +02:00
vib a61dd7b49f Merge preview3 into snug.moe 2022-12-04 10:58:35 +02:00
vib a4c9ab8dd1 Merge branch 'main' into snug.moe 2022-10-17 09:05:03 +03:00
vib fe99f4de6f Merge branch 'main' into snug.moe 2022-10-11 17:19:09 +03:00
vib e75af3b34d Merge branch 'main' into snug.moe 2022-10-08 17:32:44 +03:00
vib 07f42e6df0 Merge branch 'main' into snug.moe 2022-10-07 10:13:11 +03:00
vib 750e88f183 Merge branch 'main' into snug.moe 2022-10-04 22:27:15 +03:00
vib 56171ee2bd Merge branch 'main' into snug.moe 2022-09-30 21:35:18 +03:00
vib 741bb2e2b4 Merge branch 'main' into snug.moe 2022-09-06 22:55:45 +03:00
vib 2fdf06e757 Merge branch 'main' into snug.moe 2022-08-29 19:42:18 +03:00
vib 472aa0ccba snug: change maximum note character length to 8192 2022-08-27 13:46:39 +03:00
vib a797b0e75d
snug: custom welcome page 2022-08-26 16:58:44 +03:00
vib 18dca3a4b4
snug: add star-is-like patch 2022-08-26 16:44:56 +03:00
10 changed files with 25 additions and 16 deletions

View File

@ -13,7 +13,9 @@ export const renderLike = async (noteReaction: NoteReaction, note: Note) => {
id: `${config.url}/likes/${noteReaction.id}`,
actor: `${config.url}/users/${noteReaction.userId}`,
object: note.uri ? note.uri : `${config.url}/notes/${noteReaction.noteId}`,
content: reaction,
... (reaction !== '\u2b50' ? {
content: reaction,
} : {}),
} as any;
if (reaction.startsWith(':')) {

View File

@ -154,7 +154,6 @@ function help(ev: MouseEvent) {
left: 32px;
color: var(--indicator);
font-size: 8px;
animation: blink 1s infinite;
@media (max-width: 500px) {
top: 16px;

View File

@ -243,7 +243,6 @@ function focusDown() {
left: 13px;
color: var(--indicator);
font-size: 12px;
animation: blink 1s infinite;
}
}

View File

@ -9,7 +9,7 @@
<div class="emojis">
<MkEmoji :normal="true" :no-style="true" emoji="👍"/>
<MkEmoji :normal="true" :no-style="true" emoji="❤"/>
<MkEmoji :normal="true" :no-style="true" emoji="😆"/>
<MkEmoji :normal="true" :no-style="true" emoji="🥴"/>
<MkEmoji :normal="true" :no-style="true" emoji="🎉"/>
<MkEmoji :normal="true" :no-style="true" emoji="🍮"/>
</div>
@ -30,6 +30,21 @@
<MkButton inline rounded gradate data-cy-signup style="margin-right: 12px;" @click="signup()">{{ i18n.ts.signup }}</MkButton>
<MkButton inline rounded data-cy-signin @click="signin()">{{ i18n.ts.login }}</MkButton>
</div>
<div class="status">
<div class="action">
<p>Information on what snug.moe has to offer and Rules:</p>
<MkButton gradate inline rounded onclick="window.location.href='https://info.snug.moe'">Info</MkButton>
</div>
<p>Enjoy your stay c:</p>
<div>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://element.snug.moe'">Matrix client</MkButton>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://video.snug.moe'">Peertube</MkButton>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://pic.snug.moe'">Pixelfed</MkButton>
</div>
<div>
<MkButton inline style="margin-right: 12px; margin-bottom: 12px" onclick="window.location.href='https://uptime.snug.moe'">Services status</MkButton>
</div>
</div>
</div>
</div>
</div>

View File

@ -423,10 +423,4 @@ hr {
.zoom-enter-from, .zoom-leave-to {
opacity: 0;
transform: scale(0.9);
}
@keyframes blink {
0% { opacity: 1; transform: scale(1); }
30% { opacity: 1; transform: scale(1); }
90% { opacity: 0; transform: scale(0.5); }
}
}

View File

@ -110,7 +110,7 @@ function more(): void {
left: 20px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
> .text {

View File

@ -135,7 +135,7 @@ function openAccountMenuWrapper(ev: MouseEvent): void {
left: 0;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
&:hover {

View File

@ -220,7 +220,7 @@ function openAccountMenuWrapper(ev: MouseEvent): void {
left: 0;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
&:hover {

View File

@ -251,7 +251,7 @@ function moveFocus(id: string, direction: 'up' | 'down' | 'left' | 'right') {
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
&:first-child {

View File

@ -350,7 +350,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
&:first-child {