Self-hosted mood tracker - very much work in progress
Find a file
Kumi 725f566d97
feat: Enhances asset management for dashboard sections
Introduces methods to manage styles and scripts in dashboard
sections, promoting modularity and reusability.

Updates templates to dynamically render styles and scripts
directly from context, ensuring better integration with
existing features system.

Migrates related static assets to 'mood' section to streamline
the module structure.

These changes enable smoother customization and extendability
of the dashboard's look and feel.

Relates to improved frontend architecture.
2024-11-20 07:41:50 +01:00
.vscode feat(vscode): add Django debug configuration 2024-05-17 13:19:22 +02:00
api refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
cbt refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
common refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
cronhandler refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
doc Initial commit 2020-12-27 18:49:54 +01:00
dreams feat: Enhances navigation with collapsible menus 2024-11-19 06:56:52 +01:00
environment refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
friends refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
frontend feat: Enhances asset management for dashboard sections 2024-11-20 07:41:50 +01:00
gpslog fix: Switches DecimalFields to FloatFields in GPSPoint 2024-11-18 06:42:36 +01:00
habits refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
health refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
kumify fix: Update footer and reorder enabled modules 2024-11-17 16:56:25 +01:00
mood feat: Enhances asset management for dashboard sections 2024-11-20 07:41:50 +01:00
msgio fix: Add TelegramWebhookView skeleton for POST handling 2024-11-17 16:01:19 +01:00
.gitignore chore: Update .gitignore to exclude static files 2024-11-17 16:40:04 +01:00
INSTALL.md Updates to documentation 2023-03-26 20:08:18 +00:00
LICENSE feat(license): update copyright term and contact email 2024-05-17 13:29:47 +02:00
manage.py Initial commit 2020-12-27 18:49:54 +01:00
passenger_wsgi.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
requirements-dev.txt feat: add dev dependencies for code formatting 2024-05-17 13:49:29 +02:00
requirements.txt fix: pin django-polymorphic to v4.0.0a 2024-05-17 13:17:57 +02:00
settings.dist.ini Migrate to AutoSecretKey 2022-10-25 14:40:48 +00:00
TODO.md feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00