Kbdev 1500 storybook - #123
Merged
Merged
Conversation
kttkjl
previously approved these changes
Apr 11, 2026
KBDEV-1500
KBDEV-1500 add msw for mocking network requests
KBDEV-1500
KBDEV-1500 replace most existing tests with stories
KBDEV-1500
areisle
force-pushed
the
KBDEV-1500-storybook
branch
from
April 13, 2026 17:48
7179c24 to
9362036
Compare
This comment has been minimized.
This comment has been minimized.
increase test timeout
This comment has been minimized.
This comment has been minimized.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #123 +/- ##
===========================================
+ Coverage 48.39% 53.66% +5.26%
===========================================
Files 119 120 +1
Lines 4467 4547 +80
Branches 1545 1547 +2
===========================================
+ Hits 2162 2440 +278
+ Misses 1948 1784 -164
+ Partials 357 323 -34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kttkjl
self-requested a review
April 14, 2026 23:04
kttkjl
approved these changes
Apr 14, 2026
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.
adds storybook as well as stories for many components. did not add stories for any views in this PR as the PR was already quite large but will add some for those in future as well. for this I focused on the components involved in the forms since those will be the focus of the next tickets