WIP sidebar
This commit is contained in:
parent
51489ca018
commit
47b2c25fd4
3 changed files with 85 additions and 18 deletions
|
|
@ -16,12 +16,17 @@
|
|||
|
||||
<div class="container">
|
||||
<div class="messaging">
|
||||
<div class="messaging_heading">
|
||||
<button type="button" id="sidebarShow" class="btn btn-info">toggle show</button>
|
||||
</div>
|
||||
|
||||
<div class="inbox_msg">
|
||||
<div class="inbox_people">
|
||||
<div id="sidebar">
|
||||
<div class="heading_search">
|
||||
<div class="recent_heading">
|
||||
<h4>Recent</h4>
|
||||
<div class="sidebar_heading">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-info">toggle collapse</button>
|
||||
</div>
|
||||
|
||||
<div class="search_bar">
|
||||
<div class="stylish-input-group">
|
||||
<input type="text" class="search-bar" placeholder="Search">
|
||||
|
|
@ -112,6 +117,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages">
|
||||
<div class="msg_history">
|
||||
<div class="incoming_msg">
|
||||
|
|
@ -185,6 +191,7 @@
|
|||
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>-->
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
||||
<script src="js/client.js"></script>
|
||||
<script src="js/sidebar.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue