Commit Graph

348 Commits (feat/form-modal-nav)
 

Author SHA1 Message Date
Samuel Rowe b2aff6207a feat(frontend): implemented labels form for volume modals 3 years ago
Samuel Rowe 3f3185aabe feat(frontend): updated general form to work with new form shape
* Added CSS for row gap.
3 years ago
Samuel Rowe a7ee6738c3 feat(frontend): updated `CreateVolumeModal` to work with new form shape 3 years ago
Samuel Rowe 46f7e212b8 feat(frontend): created utilities for volume forms 3 years ago
Samuel Rowe e0a81cbeca feat(frontend): created `IEditVolumeForm` interface 3 years ago
Samuel Rowe 61344ff300 refactor(frontend): moved `checkArray` function to utils module 3 years ago
Samuel Rowe c06f688cf3 refactor(frontend): renamed `ModalVolumeCreate` to `CreateVolumeModal` 3 years ago
Samuel Rowe d68de05dc2 refactor(frontend): renamed `Volume` directory to `volume` 3 years ago
Artem Golub 138fd407b5
Merge pull request #75 from nuxxapp/feat/forms-update
Updated form state shape
3 years ago
Samuel Rowe 5957758f1f feat(frontend): updated `Record` to render toggles
* The `Record` component now accepts `type` and `options` props.
3 years ago
Samuel Rowe 05fe8059f3 feat(frontend): created `Toggle` component 3 years ago
Samuel Rowe 31336c6f55 feat(frontend): implemented Yup port validation 3 years ago
Samuel Rowe 63b9d11491 fix(frontend): fixed issue where error message pushed text field up 3 years ago
Samuel Rowe b66818ec2f refactor(frontend): renamed `InputField.tsx` to `TextField.tsx` 3 years ago
Samuel Rowe beaef44426 fix(frontend): fixed incorrect initial value for new volume record 3 years ago
Samuel Rowe 9a262d67a4 fix(frontend): fixed incorrect initial value for new port record 3 years ago
Samuel Rowe d5720a7bff feat(frontend): added image name and tag attributes to general tab 3 years ago
Samuel Rowe 396a1a61a5 feat(frontend): updated `getInitialValues` to transform values to form state shape
* Renamed `serialize`/`transform` to `getFinalValues`.
3 years ago
Samuel Rowe 9d4db94516 feat(frontend): updated create and edit forms to use `transform` utility 3 years ago
Samuel Rowe a5bc776f85 fix(frontend): fixed incorrect field names in volumes tab 3 years ago
Samuel Rowe 9e8f9e63e7 feat(frontend): created `transform` utility function 3 years ago
Samuel Rowe 14c82fe649 feat(frontend): updated styles for general tab 3 years ago
Samuel Rowe 379de7c3e8 feat(frontend): updated create/edit tab forms to use new state shape 3 years ago
Samuel Rowe cae905bf4e feat(frontend): updated `ModelServiceEdit` component to use form utilities 3 years ago
Samuel Rowe 898f9246f5 feat(frontend): updated `ModelServiceCreate` component to use form utilities 3 years ago
Samuel Rowe 0ce415cb0a feat(frontend): created utilities for create/edit service forms 3 years ago
Samuel Rowe 225e80b8ac feat(frontend): updated `TextField` component 3 years ago
Samuel Rowe e45e686ac7 feat(frontend): updated `Record` component to use `TextField`
* Removed `formik` prop.
3 years ago
Samuel Rowe 6c51e65d3e feat(frontend): created `IEditServiceForm` interface 3 years ago
Samuel Rowe eb3e67d9e5 feat(frontend): updated font style for group title 3 years ago
Samuel Rowe 2c0a0afede feat(frontend): updated icons and labels for actions in canvas editor 3 years ago
Samuel Rowe aab9906be0 feat(frontend): generate random project names 3 years ago
Samuel Rowe cdf81bec72 build(frontend): added `random-words` as dependency 3 years ago
Samuel Rowe 76572fd15f feat(frontend): created ports section to general tab 3 years ago
Samuel Rowe 0acdc82a76 feat(frontend): updated description font size 3 years ago
Samuel Rowe 951da8246c feat(frontend): updated label for new project button 3 years ago
Samuel Rowe 4ab9acdfab feat(frontend): implemented records form in volumes tab 3 years ago
Samuel Rowe 66dfd5e881 feat(frontend): added theme to `CssVarsProvider` 3 years ago
Samuel Rowe a2b35a772f feat(frontend): created theme object 3 years ago
Samuel Rowe ec0bd31ed0 feat(frontend): added `required` prop to `Record` component 3 years ago
Samuel Rowe b7e9ffca33 feat(frontend): updated UI for labels tab 3 years ago
Samuel Rowe 82b918f075 feat(frontend): updated UI for environment variables tab 3 years ago
Samuel Rowe afb59d33e1
Merge pull request #74 from nuxxapp/feat/networks
Networks modal and initial form with state
3 years ago
Artem Golub 9065d0cba1 feat: networks modal and initial form with state 3 years ago
Samuel Rowe fa53ce6f63
Merge pull request #73 from nuxxapp/refactor/code-generation
Code generation cleanup
3 years ago
Artem Golub 51e3e0834f fix: update volume initial values 3 years ago
Artem Golub e94e2ce2d1 feat: code generation cleanup 3 years ago
Samuel Rowe 7ec8a03e4d
Merge pull request #72 from nuxxapp/refactor/canvas-data
Updated project data, removed old interfaces, and added node icon component
3 years ago
Samuel Rowe 0f2cdf1c6f refactor(frontend): minor changes to make code more readable 3 years ago
Samuel Rowe 72c3f2dec5 build(frontend): regenerated `yarn.lock` 3 years ago