mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-22 21:09:20 +02:00
updated AlphaNotice to be collapsed by default
This commit is contained in:
parent
53eeebaf0a
commit
0ae6af7818
2 changed files with 14 additions and 6 deletions
|
@ -1,10 +1,18 @@
|
||||||
|
<script>
|
||||||
|
export let expanded;
|
||||||
|
</script>
|
||||||
|
|
||||||
<div class="alpha-notice">
|
<div class="alpha-notice">
|
||||||
<h2><b>This is an Alpha Version</b></h2>
|
<h2><b>This is an Alpha Version</b></h2>
|
||||||
<p>
|
{#if expanded}
|
||||||
Note that this Dashboard is in an alpha state. This means that there are bugs and missing features.
|
<p>
|
||||||
Please report any bugs or issues to the
|
Note that this Dashboard is in an alpha state. This means that there are bugs and missing features.
|
||||||
<a href="https://github.com/JonasunderscoreJones/dash.jonasjones.dev/issues">GitHub repository</a>.
|
Please report any bugs or issues to the
|
||||||
</p>
|
<a href="https://github.com/JonasunderscoreJones/dash.jonasjones.dev/issues">GitHub repository</a>.
|
||||||
|
</p>
|
||||||
|
{:else}
|
||||||
|
<a href="/about">More Info</a>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="text-column">
|
<div class="text-column">
|
||||||
<h1>About this Dashboard</h1>
|
<h1>About this Dashboard</h1>
|
||||||
|
|
||||||
<AlphaNotice />
|
<AlphaNotice expanded={true} />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This is a Dashboard app for my Ecosystem's services.
|
This is a Dashboard app for my Ecosystem's services.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue