-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sidebar rework #1301
feat: sidebar rework #1301
Conversation
frontend/src/Components/Controls/Sidebar/Components/ArchivedCasesDetails.tsx
Outdated
Show resolved
Hide resolved
const HorizontalScrollContent = styled(Content)` | ||
overflow-x: auto; | ||
white-space: nowrap; | ||
export const StyledDivider = styled(Divider)` |
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.
Denne styled divider-stylingen er ikke spesielt elegant, men hvis jeg bruker eds divideren uten disse stylingene så forsvinner dividerne (elementene er fortsatt i DOMen men de er usynelig på skjermen) når jeg kjører lokalt.
For en eller annen grunn kan dividerne brukes rett fra eds i CI uten problemer... for å være på den sikre siden har jeg overstyrt css fra eds og laget denne "StyledDivider"
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
merge main into branch
56998 - FEAT - Make cases in the sidebar take the full unused height of the sidebar
55999 - BUG - Archived cases is causing the sidebar to malfunction while collapsed
56637 - BUG - Project controls is misaligned in PROD