feat: add toolbar + notifications
This commit is contained in:
@ -13,20 +13,20 @@
|
||||
<img src="/static/images/improve.svg">
|
||||
<img class="clicked" src="/static/images/improve_clicked.svg">
|
||||
</button>
|
||||
<header id="topbar">
|
||||
<nav>
|
||||
|
||||
</nav>
|
||||
<header id="toolbar">
|
||||
<a href="/">Home</a>
|
||||
<button id="check-integrity">Check integrity</button>
|
||||
<button id="improve-all">Improve all names</button>
|
||||
<button id="save">Save</button>
|
||||
<button id="reload">Reload</button>
|
||||
<button id="toggle-notifs">Notifications</button>
|
||||
</header>
|
||||
<aside id="toolbar">
|
||||
|
||||
</aside>
|
||||
<main id="main">
|
||||
<h1>Edit <code id="filename"></code><span id="unsaved"> - Unsaved</span></h1>
|
||||
<h1>Editing <code id="filename"></code><span id="unsaved"> - Unsaved</span></h1>
|
||||
<div class="fields">
|
||||
<div class="field">
|
||||
<label for="title">Title</label>
|
||||
<input type="text" id="title" name="title">
|
||||
<input type="text" id="title" name="title" size="50">
|
||||
</div>
|
||||
</div>
|
||||
<div class="audio">
|
||||
@ -99,5 +99,12 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<aside id="notifs-hist">
|
||||
<button id="close-notifs">Close</button>
|
||||
<h2>Notifications</h2>
|
||||
<div class="list"></div>
|
||||
</aside>
|
||||
|
||||
<div id="notifs"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user