Commit Graph

28 Commits

Author SHA1 Message Date
Your Name 36e71ead7b major fixes 2026-05-14 16:58:06 +00:00
hobokenchicken cd15250522 fix: remove duplicate refresh button 2026-04-23 12:50:52 -04:00
hobokenchicken 9ab8172209 feat: market price card shows current + base costs, search modal uses adjusted prices 2026-04-23 12:45:02 -04:00
hobokenchicken 71e8529728 fix: missing closing brace in style prop 2026-04-23 12:38:11 -04:00
hobokenchicken 2d897e45ed feat: dynamic pricing by disk space + episode count, total requests stat, disk bar graph 2026-04-23 12:36:50 -04:00
hobokenchicken 3dcece5c67 feat: ko-fi integration for credit purchases 2026-04-23 11:59:05 -04:00
hobokenchicken cf7a311d7f style: fix dashboard tab alignment 2026-04-23 10:08:09 -04:00
hobokenchicken 3b83861dfb style: jokey barnyard dashboard with comic sans 2026-04-23 10:01:53 -04:00
hobokenchicken 1cb5ad205e style: brutalist terminal dashboard 2026-04-23 09:59:17 -04:00
hobokenchicken daf21f67ad style: earthy merged dashboard design 2026-04-23 09:54:33 -04:00
hobokenchicken 5315dca6d7 style: simplify dashboard hero 2026-04-23 09:52:06 -04:00
hobokenchicken 1dafc7d312 feat: rustic dashboard redesign 2026-04-23 09:23:52 -04:00
hobokenchicken bf57169014 fix: sync pending requests from overseer 2026-04-23 09:14:44 -04:00
hobokenchicken e594b450c6 fix: remove dashboard auto-refresh churn 2026-04-22 15:55:17 -04:00
hobokenchicken a8c5ef557d fix: keep refresh only in requests tab 2026-04-22 15:41:20 -04:00
hobokenchicken 65ae7a6924 feat: add dashboard refresh buttons 2026-04-22 15:37:47 -04:00
hobokenchicken 50ca3c2900 fix: reduce dashboard request churn 2026-04-22 14:28:07 -04:00
hobokenchicken 2a7b4f46b3 fix: poll request status updates 2026-04-22 14:06:41 -04:00
hobokenchicken f108971559 feat: add logout button 2026-04-22 14:04:34 -04:00
hobokenchicken f0b3338f08 fix: live update request status 2026-04-22 13:53:37 -04:00
hobokenchicken de275976ed feat: add dashboard request panels 2026-04-22 13:50:41 -04:00
hobokenchicken 7b07c7d04a feat: restore request flow in dashboard 2026-04-22 13:47:34 -04:00
hobokenchicken b7da2f2298 fix: wallet api auth after solana purge 2026-04-22 13:44:24 -04:00
hobokenchicken f944b1f9b4 chore: final solana purge 2026-04-22 13:37:22 -04:00
hobokenchicken 4bfcbb6b7e chore: remove solana wallet stack 2026-04-22 13:32:14 -04:00
hobokenchicken 5db61212dc feat(theme): barnyard redesign with rustic crypto aesthetic
- New color palette: barn red primary, cream backgrounds, hay gold
- Added Abril Fatface display font for headlines
- Wood grain texture backgrounds via CSS gradients
- Barnyard personality in copy: 'Join the Flock', 'Enter the Coop'
- Replaced hardcoded slate colors with theme variables
- Updated landing, login, dashboard, onboarding, leaderboard
2026-04-21 14:14:48 -04:00
Your Name 61bbca2e5d Refactor: Improve error handling in authentication flow 2026-04-17 19:55:35 +00:00
hobokenchicken e8d9b1fd42 feat: add CoopCredits Solana media rewards ecosystem
Add complete  token system with Plex/Tautulli/Overseer integration:
- Anchor program for SPL token mint/burn/transfer
- Express backend with OAuth, webhooks, Solana integration
- Next.js frontend with dashboard, admin panel, wallet management
- Docker deployment for 172.20.1.0/24 infrastructure
- Production configs with SSL, Nginx, health monitoring

Tautulli webhooks auto-mint  on watch events.
Overseer integration burns  for content requests.
2026-04-14 11:09:50 -04:00