Skip to content
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

chore: launch form bug for fast-registered workflows #679

Merged
merged 2 commits into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteorg/console",
"version": "0.0.7",
"version": "0.0.8",
"description": "Flyteconsole main app module",
"main": "./dist/index.js",
"module": "./lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { TextField, Card, CardContent, CardHeader } from '@material-ui/core';
import * as React from 'react';
import { TextField, Card, CardContent, CardHeader } from '@material-ui/core';
import { useState } from 'react';
// import Form from '@rjsf/material-ui';
import Form from '@rjsf/material-ui';
import { MuiThemeProvider, createTheme } from '@material-ui/core/styles';
import { makeStringChangeHandler } from './handlers';
import { InputProps } from './types';
import { getLaunchInputId } from './utils';
import { protobufValueToPrimitive, PrimitiveType } from './inputHelpers/struct';

const Form = require('@rjsf/material-ui');

const muiTheme = createTheme({
props: {
MuiTextField: {
Expand Down
72 changes: 71 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,77 @@ __metadata:
languageName: unknown
linkType: soft

"@flyteorg/console@^0.0.7, @flyteorg/console@workspace:packages/console":
"@flyteorg/console@npm:^0.0.7":
version: 0.0.7
resolution: "@flyteorg/console@npm:0.0.7"
dependencies:
"@date-io/moment": 1.3.9
"@emotion/core": 10.1.1
"@flyteorg/common": ^0.0.3
"@flyteorg/components": ^0.0.3
"@flyteorg/flyte-api": ^0.0.2
"@flyteorg/flyteidl-types": ^0.0.3
"@flyteorg/locale": ^0.0.2
"@flyteorg/ui-atoms": ^0.0.3
"@material-ui/core": ^4.12.4
"@material-ui/icons": ^4.11.3
"@material-ui/pickers": ^3.2.2
"@rjsf/core": 3.2.1
"@rjsf/material-ui": 3.2.1
"@rjsf/utils": ^5.0.0-beta.12
"@rjsf/validator-ajv6": ^5.0.0-beta.12
"@types/d3-shape": ^1.2.6
"@xstate/react": ^1.0.0
axios: ^0.27.2
chart.js: 3.6.2
chartjs-plugin-datalabels: 2.0.0
classnames: ^2.3.1
copy-to-clipboard: ^3.0.8
cronstrue: ^1.31.0
d3-dag: ^0.3.4
d3-shape: ^1.2.2
dagre: 0.8.5
dagre-d3: ^0.6.4
debug: 2.6.9
dom-helpers: ^3.4.0
fuzzysort: ^1.1.1
intersection-observer: ^0.7.0
js-yaml: ^3.13.1
linkify-it: ^2.2.0
lodash: ^4.17.21
lossless-json: ^1.0.3
memoize-one: ^5.0.0
moment: ^2.29.4
moment-timezone: ^0.5.28
notistack: ^1.0.10
object-hash: ^1.3.1
prop-types: 15.6.0
query-string: ^6.5.0
react-chartjs-2: ^4.3.1
react-flow-renderer: 10.3.8
react-ga4: ^1.4.1
react-intersection-observer: ^8.25.1
react-json-view: ^1.21.3
react-loading-skeleton: ^1.1.2
react-query: 3.3.0
react-query-devtools: 3.0.0-beta.1
react-virtualized: ^9.21.1
shallowequal: ^1.1.0
url-search-params: ^0.10.0
xstate: 4.33.6
peerDependencies:
long: ^4.0.0
protobufjs: ~6.11.3
react: ^16.14.0
react-dom: ^16.14.0
react-router: ^5.3.4
react-router-dom: ^5.3.4
use-react-router: ^1.0.7
checksum: 998c925f806d61cd549687fb36d24c765f42daacd1892dea8c2fc1f334ce8e1d0146bf1687f7e1328a4df29fd620d78f5ecc17ca7e4547d595420c876e963fd8
languageName: node
linkType: hard

"@flyteorg/console@workspace:packages/console":
version: 0.0.0-use.local
resolution: "@flyteorg/console@workspace:packages/console"
dependencies:
Expand Down