Commit Graph

  • abdeab59e7 Fix advisor craft count when skill is already ready to level up. master elpatron 2026-06-22 15:48:34 +02:00
  • 43751ac7de Update README to include training advisor details, recipe syncing instructions, and enhancements to skills and goals sections. elpatron 2026-06-22 15:31:14 +02:00
  • 567bbd3de0 Add skill training advisor with recipe data and one-click goals. elpatron 2026-06-22 15:28:51 +02:00
  • e233e3c762 Fix combat trend charts dropping zero kill and run counts. elpatron 2026-06-22 14:17:00 +02:00
  • 91444aec52 Update README with demo link, trend charts, combat, and deploy docs. elpatron 2026-06-22 14:15:36 +02:00
  • be7fa072f7 Add combat trend sparklines for enemy kills and dungeon runs. elpatron 2026-06-22 14:12:18 +02:00
  • eb7dbea2ee Update .dockerignore and .gitignore to include testfiles directory. elpatron 2026-06-22 14:04:54 +02:00
  • 0791ff88e9 Fix top skills history chart hiding skills with zero-level gaps. elpatron 2026-06-22 14:02:39 +02:00
  • 0926eaeb63 Add per-skill level sparklines with expandable history charts. elpatron 2026-06-22 13:51:36 +02:00
  • 0e9dbf1735 Fix PWA install hint dismiss after cached HTML/JS mismatch. elpatron 2026-06-20 15:37:30 +02:00
  • 6ba4cf447f Make PWA install hint dismiss reliable across reloads. elpatron 2026-06-20 11:34:46 +02:00
  • ae589eed92 Fix PWA install hint dismiss button not hiding the banner. elpatron 2026-06-20 11:29:45 +02:00
  • 2532531110 Use ⚔ emoji glyph for PWA icons matching the brand. elpatron 2026-06-20 11:22:26 +02:00
  • 1083dfdf2c Redesign PWA icons with bold crossed swords. elpatron 2026-06-20 11:12:07 +02:00
  • 562a229fa0 Add PWA manifest, service worker, and install hint. elpatron 2026-06-20 11:08:32 +02:00
  • 6df10e5498 Add favicon matching the crossed-swords brand icon. elpatron 2026-06-20 11:06:38 +02:00
  • dc42727f34 Move viewer export/import into a dedicated Backup tab. elpatron 2026-06-20 10:03:04 +02:00
  • 3314de829d Use real timestamps on history chart x-axes. elpatron 2026-06-20 09:43:31 +02:00
  • b6cc0f6984 Fix vertical spacing in the viewer backup sidebar section. elpatron 2026-06-19 23:08:21 +02:00
  • 7656578b72 Add viewer database import and clarify backup actions. elpatron 2026-06-19 23:06:59 +02:00
  • defc98dec2 Document goals, search, export, and extended API in README. elpatron 2026-06-19 22:59:12 +02:00
  • 64820cefc1 Add relative/skill goals, import diffs, and history tooling. elpatron 2026-06-19 22:59:01 +02:00
  • 4e3fa590c8 Fix empty goal groups not appearing in the Goals tab. elpatron 2026-06-19 22:36:15 +02:00
  • 45473ced2b Track Plausible analytics events for the goals feature. elpatron 2026-06-19 22:30:00 +02:00
  • f5b5541555 Add grouped inventory goals with import completion notifications. elpatron 2026-06-19 22:25:42 +02:00
  • 82b47f9df1 Create a persistent personal viewer on local CLI start. elpatron 2026-06-19 22:09:37 +02:00
  • 406e165d0f Add .gitea-credentials.txt to .gitignore to prevent credential exposure. elpatron 2026-06-19 21:43:00 +02:00
  • 70079d17b8 Wait for Docker Compose health status during deploy instead of curl. elpatron 2026-06-19 17:46:00 +02:00
  • e64e67947c Add Docker Compose health check for the viewer service. elpatron 2026-06-19 17:44:15 +02:00
  • c1775e1857 Remove PowerShell deploy script and mark deploy.sh as executable. elpatron 2026-06-19 17:42:47 +02:00
  • be70809bf0 Fix Windows deploy by copying remote script via scp instead of piping. elpatron 2026-06-19 17:29:22 +02:00
  • 766fc7f6ef Fix deploy remote script CRLF issues on Windows PowerShell. elpatron 2026-06-19 17:25:36 +02:00
  • fcb09483a5 Update deployment script variable naming for clarity and consistency. elpatron 2026-06-19 17:23:37 +02:00
  • b4dd0983b1 Fix Windows deploy to use native OpenSSH instead of Git Bash. elpatron 2026-06-19 17:21:54 +02:00
  • 6be50147d2 Refactor deployment script to use repo-relative path for bash execution and streamline environment variable handling for deployment settings. elpatron 2026-06-19 17:18:58 +02:00
  • 7f7da149ab Add deployment scripts for git push and remote Docker rollout. elpatron 2026-06-19 17:16:51 +02:00
  • 6c65732eb1 Add per-item inventory sparklines with expandable history charts. elpatron 2026-06-19 17:08:40 +02:00
  • 810ad67ab6 Add Plausible analytics with JSON Upload custom event. elpatron 2026-06-19 16:58:58 +02:00
  • 5c87df1e5e Publish port 5000 for external nginx Proxy Manager upstreams. elpatron 2026-06-19 16:52:46 +02:00
  • e79fe34643 Fix viewer API routing under Content-Security-Policy. elpatron 2026-06-19 16:33:59 +02:00
  • fdeaf04280 Add site footer and fix proxy-aware viewer URLs. elpatron 2026-06-19 16:27:20 +02:00
  • 58b9e0bb0a Harden app for production behind nginx Proxy Manager. elpatron 2026-06-19 16:23:27 +02:00
  • f2c564e69a Translate README to English and fix DATA_DIR resolution. elpatron 2026-06-19 16:16:24 +02:00
  • f51f166fa1 Add Docker deployment and per-player secret-link viewers. elpatron 2026-06-19 16:06:13 +02:00
  • fbc2deec45 Add i18n, save validation, and tolerant import handling. elpatron 2026-06-19 15:59:57 +02:00
  • 4b8b921e02 Add Idle Fantasy save viewer with local Flask dashboard and SQLite history tracking. elpatron 2026-06-19 15:41:58 +02:00