updated some dashboard text. fixed authentication. hidden broken stuff
This commit is contained in:
parent
96bc09e8b5
commit
04babf7930
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "reminder-rs"
|
||||
version = "1.6.11"
|
||||
version = "1.6.12"
|
||||
authors = ["Jude Southworth <judesouthworth@pm.me>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0 only"
|
||||
|
@ -254,9 +254,11 @@
|
||||
</p>
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
{#
|
||||
<a class="show-modal" data-modal="dataManagerModal">
|
||||
<span class="icon"><i class="fas fa-exchange"></i></span> Import/Export
|
||||
</a>
|
||||
#}
|
||||
<a class="show-modal" data-modal="chooseTimezoneModal">
|
||||
<span class="icon"><i class="fas fa-map-marked"></i></span> Timezone
|
||||
</a>
|
||||
@ -292,9 +294,11 @@
|
||||
</p>
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
{#
|
||||
<a class="show-modal" data-modal="dataManagerModal">
|
||||
<span class="icon"><i class="fas fa-exchange"></i></span> Import/Export
|
||||
</a>
|
||||
#}
|
||||
<a class="show-modal" data-modal="chooseTimezoneModal">
|
||||
<span class="icon"><i class="fas fa-map-marked"></i></span> Timezone
|
||||
</a>
|
||||
|
@ -108,6 +108,7 @@
|
||||
</article>
|
||||
</div>
|
||||
<div class="tile is-parent is-vertical">
|
||||
{#
|
||||
<article class="tile is-child notification">
|
||||
<p class="title">Import/export</p>
|
||||
<p class="subtitle">Learn how to import and export data from the dashboard</p>
|
||||
@ -119,19 +120,22 @@
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
#}
|
||||
</div>
|
||||
<div class="tile is-parent">
|
||||
<!-- <article class="tile is-child notification">-->
|
||||
<!-- <p class="title">Dashboard</p>-->
|
||||
<!-- <p class="subtitle">Learn to use the interactive web dashboard</p>-->
|
||||
<!-- <div class="content has-text-centered">-->
|
||||
<!-- <a class="button is-size-4 is-rounded is-light" href="/help/dashboard">-->
|
||||
<!-- <p class="is-size-4">-->
|
||||
<!-- Read <span class="icon"><i class="fas fa-chevron-right"></i></span>-->
|
||||
<!-- </p>-->
|
||||
<!-- </a>-->
|
||||
<!-- </div>-->
|
||||
<!-- </article>-->
|
||||
{#
|
||||
<article class="tile is-child notification">
|
||||
<p class="title">Dashboard</p>
|
||||
<p class="subtitle">Learn to use the interactive web dashboard</p>
|
||||
<div class="content has-text-centered">
|
||||
<a class="button is-size-4 is-rounded is-light" href="/help/dashboard">
|
||||
<p class="is-size-4">
|
||||
Read <span class="icon"><i class="fas fa-chevron-right"></i></span>
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
#}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -141,7 +145,7 @@
|
||||
<div class="container has-text-centered">
|
||||
<p class="title">Need more help?</p>
|
||||
<p class="content">
|
||||
Feel free to come and ask us!
|
||||
Please come and ask us!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<div class="container has-text-centered">
|
||||
<p class="title">Technically-minded?</p>
|
||||
<p class="content">
|
||||
Install the bot on your own server
|
||||
Install the bot on your own computer
|
||||
</p>
|
||||
<a class="button is-size-6 is-rounded is-link" href="https://gitea.jellypro.xyz/jude/reminder-bot">
|
||||
<p class="is-size-6">
|
||||
|
Loading…
Reference in New Issue
Block a user