mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 12:12:10 +01:00
Implement data integration tasks with Celery, including periodic fetching and manual refresh of chat data; add utility functions for data processing and transcript handling; create views and URLs for manual data refresh; establish Redis and Celery configuration; enhance error handling and logging; introduce scripts for data cleanup and fixing dashboard data; update documentation for Redis and Celery setup and troubleshooting.
This commit is contained in:
@ -71,6 +71,17 @@
|
||||
</ul>
|
||||
|
||||
<div class="d-flex">
|
||||
<!-- Theme Toggle Button -->
|
||||
<button
|
||||
id="theme-toggle"
|
||||
class="btn btn-outline-light me-2"
|
||||
type="button"
|
||||
aria-label="Toggle theme"
|
||||
title="Toggle light/dark mode"
|
||||
>
|
||||
<i class="fas fa-moon"></i>
|
||||
</button>
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
<div class="dropdown">
|
||||
<button
|
||||
@ -116,7 +127,7 @@
|
||||
<!-- Sidebar -->
|
||||
<nav
|
||||
id="sidebarMenu"
|
||||
class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse sticky-top h-100 p-0"
|
||||
class="col-md-3 col-lg-2 d-md-block sidebar collapse sticky-top h-100 p-0"
|
||||
>
|
||||
<div class="sidebar-sticky pt-3">
|
||||
{% block sidebar %}
|
||||
|
||||
Reference in New Issue
Block a user