scheduleSon/backend
vrubel c40a6569b4
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 20s
Add event colors (Catppuccin Mocha) and read-only week view for users
Admins can now pick a color per event from a Catppuccin Mocha palette;
existing events default to blue. Colors flow through to both the admin
timeline and the new "Неделя" tab in the user view, which reuses the
admin's weekly grid in a read-only mode. Also reworks event blocks to
show a single-line "start–end title" so short events no longer overflow,
tidies the admin toolbar, and expands mobile responsiveness across both
frontends.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-12 18:03:21 +00:00
..
__init__.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
api.py Add event colors (Catppuccin Mocha) and read-only week view for users 2026-07-12 18:03:21 +00:00
database.py Add event colors (Catppuccin Mocha) and read-only week view for users 2026-07-12 18:03:21 +00:00
main.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
models.py Add event colors (Catppuccin Mocha) and read-only week view for users 2026-07-12 18:03:21 +00:00
telegram_bot.py Enhance schedule retrieval in Telegram bot to include contextual prefixes for today and tomorrow. Updated get_schedule_for_date function to accept an add_prefix parameter, modifying the output text accordingly. Adjusted command handlers to utilize the new functionality for improved user experience. 2025-12-30 18:43:25 +03:00
utils.py Add event colors (Catppuccin Mocha) and read-only week view for users 2026-07-12 18:03:21 +00:00