Commit graph

26 commits

Author SHA1 Message Date
6842581656
Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
282f728870
Fix form action syntax in base.html 2026-01-15 03:04:15 +01:00
1a71809460
Add Reward Campaigns 2026-01-14 22:29:15 +01:00
b8df95e317
Add /emotes/ 2026-01-10 23:15:09 +01:00
033c13e931
Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
b2eef830d8
Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
715cbf4bf0 Remove bloat 2025-10-13 02:07:33 +02:00
fc52a94284 Add channel list and detail views 2025-09-08 22:41:48 +02:00
ecf3511fcf Show the drop benefits under game details 2025-09-08 00:55:12 +02:00
8f438aca2d Add ids to tags; use pygments to color JSON 2025-09-07 22:31:31 +02:00
51ec52499f Implement full-text search functionality 2025-09-05 13:59:02 +02:00
63f95a73db Add RSS feed views 2025-09-04 23:06:44 +02:00
bab2390109 Add debug view and import inventory JSON 2025-08-12 19:52:01 +02:00
4af2b02a01 Allow subscribe to orgs 2025-08-02 05:45:20 +02:00
fabc9d23f6 Add support for subscribing to games 2025-08-02 04:46:36 +02:00
c447abc6fe Make HTML more simple 2025-08-02 04:03:28 +02:00
48f5730bbb Prefetch and prerender all the sites 2025-08-01 00:35:29 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +02:00
c25236bc07 Refactor profile and base templates for improved clarity and consistency 2025-07-21 15:38:52 +02:00
faddc4c9b0 Implement user authentication system with custom user model, views, and templates
- Created custom User model extending Django's AbstractUser.
- Added user registration, login, and profile views with corresponding templates.
- Implemented user authentication functionality and integrated Bootstrap for styling.
- Updated project settings to use the new accounts app and user model.
- Added tests for user model and admin functionality.
2025-07-21 02:57:44 +02:00
08da2cf7da Remove hover effects from campaign cards for a cleaner design 2025-07-10 05:04:13 +02:00
3354814260 Update dashboard and base templates for improved layout and styling consistency 2025-07-10 04:39:51 +02:00
b8a1cc4ff4 Refactor HTML and Python code for improved readability and consistency 2025-07-10 04:31:57 +02:00
250aaac2a0 Enhance game list view to group games by organization and improve performance with optimized queries 2025-07-10 04:31:28 +02:00
c995c82dcb Add game list and detail views with templates for Twitch Drops Tracker 2025-07-10 03:09:27 +02:00
5c482c1729 feat: Add Twitch Drops Tracker application with campaign management
- Implemented models for DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge.
- Created views for listing and detailing drop campaigns.
- Added templates for dashboard, campaign list, and campaign detail.
- Developed management command to import drop campaigns from JSON files.
- Configured admin interface for managing campaigns and related models.
- Updated URL routing for the application.
- Enhanced README with installation instructions and project structure.
2025-07-09 22:46:23 +02:00