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

[#1951] Add userfeed frontend component #910

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

jiromaykin
Copy link
Contributor

@jiromaykin jiromaykin commented Dec 19, 2023

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.

@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4a8552b) 92.93% compared to head (dffd357) 92.93%.

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

@jiromaykin jiromaykin changed the title [#1951] Added userfeed frontend component [#1951] Add userfeed frontend component Dec 19, 2023
@jiromaykin jiromaykin force-pushed the feature/1951-userfeed-frontend-component branch from e540ab0 to c61575d Compare December 19, 2023 11:08
@jiromaykin jiromaykin marked this pull request as ready for review December 19, 2023 14:29
src/open_inwoner/scss/components/UserFeed/UserFeed.scss Outdated Show resolved Hide resolved
src/open_inwoner/scss/components/UserFeed/UserFeed.scss Outdated Show resolved Hide resolved
line-height: var(--font-line-height-body);
position: relative;
overflow: hidden;
z-index: 1002;
Copy link
Contributor

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)?

Copy link
Contributor Author

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).

@jiromaykin jiromaykin force-pushed the feature/1951-userfeed-frontend-component branch 2 times, most recently from 8c573e9 to 349e7e9 Compare December 21, 2023 14:06
@jiromaykin jiromaykin force-pushed the feature/1951-userfeed-frontend-component branch from c48a06e to dffd357 Compare December 21, 2023 14:10
@alextreme
Copy link
Member

Besproken @Bartvaderkin kijkt nog ter afronding

@Bartvaderkin Bartvaderkin merged commit c3eac38 into develop Jan 2, 2024
14 checks passed
@Bartvaderkin Bartvaderkin deleted the feature/1951-userfeed-frontend-component branch January 2, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants