-
Notifications
You must be signed in to change notification settings - Fork 17
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
Config ui #43
Conversation
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.
Looks good ya melech!
Very minor comments but good work overall
margin-bottom: 1em; | ||
justify-content: center; | ||
} | ||
.actions .formulate-input { |
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.
Read about BEM, it's a CSS naming guideline which I recommend trying to follow.
envName: string | ||
envValue?: string | ||
} | ||
export type ConfigExposePort = { |
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.
Why do you need these types?
Can't you simply use number and string?
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
- Coverage 79.91% 75.79% -4.12%
==========================================
Files 6 7 +1
Lines 224 252 +28
==========================================
+ Hits 179 191 +12
- Misses 24 37 +13
- Partials 21 24 +3
Continue to review full report at Codecov.
|
No description provided.