-
Notifications
You must be signed in to change notification settings - Fork 72
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(CreateApp): Code cleanup and make the CreateAppForm accessible #11496
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #11496 +/- ##
=======================================
Coverage 83.70% 83.70%
=======================================
Files 883 885 +2
Lines 13052 13050 -2
Branches 1711 1712 +1
=======================================
- Hits 10925 10924 -1
+ Misses 1868 1866 -2
- Partials 259 260 +1 ☔ View full report in Codecov by Sentry. |
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.
Fremragende arbeid. Dette ble mye ryddigere! Har bare noen forslag til den nye hooken.
frontend/dashboard/pages/CreateService/hooks/useCreateAppFormValidation.ts
Show resolved
Hide resolved
Result looks good in dev! Moving to "Done" |
Description
This pull request (PR) addresses issue #11475 and has undergone code refactoring to enhance readability and improve the accessibility of the feature.
Related Issue(s)
Verification
Documentation