-
Notifications
You must be signed in to change notification settings - Fork 6
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
💄 [#2272] Position indicator dot headings #1134
Conversation
a9977c5
to
631ea4c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1134 +/- ##
========================================
Coverage 95.05% 95.05%
========================================
Files 950 950
Lines 33790 33790
========================================
Hits 32119 32119
Misses 1671 1671 ☔ View full report in Codecov by Sentry. |
3e1a988
to
a22cc27
Compare
39546f3
to
06a0c9f
Compare
@@ -31,8 +31,18 @@ | |||
&__data { | |||
display: flex; | |||
flex-direction: column; | |||
adding: var(--spacing-large); |
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.
Typo probably? I see padding below, so I think this can be removed
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.
Oops... this should not be approved :-D since there is another padding statement a couple of lines lower. I'll fix this.
There were multiple statements for this very same class in multiple places so I wanted to group them all together here.
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.
I have fixed this :-D
issue: https://taiga.maykinmedia.nl/project/open-inwoner/task/2272
The nature of 'shrinking' a breaking text where the wrap-width is unknown turned out quite difficult; therefor I am using a rather unique grid in order to make the indicator appear as close to the breaking text as possible with media-queries.
In this PR I am also fixing the ellipsis for long file-names
➕ minor improvements of the case-detail page.
To test dot for file-list, increase default value of
DOCUMENT_RECENT_DAYS = config("DOCUMENT_RECENT_DAYS", default=1)