Conversation
WalkthroughAdded a new "indicators" translation, introduced an "axis" group in logical layer settings with adjusted ordering, and changed default open-state logic in Group and Category components to respect openByDefault when no persisted state exists. Changes
Sequence Diagram(s)sequenceDiagram
participant UI as Layers Panel UI
participant State as Open State Map
participant Config as Group/Category Config
UI->>State: get(groupId/categoryId)
alt has stored value
State-->>UI: isOpen = stored
else no stored value
UI->>Config: read openByDefault
Config-->>UI: openByDefault
UI-->>UI: isOpen = openByDefault
end
UI->>UI: render FoldingWrap(isOpen)
UI->>State: on toggle -> setOpen(id, !isOpen)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (6)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Bundle size diff
|
|
Preview environments for this PR:
These previews are automatically updated with each commit. Note: After a new deployment, it may take a few minutes for the changes to propagate and for caches to update. During this time, you might experience temporary loading issues or see an older version of the app. If the app fails to load, please wait a few minutes and try again. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1244 +/- ##
==========================================
- Coverage 12.03% 12.03% -0.01%
==========================================
Files 724 724
Lines 29785 29791 +6
Branches 1398 1398
==========================================
Hits 3585 3585
- Misses 25644 25650 +6
Partials 556 556
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundle ReportChanges will increase total bundle size by 169 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: konturio/disaster-ninja-fe-esmAssets Changed:
Files in
Files in
Files in
|
https://kontur.fibery.io/Tasks/My-tasks-3575#Tasks/Task/Make-axis-group-mutually-exclusive-22412
Summary by CodeRabbit