-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: customize nav bar background color #7387
Conversation
Signed-off-by: krrrr38 <[email protected]>
ffa27d7
to
12bfc01
Compare
|
pkg/apis/workflow/v1alpha1/info.go
Outdated
type Ui struct { | ||
// NavColor is an ui navigation bar theme which switch the design | ||
NavColor string `json:"navColor,omitempty" protobuf:"bytes,1,opt,name=navColor"` | ||
} |
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.
If anything, wouldn't it be more powerful to allow a way to inject CSS overrides?
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.
Based on the descriptionDiscussions
, I think this way is better.
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.
The use case for this are pretty simple, the ability to set colour differently for different environments. I think this is probably good enough for that. Previous solutions have been, these have been complex, I like the simplicity
Signed-off-by: krrrr38 <[email protected]>
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.
I don't think we actually need the "UI" wrapper, as we already have links
top-level. Can just be info.navColor
I also worry about this. I'll remove ui wrapper |
Signed-off-by: krrrr38 <[email protected]>
re-confirmed that nav bar color was changed by following config map
Again, this feature requires argoproj/argo-ui#167 change. |
b96945a
to
19d573a
Compare
19d573a
to
ec09a5c
Compare
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.
Please fix build.
@alexec thank you for your review. |
Up-stream PR now merged, you should. be able to use argo-ui version v2.5.0. |
Signed-off-by: krrrr38 <[email protected]>
ec09a5c
to
6030c50
Compare
I tried `yarn upgrade argo-ui@"https://github.com/argoproj/argo-ui.git && yarn build` errorsERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(168,23)
TS2339: Property 'eventSourceName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(169,58)
TS2339: Property 'namespace' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(169,71)
TS2339: Property 'eventSourceName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(169,90)
TS2339: Property 'eventName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(185,49)
TS2339: Property 'namespace' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(185,62)
TS2339: Property 'sensorName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(186,23)
TS2339: Property 'triggerName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(187,54)
TS2339: Property 'namespace' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(187,67)
TS2339: Property 'sensorName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(187,81)
TS2339: Property 'triggerName' does not exist on type 'unknown'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(328,62)
TS2339: Property 'filter' does not exist on type 'Observable<any>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(328,69)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx
./src/app/event-flow/components/event-flow-details/event-flow-page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-flow/components/event-flow-details/event-flow-page.tsx(330,65)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-sources/components/event-source-log-viewer.tsx
./src/app/event-sources/components/event-source-log-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-sources/components/event-source-log-viewer.tsx(37,21)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-sources/components/event-source-log-viewer.tsx
./src/app/event-sources/components/event-source-log-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/event-sources/components/event-source-log-viewer.tsx(39,17)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx
./src/app/pipelines/components/pipeline-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx(31,21)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx
./src/app/pipelines/components/pipeline-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx(32,18)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx
./src/app/pipelines/components/pipeline-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx(34,18)
TS7006: Parameter 'x' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx
./src/app/pipelines/components/pipeline-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/pipelines/components/pipeline-logs-viewer.tsx(34,56)
TS7006: Parameter 'y' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/sensors/components/sensor-logs-viewer.tsx
./src/app/sensors/components/sensor-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/sensors/components/sensor-logs-viewer.tsx(37,21)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/sensors/components/sensor-logs-viewer.tsx
./src/app/sensors/components/sensor-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/sensors/components/sensor-logs-viewer.tsx(39,17)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/utils.ts
./src/app/shared/utils.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/utils.ts(39,62)
TS2339: Property 'catch' does not exist on type 'Observable<T>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/utils.ts
./src/app/shared/utils.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/utils.ts(42,27)
TS2339: Property 'from' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx
./src/app/shared/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx(70,24)
TS2339: Property 'merge' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx
./src/app/shared/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx(71,32)
TS2339: Property 'filter' does not exist on type 'BehaviorSubject<DropDown>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx
./src/app/shared/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx(71,39)
TS7006: Parameter 'dropdown' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx
./src/app/shared/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx(72,28)
TS2339: Property 'fromEvent' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx
./src/app/shared/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/components/dropdown/dropdown.tsx(78,24)
TS2339: Property 'fromEvent' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts
./src/app/shared/services/event-source-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts(32,85)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts
./src/app/shared/services/event-source-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts(32,89)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts
./src/app/shared/services/event-source-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts(52,110)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts
./src/app/shared/services/event-source-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/event-source-service.ts(52,114)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(12,81)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(12,85)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(32,106)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(32,110)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(49,14)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts
./src/app/shared/services/pipeline-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/pipeline-service.ts(49,18)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts
./src/app/shared/services/sensor-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts(32,79)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts
./src/app/shared/services/sensor-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts(32,83)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts
./src/app/shared/services/sensor-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts(49,104)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts
./src/app/shared/services/sensor-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/sensor-service.ts(49,108)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(60,46)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(60,50)
TS7006: Parameter 'data' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(64,121)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(64,125)
TS7006: Parameter 'data' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(93,46)
TS2339: Property 'map' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(93,50)
TS7006: Parameter 'data' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(140,14)
TS2339: Property 'filter' does not exist on type 'Observable<string>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(140,21)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(141,18)
TS7006: Parameter 'line' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(142,21)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(148,35)
TS2339: Property 'fromPromise' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(148,113)
TS7006: Parameter 'isPendingOrRunning' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(155,39)
TS2339: Property 'empty' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(172,27)
TS2339: Property 'of' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(173,24)
TS7006: Parameter 'hasArtifactLogs' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(178,35)
TS2339: Property 'fromPromise' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(180,23)
TS7006: Parameter 'r' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(181,18)
TS7006: Parameter 'content' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(182,21)
TS7006: Parameter 'x' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(194,27)
TS2339: Property 'fromPromise' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(194,104)
TS7006: Parameter 'isPendingOrRunning' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts
./src/app/shared/services/workflows-service.ts
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/shared/services/workflows-service.ts(198,89)
TS2339: Property 'catch' does not exist on type 'Observable<LogEntry>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/events-panel.tsx
./src/app/workflows/components/events-panel.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/events-panel.tsx(34,74)
TS2339: Property 'map' does not exist on type 'Observable<Event>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/events-panel.tsx
./src/app/workflows/components/events-panel.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/events-panel.tsx(35,21)
TS7006: Parameter 'x' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
./src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx(41,14)
TS2339: Property 'map' does not exist on type 'Observable<LogEntry>'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
./src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx(41,18)
TS7006: Parameter 'e' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
./src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx(43,18)
TS7006: Parameter 'x' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
./src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-logs-viewer/workflow-logs-viewer.tsx(45,61)
TS7006: Parameter 'y' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-timeline/workflow-timeline.tsx
./src/app/workflows/components/workflow-timeline/workflow-timeline.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-timeline/workflow-timeline.tsx(38,46)
TS2339: Property 'fromEvent' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-timeline/workflow-timeline.tsx
./src/app/workflows/components/workflow-timeline/workflow-timeline.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/src/app/workflows/components/workflow-timeline/workflow-timeline.tsx(137,51)
TS2339: Property 'interval' does not exist on type 'typeof Observable'.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx
./node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx(30,25)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx
./node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/nav-bar/nav-bar.tsx(38,41)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/page/page.tsx
./node_modules/argo-ui/src/components/page/page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/page/page.tsx(3,24)
TS7016: Could not find a declaration file for module 'react-helmet'. '/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/react-helmet/lib/Helmet.js' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/page/page.tsx
./node_modules/argo-ui/src/components/page/page.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/page/page.tsx(29,25)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/top-bar/top-bar.tsx
./node_modules/argo-ui/src/components/top-bar/top-bar.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/top-bar/top-bar.tsx(43,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/top-bar/top-bar.tsx
./node_modules/argo-ui/src/components/top-bar/top-bar.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/top-bar/top-bar.tsx(49,36)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/dropdown/dropdown.tsx
./node_modules/argo-ui/src/components/dropdown/dropdown.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/dropdown/dropdown.tsx(52,37)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(53,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(54,37)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(55,41)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(57,97)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(62,45)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx
./node_modules/argo-ui/src/components/tabs/tabs.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/tabs/tabs.tsx(70,37)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx
./node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx(19,21)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx
./node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/sliding-panel/sliding-panel.tsx(35,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup.tsx
./node_modules/argo-ui/src/components/popup/popup.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup.tsx(33,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup.tsx
./node_modules/argo-ui/src/components/popup/popup.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup.tsx(38,29)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx
./node_modules/argo-ui/src/components/popup/popup-manager.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx(2,81)
TS7016: Could not find a declaration file for module 'react-form'. '/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/react-form/dist/index.js' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx
./node_modules/argo-ui/src/components/popup/popup-manager.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx(91,34)
TS7006: Parameter 'api' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx
./node_modules/argo-ui/src/components/popup/popup-manager.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/popup/popup-manager.tsx(92,27)
TS7006: Parameter 'api' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/select/select.tsx
./node_modules/argo-ui/src/components/select/select.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/select/select.tsx(88,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/select/select.tsx
./node_modules/argo-ui/src/components/select/select.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/select/select.tsx(93,44)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx
./node_modules/argo-ui/src/components/form-field/form-field.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx(3,28)
TS7016: Could not find a declaration file for module 'react-form'. '/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/react-form/dist/index.js' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx
./node_modules/argo-ui/src/components/form-field/form-field.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx(40,28)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx
./node_modules/argo-ui/src/components/form-field/form-field.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/form-field/form-field.tsx(55,25)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(3,36)
TS7016: Could not find a declaration file for module 'react-autocomplete'. '/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/react-autocomplete/build/lib/Autocomplete.js' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(56,30)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(109,34)
TS7006: Parameter 'menuItems' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(109,45)
TS7006: Parameter '_' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(109,48)
TS7006: Parameter 'style' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(115,28)
TS7006: Parameter 'item' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(118,26)
TS7006: Parameter 'item' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(118,32)
TS7006: Parameter 'isSelected' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete.tsx(119,33)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx(3,28)
TS7016: Could not find a declaration file for module 'react-form'. '/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/react-form/dist/index.js' implicitly has an 'any' type.
ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx
./node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx
[tsl] ERROR in /Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/src/components/autocomplete/autocomplete-field.tsx(15,39)
TS2349: This expression is not callable.
Type 'typeof import("/Users/kkaizu/dev/src/github.com/argoproj/argo-workflows/ui/node_modules/argo-ui/node_modules/classnames/index")' has no call signatures. UPDATE ➡️ #7598 |
Signed-off-by: krrrr38 <[email protected]>
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.
LGTM
@@ -24,3 +25,31 @@ func Test_infoServer_GetUserInfo(t *testing.T) { | |||
assert.Equal(t, "my-sa", info.ServiceAccountName) | |||
} | |||
} | |||
|
|||
func Test_infoServer_GetInfo(t *testing.T) { |
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.
nice
Head branch was pushed to by a user without write access
25a5994
to
6024f07
Compare
Signed-off-by: krrrr38 <[email protected]>
@alexec sorry, fixed golang-ci 😇 . CI succeeded. |
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 [email protected]
make pre-commit -B
to fix codegen, lint, and commit message problems.Motivation
I want to distinguish multiple argo-workflows easily not to operate invalid operation on different environments.
Fixes #1451
How to solve
GetInfo
apiDiscussions
There are some discussions about this feature.
theme
and css maintained by argoTo archive my goal, I add nav bar color config for following reasons.
theme
feature which support onlydark
orstyle
theme
, to distinguish multiple environments, we need to provides 3?, 4?,... themes. (dev, stg, prd, e2e, x division? x teams?,...)So, I add nav bar background color as global argo-workflow ui config. I hope this
ui
config might be support icon, title, and so on.Check
#7387 (comment)