fix: lootbox routing #281
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
backend
ci
docs
frontend
lgtm
blocked
lgtm
done
lgtm
need 1
size
huge
size
large
size
medium
size
small
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SZUT/casino#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-lootbox-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Code Review
✅ Frontend Changes Look Good
The routing fix in is correct and properly addresses the lootbox navigation issue by moving the opening route from a child route to a sibling route.
⚠️ Backend Changes Are Concerning
The dependency downgrades in raise security concerns:
Lines 50-52: Downgrading Spring Boot OAuth2 from 3.5.0 to 3.4.5 - why are we moving backwards on security dependencies?
Lines 54-56: Downgrading JJWT from 0.12.6 to 0.11.5 requires the API change in , but this is a significant downgrade that may reintroduce security vulnerabilities.
Line 42: Downgrading Stripe from 29.2.0 to 29.1.0 - this seems unnecessary.
Questions:
The routing fix is good, but the backend changes need justification before approval.