Commit Graph

401 Commits (master)
 

Author SHA1 Message Date
Samuel Rowe b272078f99 feat(frontend): updated toggles to be optionally empty 3 years ago
Samuel Rowe 859ddc0398
Merge pull request #78 from nuxxapp/feat/network-forms
Created network forms
3 years ago
Samuel Rowe 5f94c1ec62 refactor(frontend): removed unnecessary utility functions 3 years ago
Samuel Rowe 29ed43ce9f feat(frontend): removed default values such as 'unknown' and 'unnamed' 3 years ago
Samuel Rowe 46d03d809a fix(frontend): fixed logic for generating final values for network forms
* Previously, final values were generated by merging with previous state.
   This caused unexpected overwriting of values. Therefore, we do not merge
   states anymore.
3 years ago
Samuel Rowe 2e2349f6ab feat(frontend): updated submit button UI in edit network modal 3 years ago
Samuel Rowe 70ef1e13a7 feat(frontend): updated submit button UI in create network modal 3 years ago
Samuel Rowe 58aba1da61 feat(frontend): updated spacing in general tab of network modal 3 years ago
Samuel Rowe c06b3fe102 feat(frontend): integrated network list in `ModalNetwork` component
* The empty records component is now rendered when no networks are found.
3 years ago
Samuel Rowe 420ccdd2f3 feat(frontend): removed delete button from `EditNetworkModal` component 3 years ago
Samuel Rowe dcc8b57004 feat(frontend): created `NetworkList` component 3 years ago
Samuel Rowe 3c23e902e9 fix(frontend): fixed `getInitialValues` and `getFinalValues` to work with IPAM and labels correctly 3 years ago
Samuel Rowe 6930cda7bd fix(frontend): fixed incorrect tab identifier in edit network modal 3 years ago
Samuel Rowe 8264d6cac8 feat(frontend): updated management networks modal title 3 years ago
Samuel Rowe 5f3a319c36 feat(frontend): created `EmptyNetworks` component 3 years ago
corpulent 6c59f6e18e fix: creating and updating a network 3 years ago
Samuel Rowe f2be93951f feat(frontend): implemented labels form for network modal 3 years ago
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