Commit graph

34 commits

Author SHA1 Message Date
768e6f2111
Improve feed explenation; add link to templates 2026-03-17 05:36:31 +01:00
92ca0404a6
Remove debug JSON from templates and views 2026-03-17 05:01:49 +01:00
725df27b47
Improve SEO? 2026-03-17 04:34:09 +01:00
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
4627d1cea0
Add /discord/ feed
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-14 02:50:40 +01:00
4663a827e4
Make templates sexier
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-11 23:38:31 +01:00
6c22559fb5
Add support for Atom feeds 2026-03-10 07:51:55 +01:00
bbdcc80334
Update image rendering to preserve aspect ratio by removing height attribute
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-09 20:07:30 +01:00
477bb753ae
Add support for modern image formats (WebP and AVIF) and implement image conversion commands 2026-02-12 21:29:17 +01:00
7f468bbabe
Add DropCampaign image fallback logic and update templates for best image URL 2026-02-12 02:50:10 +01:00
05eb0d92e3
Refactor HTML 2026-02-11 03:14:04 +01:00
fad0821515
Enhance badge descriptions in campaign detail and RSS feed outputs 2026-01-16 01:54:18 +01:00
e652036af4
Add awarded badge and campaign details to badge and campaign templates 2026-01-16 01:06:15 +01:00
6a62eaa885
Add RSS feed links in templates 2026-01-08 00:35:55 +01:00
da923f82da
Lazy load images 2026-01-07 22:33:49 +01:00
d63e20aebc
Use .twitch_id instead of .id 2026-01-07 20:55:04 +01:00
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00
715cbf4bf0 Remove bloat 2025-10-13 02:07:33 +02:00
b97118cffd Cache images instead of serve from Twitch 2025-09-13 06:37:35 +02:00
0a048163c7 Fix campaign detail directory URL 2025-09-13 02:33:20 +02:00
162d752a22 Add allowed channels section to campaign detail view 2025-09-09 04:43:41 +02:00
76891694d3 Show drop benefit name besides drop name if different 2025-09-08 03:14:01 +02:00
8f438aca2d Add ids to tags; use pygments to color JSON 2025-09-07 22:31:31 +02:00
1154a57de3 Add drops data serialization to DropCampaignDetailView context 2025-09-03 18:06:59 +02:00
61647f72d4 Remove details wrapper around campaign data in campaign detail view 2025-09-03 17:17:41 +02:00
265f8ed671 Add campaign data display in campaign detail view with JSON serialization 2025-09-03 16:59:41 +02:00
6d5f014134 Make Owner optional; use dateparser to parse dates; use json-repair to read JSON 2025-09-01 21:50:38 +02:00
2ff314ecc8 Improve HTML on profile and game details 2025-08-04 00:01:34 +02:00
4af2b02a01 Allow subscribe to orgs 2025-08-02 05:45:20 +02:00
8f4e851fb9 Refactor and remove tests, update models and views
- Deleted all test files in accounts and twitch apps to clean up the codebase.
- Updated the DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge models to include database indexing for improved query performance.
- Modified the DropCampaignListView and GameDetailView to remove unnecessary status filtering and streamline campaign retrieval logic.
- Enhanced the campaign detail template to properly format campaign descriptions.
- Adjusted the import_drop_campaign management command to increase default worker and batch sizes for improved performance.
- Cleaned up the admin configuration for DropCampaign and TimeBasedDrop models.
2025-07-24 02:40:59 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +02:00
3fb0880271 Refactor campaign name handling to use clean_name property for improved clarity and consistency across templates 2025-07-10 05:10:09 +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