-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request error handling and add alerts
- Loading branch information
1 parent
b69f968
commit 9836bac
Showing
3 changed files
with
281 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ <h2 id="inspector-title"></h2> | |
<div> | ||
<ul id="nav"> | ||
<li id="home-tab" class="active"><button onclick="slide('home', 'home', null, false)"><i class="gs" data-icon="house-fill"></i><span>Home</span></button></li> | ||
<li id="lib-tab" ><button onclick="slide('library', 'lib', null, false)"><i class="gs" data-icon="book-fill"></i><span>Library</span></button></li> | ||
<li id="lib-tab"><button id="lib-btn" onclick="slide('library', 'lib', null, false)"><i class="gs" data-icon="book-fill"></i><span>Library</span></button></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
@@ -91,6 +91,13 @@ <h1 id="modal-title">Modal</h1> | |
<section id="settings">Settings</section> | ||
</div> | ||
</aside> | ||
<div id="alert"> | ||
<div id="alert-text"> | ||
<p id="alert-title"></p> | ||
<p id="alert-info"></p> | ||
</div> | ||
<div id="alert-btns"></div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/gh/CurbaiCode/[email protected]/scripts/gustsymbols.min.js"></script> | ||
<script src="scripts/msgpackr.min.js"></script> | ||
<script src="scripts/main.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.