OBPIH-6843 Add wrapper components for cycle count tabs#4978
Merged
awalkowiak merged 10 commits intodevelopfrom Dec 12, 2024
Merged
OBPIH-6843 Add wrapper components for cycle count tabs#4978awalkowiak merged 10 commits intodevelopfrom
awalkowiak merged 10 commits intodevelopfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4978 +/- ##
============================================
- Coverage 7.61% 7.60% -0.01%
+ Complexity 819 817 -2
============================================
Files 601 601
Lines 42335 42342 +7
Branches 10282 10284 +2
============================================
- Hits 3223 3222 -1
- Misses 38643 38652 +9
+ Partials 469 468 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alannadolny
approved these changes
Dec 12, 2024
src/css/main.scss
Outdated
| font-weight: 600; | ||
| font-size: 16px; | ||
| line-height: 21px; | ||
| padding: 16px 8px 16px 8px; |
Collaborator
There was a problem hiding this comment.
Suggested change
| padding: 16px 8px 16px 8px; | |
| padding: 16px 8px; |
😄
| }, | ||
| }; | ||
|
|
||
| const parsedQueryParams = useQueryParams(); |
Collaborator
There was a problem hiding this comment.
u can use just
Suggested change
| const parsedQueryParams = useQueryParams(); | |
| const { tab } = useQueryParams(); |
70b40ad to
37874d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Description of Change
Link to GitHub issue or Jira ticket:
Description:
📷 Screenshots & Recordings (optional)