Daniel Arroyo darroyo
  • Joined on 2026-02-22
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 14:26:17 +00:00
34e524616d chore: commit all missing files from Qute/Alpine migration
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 14:22:12 +00:00
f1c22f79d6 fix(ci): add explicit Quarkus Maven repository to pom.xml
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 14:18:13 +00:00
25aba44377 fix(ci): clear Quarkus Maven cache before native build
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 14:15:32 +00:00
0e072cfcb7 fix(ci): add -U flag to force fresh dependency resolution in native build
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 14:09:14 +00:00
661ac4d953 feat: add personajes page with level tracking and fix timer reactivity
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-18 13:23:49 +00:00
af323da3d3 feat: add character sales tracking with 12h countdown timer
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 04:15:47 +00:00
8ca11252d7 fix: install Node.js 20 in CI container (required by JS-based actions)
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 03:24:53 +00:00
cebd2c0365 fix: filter snapshot prices to only show items used in run
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 03:19:32 +00:00
05db929da1 fix: only save items with cristalesDisponibles > 0
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 03:11:50 +00:00
e913b5ceb0 fix(historial): clamp sparkline bar height between 15-90% to prevent overflow
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 03:05:51 +00:00
4b564d9fae fix(historial): use SS/SPS/BSS abbreviations for shot types
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-16 01:30:10 +00:00
54fd68aa08 feat(historial): comprehensive enrichment of history page
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 23:52:11 +00:00
209ef9fb05 fix(ci): remove obsolete Node.js setup, use Gitea-compatible syntax
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 17:54:31 +00:00
71d8050515 fix(db): tune H2 URL to actually flush writes to disk on commit
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 17:30:27 +00:00
0ef2991bcd fix(change-password): return updated user via record outcome w/ flush
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 16:03:06 +00:00
7b76bde15b fix(change-password): force entity refresh in response to avoid stale mustChangePassword
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 15:40:18 +00:00
615b78a847 feat(db): migrate to Flyway for schema persistence
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 15:24:41 +00:00
2ceb7ca7ea fix(frontend): reorder await api.me() before setUser in changePassword
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 07:27:32 +00:00
b161710952 fix(frontend): post-change-password cookie timing + defensive 401 fallback
darroyo pushed to main at proyectos/shot-crafter-calculator 2026-08-15 06:39:36 +00:00
ec5ac6735c chore: revert debug logging after the auth issue was diagnosed