-
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
[#1951] Add userfeed frontend component #910
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #910 +/- ##
========================================
Coverage 92.93% 92.93%
========================================
Files 819 819
Lines 28250 28250
========================================
Hits 26255 26255
Misses 1995 1995 ☔ View full report in Codecov by Sentry. |
e540ab0
to
c61575d
Compare
src/open_inwoner/components/templates/components/UserFeed/UserFeed.html
Outdated
Show resolved
Hide resolved
src/open_inwoner/components/templates/components/UserFeed/UserFeed.html
Outdated
Show resolved
Hide resolved
src/open_inwoner/components/templates/components/UserFeed/UserFeed.html
Outdated
Show resolved
Hide resolved
line-height: var(--font-line-height-body); | ||
position: relative; | ||
overflow: hidden; | ||
z-index: 1002; |
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.
That's very specific. What's the rationale for this value (no objection, just curious)?
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.
You mean the Z-index? That's indeed my mistake 😞 - the other stuff is needed to prepare positioning for the pseudo-element (= the pipe symbol between list-items).
8c573e9
to
349e7e9
Compare
c48a06e
to
dffd357
Compare
Besproken @Bartvaderkin kijkt nog ter afronding |
issue: https://taiga.maykinmedia.nl/project/open-inwoner/task/1951
This 'placeholder' template, showing 2 cards, is not dynamic yet! Depends on Taiga issue #1760.
Design: https://www.figma.com/file/iKGhWhstaLIlFSaND2q7cE/OIP---Designs-(new)?type=design&node-id=717%3A12249&mode=dev
The Danger/Warning color is default for Actions - when back-end is done, the 2 cards can be merged into 1 with dynamic CSS classes.
➕ adding new pattern for H2's that need to have an indicator dot.