Commit Graph

384 Commits (feat/k8s-scaffold)
 

Author SHA1 Message Date
Samuel Rowe cd4ed9b98e feat(frontend): implemented IPAM form 3 years ago
Samuel Rowe cbeea12114 feat(frontend): added new capabilities to `Record` component
* Added `records` type and extended `options` to accept `IRecordProps`.
 * Added `renderLayout`, `renderField`, and `renderRemove` props.
3 years ago
Samuel Rowe f42461cf26 feat(frontend): created `Records` component 3 years ago
Samuel Rowe 2ad70f4485 feat(frontend): updated general form to use updated form shape 3 years ago
Samuel Rowe f754218482 feat(frontend): updated create network modal to use new form shape 3 years ago
Samuel Rowe 76aa3cdd29 feat(frontend): updated network modal title 3 years ago
Samuel Rowe 7e2a2ff845 feat(frontend): created network form utils 3 years ago
Samuel Rowe 241d16c16d feat(frontend): created `IEditNetworkForm` and `INetworkNodeItem` interfaces 3 years ago
Samuel Rowe c00d56e0db feat(frontend): created `classNames` utility 3 years ago
Samuel Rowe 07f56a4211 refactor(frontend): renamed `NetworkEdit` to `EditNetworkModal` 3 years ago
Samuel Rowe e45d3c434f refactor(frontend): renamed `NetworkCreate` to `CreateNetworkModal` 3 years ago
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