-
Notifications
You must be signed in to change notification settings - Fork 4
1904 lib create port #1973
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
base: main
Are you sure you want to change the base?
1904 lib create port #1973
Conversation
|
6b6af52
to
799c24d
Compare
import type { WfoTheme } from '@/hooks'; | ||
import { useWithOrchestratorTheme } from '@/hooks'; | ||
|
||
const getFormFieldsBaseStyle = ({ theme }: WfoTheme) => { |
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.
Consider to move this one to its own styles file. Either one specific for this field or just one for all fields
@@ -130,6 +130,7 @@ | |||
"nodePort": { | |||
"loadingNodes": "Loading Node subscriptions...", | |||
"loadingPorts": "Loading IMS ports...", | |||
"noPorts": "NO PORTS FOUND FOR THIS NODE", |
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.
Is the screaming needed?
@@ -27,7 +27,16 @@ import { FormValidationError } from '@/types'; | |||
import { Footer } from './Footer'; | |||
import { Header } from './Header'; | |||
import { Row } from './Row'; | |||
import { Checkbox, Divider, Label, Summary, Text, TextArea } from './fields'; | |||
import { |
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.
Do not forget the changeset file in the PR
Shouldn't be merged before Contact persons component is merged from @Georgi2704's work