Skip to content

Fix: Session numbering after deletion (Issue #413) - #416

Merged
masonfox merged 5 commits into
developfrom
fix/session-number-after-deletion
Jun 10, 2026
Merged

Fix: Session numbering after deletion (Issue #413)#416
masonfox merged 5 commits into
developfrom
fix/session-number-after-deletion

fix: reset modal state when closing to prevent stuck 'Deleting...' bu…

e3e255b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 21, 2026 in 1s

78.85% (+0.18%) compared to 9f2ca50

View this Pull Request on Codecov

78.85% (+0.18%) compared to 9f2ca50

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #416      +/-   ##
===========================================
+ Coverage    78.67%   78.85%   +0.18%     
===========================================
  Files          167      168       +1     
  Lines         7559     7620      +61     
  Branches      1850     1861      +11     
===========================================
+ Hits          5947     6009      +62     
  Misses        1127     1127              
+ Partials       485      484       -1     
Files with missing lines Coverage Δ
app/api/books/[id]/sessions/route.ts 88.23% <100.00%> (+3.61%) ⬆️
lib/repositories/session.repository.ts 79.27% <100.00%> (+0.38%) ⬆️
lib/services/session.service.ts 88.42% <100.00%> (+0.24%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.