removed unused & mobile support
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
parent
97cb956db5
commit
9cd020468f
@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Tidy up the layout of switches on some forms
|
- Tidy up the layout of switches on some forms
|
||||||
- Help text for the switch fields on the Filters form, to better indicate their function
|
- Help text for the switch fields on the Filters form, to better indicate their function
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Unused code for the legacy 'server settings tab' from before it became a modal
|
||||||
|
|
||||||
## [0.3.4] - 2024-09-12
|
## [0.3.4] - 2024-09-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -43,11 +43,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="selectedServerContainer" class="row" style="display: none;">
|
<div id="selectedServerContainer" class="row" style="display: none;">
|
||||||
<div class="col-12 bg-body-tertiary border-bottom">
|
<div class="col-12 bg-body-tertiary border-bottom">
|
||||||
<div class="px-3 py-4 d-flex justify-content-start align-items-center">
|
<div class="px-3 py-4 d-flex justify-content-start align-items-center flex-wrap">
|
||||||
<img alt="Selected Server Icon" class="rounded-3 selected-server-icon">
|
<div class="d-flex">
|
||||||
<div class="ms-3" style="min-width: 0">
|
<img alt="Selected Server Icon" class="rounded-3 selected-server-icon">
|
||||||
<h3 class="mb-0 resolve-to-server-name text-truncate"></h3>
|
<div class="ms-3" style="min-width: 0">
|
||||||
<h5 class="mb-0 resolve-to-server-id text-truncate text-body-secondary"></h5>
|
<h3 class="mb-0 resolve-to-server-name text-truncate"></h3>
|
||||||
|
<h5 class="mb-0 resolve-to-server-id text-truncate text-body-secondary"></h5>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ms-auto">
|
<div class="ms-auto">
|
||||||
<button type="button" id="serverSettingsBtn" class="btn btn-outline-secondary rounded-1 ms-3" data-bs-toggle="tooltip" data-bs-title="Server settings">
|
<button type="button" id="serverSettingsBtn" class="btn btn-outline-secondary rounded-1 ms-3" data-bs-toggle="tooltip" data-bs-title="Server settings">
|
||||||
@ -64,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="serverJoinAlert" class="col-12 m-0">
|
<div id="serverJoinAlert" class="col-12 m-0">
|
||||||
<div class="px-3 mt-4 mx-2 alert alert-warning fade show rounded-1 d-flex align-items-center">
|
<div class="px-3 mt-4 mx-2 alert alert-warning fade show rounded-1 d-flex align-items-center flex-wrap"> <!-- continue here, mobile support -->
|
||||||
<div class="me-4">
|
<div class="me-4">
|
||||||
<strong>Warning:</strong>
|
<strong>Warning:</strong>
|
||||||
The Bot isn't a member of
|
The Bot isn't a member of
|
||||||
@ -86,9 +88,6 @@
|
|||||||
<li class="nav-item" role="presentation">
|
<li class="nav-item" role="presentation">
|
||||||
<button id="contentTab" class="nav-link" data-bs-toggle="tab" data-bs-target="#contentTabPane" type="button" aria-controls="contentTabPane" aria-selected="false">Tracked Content</button>
|
<button id="contentTab" class="nav-link" data-bs-toggle="tab" data-bs-target="#contentTabPane" type="button" aria-controls="contentTabPane" aria-selected="false">Tracked Content</button>
|
||||||
</li>
|
</li>
|
||||||
<!-- <li class="nav-item ms-auto" role="presentation">
|
|
||||||
<button id="settingsTab" class="nav-link" data-bs-toggle="tab" data-bs-target="#settingsTabPane" type="button" aria-controls="settingsTabPane" aria-selected="false">Settings</button>
|
|
||||||
</li> -->
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user