Skip to content
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

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

jiromaykin
Copy link
Contributor

@jiromaykin jiromaykin commented Apr 4, 2024

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)

@jiromaykin jiromaykin added the wip Work in progress label Apr 4, 2024
@jiromaykin jiromaykin force-pushed the fix/2272-heading-dot-filelist branch from a9977c5 to 631ea4c Compare April 11, 2024 09:21
@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.05%. Comparing base (a47782f) to head (06a0c9f).

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.
📢 Have feedback on the report? Share it here.

@jiromaykin jiromaykin force-pushed the fix/2272-heading-dot-filelist branch 5 times, most recently from 3e1a988 to a22cc27 Compare April 18, 2024 06:41
@jiromaykin jiromaykin force-pushed the fix/2272-heading-dot-filelist branch from 39546f3 to 06a0c9f Compare April 18, 2024 06:44
@jiromaykin jiromaykin removed the wip Work in progress label Apr 18, 2024
@jiromaykin jiromaykin marked this pull request as ready for review April 18, 2024 07:41
@jiromaykin jiromaykin requested a review from pi-sigma April 18, 2024 07:41
@jiromaykin jiromaykin requested a review from stevenbal April 18, 2024 14:35
@@ -31,8 +31,18 @@
&__data {
display: flex;
flex-direction: column;
adding: var(--spacing-large);
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

@alextreme alextreme merged commit 7fe5fa3 into develop Apr 19, 2024
15 checks passed
@alextreme alextreme deleted the fix/2272-heading-dot-filelist branch April 19, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants