Add Patchnotes + Owned weapons team variations - #39
Conversation
Add Patch notes
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (35)
📝 WalkthroughWalkthroughThis PR expands investment schemas and character-priority helpers, separates owned team simulations, adds reusable build-card rendering, introduces patch-note routes and acknowledgement UI, and updates tooltip and hydration loading behavior. ChangesInvestment features
Patch notes
UI behavior updates
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant Browser
participant LayoutServer
participant PatchNoteCatalog
participant PatchNotesPopup
participant LocalStorage
Browser->>LayoutServer: request application layout
LayoutServer->>PatchNoteCatalog: select latest patch note
PatchNoteCatalog-->>LayoutServer: return latest note metadata
LayoutServer-->>Browser: provide latestPatchNote
Browser->>PatchNotesPopup: render latest note
PatchNotesPopup->>LocalStorage: read seen slug
LocalStorage-->>PatchNotesPopup: return stored slug
PatchNotesPopup->>LocalStorage: persist acknowledged slug
Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Bug Fixes