Emptied the notifications and "emails" dropdowns

also renamed "emails" dropdown to tickets dropdown
This commit is contained in:
Corban-Lee Jones 2024-01-08 00:41:53 +00:00
parent 3089c1fa01
commit c85c1324fd

View File

@ -1,221 +1,143 @@
<div class="header navbar"> <div class="header navbar">
<div class="header-container"> <div class="header-container">
<ul class="nav-left"> <ul class="nav-left">
<li> <li>
<a id='sidebar-toggle' class="sidebar-toggle" href="javascript:void(0);"> <a id='sidebar-toggle' class="sidebar-toggle" href="javascript:void(0);">
<i class="ti-menu"></i> <i class="ti-menu"></i>
</a> </a>
</li> </li>
<li class="search-box"> <li class="search-box">
<a class="search-toggle no-pdd-right" href="javascript:void(0);"> <a class="search-toggle no-pdd-right" href="javascript:void(0);">
<i class="search-icon ti-search pdd-right-10"></i> <i class="search-icon ti-search pdd-right-10"></i>
<i class="search-icon-close ti-close pdd-right-10"></i> <i class="search-icon-close ti-close pdd-right-10"></i>
</a> </a>
</li> </li>
<li class="search-input"> <li class="search-input">
<input class="form-control" type="text" placeholder="Search..."> <input class="form-control" type="text" placeholder="Search...">
</li> </li>
</ul> </ul>
<ul class="nav-right"> <ul class="nav-right">
<li class="notifications dropdown"> <li class="notifications dropdown">
<span class="counter bgc-red">3</span> <!-- <span class="counter bgc-red">3</span> -->
<a href="" class="dropdown-toggle no-after" data-bs-toggle="dropdown"> <a href="" class="dropdown-toggle no-after" data-bs-toggle="dropdown">
<i class="ti-bell"></i> <i class="ti-bell"></i>
</a> </a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li class="pX-20 pY-15 bdB"> <li class="pX-20 pY-15 bdB">
<i class="ti-bell pR-10"></i> <i class="ti-bell pR-10"></i>
<span class="fsz-sm fw-600 c-grey-900">Notifications</span> <span class="fsz-sm fw-600 c-grey-900">Notifications</span>
</li> </li>
<li> <li>
<ul class="ovY-a pos-r scrollable lis-n p-0 m-0 fsz-sm"> <ul class="ovY-a pos-r scrollable lis-n p-0 m-0 fsz-sm">
<li> <!-- <li>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'> <a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'>
<div class="peer mR-15"> <div class="peer mR-15">
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/1.jpg" alt=""> <img class="w-3r bdrs-50p" src="{{ ASSETS_ROOT }}/images/defaultuser.webp" alt="">
</div> </div>
<div class="peer peer-greed"> <div class="peer peer-greed">
<span> <span>
<span class="fw-500">John Doe</span> <span class="fw-500">John Doe</span>
<span class="c-grey-600">liked your <span class="text-dark">post</span> <span class="c-grey-600">liked your <span class="text-dark">post</span>
</span>
</span>
<p class="m-0">
<small class="fsz-xs">5 mins ago</small>
</p>
</div>
</a>
</li> -->
</ul>
</li>
<li class="pX-20 pY-15 ta-c bdT">
<span>
<a href="" class="c-grey-600 cH-blue fsz-sm td-n">View All Notifications <i class="ti-angle-right fsz-xs mL-10"></i></a>
</span> </span>
</span> </li>
<p class="m-0"> </ul>
<small class="fsz-xs">5 mins ago</small>
</p>
</div>
</a>
</li>
<li>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'>
<div class="peer mR-15">
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/2.jpg" alt="">
</div>
<div class="peer peer-greed">
<span>
<span class="fw-500">Moo Doe</span>
<span class="c-grey-600">liked your <span class="text-dark">cover image</span>
</span>
</span>
<p class="m-0">
<small class="fsz-xs">7 mins ago</small>
</p>
</div>
</a>
</li>
<li>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'>
<div class="peer mR-15">
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/3.jpg" alt="">
</div>
<div class="peer peer-greed">
<span>
<span class="fw-500">Lee Doe</span>
<span class="c-grey-600">commented on your <span class="text-dark">video</span>
</span>
</span>
<p class="m-0">
<small class="fsz-xs">10 mins ago</small>
</p>
</div>
</a>
</li>
</ul>
</li> </li>
<li class="pX-20 pY-15 ta-c bdT"> <li class="notifications dropdown">
<span> <!-- <span class="counter bgc-blue">1</span> -->
<a href="" class="c-grey-600 cH-blue fsz-sm td-n">View All Notifications <i class="ti-angle-right fsz-xs mL-10"></i></a> <a href="" class="dropdown-toggle no-after" data-bs-toggle="dropdown">
</span> <i class="ti-ticket"></i>
</li> </a>
</ul>
</li>
<li class="notifications dropdown">
<span class="counter bgc-blue">3</span>
<a href="" class="dropdown-toggle no-after" data-bs-toggle="dropdown">
<i class="ti-email"></i>
</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li class="pX-20 pY-15 bdB"> <li class="pX-20 pY-15 bdB">
<i class="ti-email pR-10"></i> <i class="ti-ticket pR-10"></i>
<span class="fsz-sm fw-600 c-grey-900">Emails</span> <span class="fsz-sm fw-600 c-grey-900">Tickets</span>
</li> </li>
<li> <li>
<ul class="ovY-a pos-r scrollable lis-n p-0 m-0 fsz-sm"> <ul class="ovY-a pos-r scrollable lis-n p-0 m-0 fsz-sm">
<li> <!-- <li>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'> <a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'>
<div class="peer mR-15"> <div class="peer mR-15">
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/1.jpg" alt=""> <img class="w-3r bdrs-50p" src="{{ ASSETS_ROOT }}/images/defaultuser.webp" alt="">
</div> </div>
<div class="peer peer-greed"> <div class="peer peer-greed">
<div> <div>
<div class="peers jc-sb fxw-nw mB-5"> <div class="peers jc-sb fxw-nw mB-5">
<div class="peer"> <div class="peer">
<p class="fw-500 mB-0">John Doe</p> <p class="fw-500 mB-0">John Doe</p>
</div> </div>
<div class="peer"> <div class="peer">
<small class="fsz-xs">5 mins ago</small> <small class="fsz-xs">5 mins ago</small>
</div> </div>
</div> </div>
<span class="c-grey-600 fsz-sm"> <span class="c-grey-600 fsz-sm">
Want to create your own customized data generator for your app... Want to create your own customized data generator for your app...
</span>
</div>
</div>
</a>
</li> -->
</ul>
</li>
<li class="pX-20 pY-15 ta-c bdT">
<span>
<a href="{% url 'tickets' %}" class="c-grey-600 cH-blue fsz-sm td-n">View All Tickets <i class="fs-xs ti-angle-right ms-10"></i></a>
</span> </span>
</div> </li>
</ul>
</li>
<li class="dropdown">
<a href="" class="dropdown-toggle no-after peers fxw-nw ai-c lh-1" data-bs-toggle="dropdown">
<div class="peer mR-10">
<img class="w-2r h-2r bdrs-50p" src="{{ request.user.icon.url }}" style="object-fit: cover;" alt="">
</div> </div>
</a> <div class="peer">
</li> <span class="fsz-sm c-grey-900">{{ request.user.formal_fullname }}</span>
<li>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'>
<div class="peer mR-15">
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/2.jpg" alt="">
</div> </div>
<div class="peer peer-greed"> </a>
<div> <ul class="dropdown-menu fsz-sm">
<div class="peers jc-sb fxw-nw mB-5"> <li>
<div class="peer"> <a href="" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<p class="fw-500 mB-0">Moo Doe</p> <i class="ti-settings mR-10"></i>
</div> <span>Setting</span>
<div class="peer"> </a>
<small class="fsz-xs">15 mins ago</small> </li>
</div> <li>
</div> <a href="{% url 'profile' %}" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<span class="c-grey-600 fsz-sm"> <i class="ti-user mR-10"></i>
Want to create your own customized data generator for your app... <span>Profile</span>
</span> </a>
</div> </li>
</div> <li>
</a> <a href="email.html" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
</li> <i class="ti-email mR-10"></i>
<li> <span>Messages</span>
<a href="" class='peers fxw-nw td-n p-20 bdB c-grey-800 cH-blue bgcH-grey-100'> </a>
<div class="peer mR-15"> </li>
<img class="w-3r bdrs-50p" src="https://randomuser.me/api/portraits/men/3.jpg" alt=""> <li role="separator" class="divider"></li>
</div> <li>
<div class="peer peer-greed"> <a href="{% url 'logout' %}" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<div> <i class="ti-power-off mR-10"></i>
<div class="peers jc-sb fxw-nw mB-5"> <span>Logout</span>
<div class="peer"> </a>
<p class="fw-500 mB-0">Lee Doe</p> </li>
</div> </ul>
<div class="peer">
<small class="fsz-xs">25 mins ago</small>
</div>
</div>
<span class="c-grey-600 fsz-sm">
Want to create your own customized data generator for your app...
</span>
</div>
</div>
</a>
</li>
</ul>
</li> </li>
<li class="pX-20 pY-15 ta-c bdT"> </ul>
<span>
<a href="email.html" class="c-grey-600 cH-blue fsz-sm td-n">View All Email <i class="fs-xs ti-angle-right ms-10"></i></a>
</span>
</li>
</ul>
</li>
<li class="dropdown">
<a href="" class="dropdown-toggle no-after peers fxw-nw ai-c lh-1" data-bs-toggle="dropdown">
<div class="peer mR-10">
<img class="w-2r bdrs-50p" src="{{ request.user.icon.url }}" alt="">
</div>
<div class="peer">
<span class="fsz-sm c-grey-900">{{ request.user.formal_fullname }}</span>
</div>
</a>
<ul class="dropdown-menu fsz-sm">
<li>
<a href="" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<i class="ti-settings mR-10"></i>
<span>Setting</span>
</a>
</li>
<li>
<a href="{% url 'profile' %}" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<i class="ti-user mR-10"></i>
<span>Profile</span>
</a>
</li>
<li>
<a href="email.html" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<i class="ti-email mR-10"></i>
<span>Messages</span>
</a>
</li>
<li role="separator" class="divider"></li>
<li>
<a href="{% url 'logout' %}" class="d-b td-n pY-5 bgcH-grey-100 c-grey-700">
<i class="ti-power-off mR-10"></i>
<span>Logout</span>
</a>
</li>
</ul>
</li>
</ul>
</div> </div>
</div> </div>