-
Notifications
You must be signed in to change notification settings - Fork 4
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: Add the ability to filter trainings in project view #1937
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1937 +/- ##
=======================================
Coverage 84.80% 84.80%
=======================================
Files 211 211
Lines 6875 6875
Branches 472 472
=======================================
Hits 5830 5830
Misses 879 879
Partials 166 166 ☔ View full report in Codecov by Sentry. |
A Storybook preview is available for commit ae12771. |
This comment has been minimized.
This comment has been minimized.
frontend/src/app/projects/project-overview/project-overview.component.ts
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/project-overview/project-overview.component.ts
Outdated
Show resolved
Hide resolved
Add the ability to show only projects or only trainings in the project view. Closes #1821
58a065b
to
8c3b9c3
Compare
Quality Gate passedIssues Measures |
This report was generated by comparing ae12771 with 3727209. ArtifactName:
|
item | count |
---|---|
pass | 346 |
change | 4 |
new | 0 |
delete | 0 |
📝 Report
Differences
Project Components_Project Overview_Loading_desktop.png
actual | |
---|---|
expected | |
difference |
Project Components_Project Overview_Loading_mobile.png
actual | |
---|---|
expected | |
difference |
Project Components_Project Overview_Overview_desktop.png
actual | |
---|---|
expected | |
difference |
Project Components_Project Overview_Overview_mobile.png
actual | |
---|---|
expected | |
difference |
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.
Thanks, great feature!
Add the ability to show only projects or only trainings in the project view.
Closes #1821