refactor: rework the frontend to move topics to the top
This commit is contained in:
parent
fac8f409f4
commit
11ecd86bb9
14 changed files with 362 additions and 292 deletions
|
|
@ -86,7 +86,7 @@
|
|||
name="top-level-tabs"
|
||||
id="user-tab-input"
|
||||
class="tab-switch"
|
||||
data-hash="/profile"
|
||||
data-view="profile"
|
||||
/>
|
||||
<label for="user-tab-input" class="tab-label"
|
||||
><div class="icon user"></div>
|
||||
|
|
@ -163,6 +163,10 @@
|
|||
<span class="username" data-bind__user_username></span>
|
||||
</div>
|
||||
|
||||
<div class="notifications-settings-container">
|
||||
<button onclick="NOTIFICATIONS.request_permission()">Enable Notifications</button>
|
||||
</div>
|
||||
|
||||
<form data-smart="true" data-method="DELETE" action="/api/auth">
|
||||
<script>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue