Reposition "options"

Fix import/export
This commit is contained in:
jude
2023-09-23 23:38:16 +01:00
parent 56ffc43616
commit bd1462a00c
5 changed files with 6 additions and 12 deletions

View File

@ -70,7 +70,7 @@ pub async fn export_reminders(
reminders.utc_time
FROM reminders
LEFT JOIN channels ON channels.id = reminders.channel_id
WHERE FIND_IN_SET(channels.channel, ?)",
WHERE FIND_IN_SET(channels.channel, ?) AND status = 'pending'",
channels
)
.fetch_all(pool.inner())

View File

@ -304,11 +304,6 @@ div.dashboard-sidebar {
padding-right: 0;
}
div.dashboard-sidebar:not(.mobile-sidebar) {
display: flex;
flex-direction: column;
}
ul.guildList {
flex-grow: 1;
flex-shrink: 1;
@ -318,6 +313,9 @@ ul.guildList {
div.dashboard-sidebar:not(.mobile-sidebar) .aside-footer {
flex-shrink: 0;
flex-grow: 0;
position: fixed;
bottom: 0;
width: 226px;
}
div.dashboard-sidebar svg {

View File

@ -257,11 +257,9 @@
</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>
@ -303,11 +301,9 @@
</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>