-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Merge Dev to Main after Sprint 1
WalkthroughSwaps the filtering stylesheet to Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Viewer as Viewer
participant FilterInit as initFilterPanels
participant UI as Filter UI
participant Suppress as suppressSidebarAutoScroll
Viewer->>FilterInit: initFilterPanels(viewer, hooks)
FilterInit->>Suppress: enter suppression (sets suppressionActive)
Suppress-->>FilterInit: suppressionActive = true
FilterInit->>UI: create scaffolds (elevation_list, accepted_list_host)
FilterInit->>UI: attach handlers / ensure buttons
UI-->>Viewer: UI ready
FilterInit->>Suppress: release suppression (restore scroll/focus)
Suppress-->>FilterInit: suppressionActive = false
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just a small comment on big A/small a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fix typo in comment Co-authored-by: Adrian Haabpiht Solberg <adriahso@stud.ntnu.no>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Issue number
Closes #46
Description
Fixes the elevation panel bug :D
Also made the file structure a bit more informative
Testing steps
Alternate between measurements/annotations and elevation/accepted:
Screenshots (optional)
Summary by CodeRabbit
Bug Fixes
Performance
Refactor
UI