Skip to content

Commit 846dfd0

Browse files
committed
Add wip messages
1 parent 8ccdf47 commit 846dfd0

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/routes/+page.svelte

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@
139139
<Space height="var(--token-space-6)" />
140140
</FlexWrapper>
141141

142+
<FlexWrapper width="100%" direction="column">
143+
<FlexWrapper width="80%" direction="row" justifycontent="flex-start" wrap="wrap" gap="var(--token-space-2)">
144+
<LinkButton iconbefore="notifications" href="/notifications">Notifications</LinkButton>
145+
<LinkButton iconbefore="tune" href="https://account.davidnet.net/account/settings/preferences">Preferences</LinkButton>
146+
<LinkButton iconbefore="policy" href="https://davidnet.net/legal/">Policies</LinkButton>
147+
<LinkButton iconbefore="globe" href="https://davidnet.net/">Davidnet</LinkButton>
148+
</FlexWrapper>
149+
<Space height="var(--token-space-6)" />
150+
</FlexWrapper>
151+
152+
142153
<!-- 🆕 Dynamische blokken met publieke + interne statussen -->
143154
<FlexWrapper width="80%" justifycontent="flex-start" direction="row" gap="var(--token-space-4)" wrap="wrap">
144155
{#if downServices.length > 0}
@@ -195,18 +206,11 @@
195206
It seems your device's time settings do not match your preferred timezone. This may lead to you seeing incorrect timestamps.
196207
</BlockNote>
197208
{/if}
198-
</FlexWrapper>
199-
200-
<Space height="var(--token-space-6)" />
201209

202-
<FlexWrapper width="80%" direction="row" justifycontent="flex-start" wrap="wrap" gap="var(--token-space-2)">
203-
<LinkButton iconbefore="notifications" href="/notifications">Notifications</LinkButton>
204-
<LinkButton iconbefore="tune" href="https://account.davidnet.net/account/settings/preferences">Preferences</LinkButton>
205-
<LinkButton iconbefore="policy" href="https://davidnet.net/legal/">Policies</LinkButton>
206-
<LinkButton iconbefore="globe" href="https://davidnet.net/">Davidnet</LinkButton>
210+
<BlockNote appearance="error" title="Work in progress">Some services or apps are still in work in progress and cannot be accessed.</BlockNote>
207211
</FlexWrapper>
208212

209-
<Space height="var(--token-space-3)" />
213+
<Space height="var(--token-space-6)" />
210214

211215
<FlexWrapper alignitems="flex-start" width="80%">
212216
<h2>Apps:</h2>

0 commit comments

Comments
 (0)