Commit Graph

373 Commits (feat/volumes-spec)
 

Author SHA1 Message Date
Samuel Rowe 749c25784a refactor(frontend): renamed `Network` to `network` 3 years ago
Samuel Rowe c225f6ae10 refactor(frontend): renamed `Service` to `service` 3 years ago
Samuel Rowe 3aec4b7ff3 feat(frontend): marked entry and volume names as required in volume modal 3 years ago
Samuel Rowe 39533a64c6
Merge pull request #77 from nuxxapp/fix/random-fixes
Fix random issues
3 years ago
corpulent 6d200522b2 fix: label and env values are not required 3 years ago
corpulent 0e57f543d0 fix: proper formats non required fields 3 years ago
corpulent 67999285da fix: pass onSubmit to parent component and close create modal on create 3 years ago
corpulent 6ab4f321f7 fix: markup and close volume modal on create 3 years ago
corpulent 976553824a fix: preview block markup fixes 3 years ago
corpulent 0369ae25a7 fix: markup fix for service create modal 3 years ago
corpulent 95e3f77911 fix: temporary fix for mobile pan 3 years ago
corpulent 6d574736e8 fix: autocomplete off 3 years ago
corpulent a9642ccf39 fix: css and markup improvements 3 years ago
corpulent b0945e6543 feat: set volume and service to edit on create 3 years ago
corpulent 5faffc20ee fix: pretty error on missing project 3 years ago
corpulent f9eab533ba fix: proper node position on create 3 years ago
corpulent 675f613c04 fix: send string to generate code 3 years ago
corpulent 359eb11628 fix: contributing.md update 3 years ago
corpulent 7efcccc190 fix: branding 3 years ago
Artem Golub 4080943699
Merge pull request #76 from nuxxapp/feat/volume-forms
Update volume forms state shape
3 years ago
Samuel Rowe eff3e26e66 fix(frontend): fixed missing argument to `getInitialValues` in `EditVolumeModal` 3 years ago
Samuel Rowe 51870c9e5f feat(frontend): updated edit volume modal to use new form state shape 3 years ago
Samuel Rowe efba82a1cb refactor(frontend): moved `tabs` constant to form utils 3 years ago
Samuel Rowe 5ab98f7c8e feat(frontend): updated labels in `ModalServiceEdit` component 3 years ago
Samuel Rowe 21f8d324a9 refactor(frontend): renamed `ModalVolumeEdit` to `EditVolumeModal` 3 years ago
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