-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request includes a variety of changes across multiple files to improve the functionality and user experience of the web application. The most important changes include updates to action labels, enhancements to drawer components, and improvements to form validation and input handling. ### Action Labels: * Changed the label for the latency action to "Latency Sampler" in `frontend/webapp/containers/main/actions/action-modal/action-options.ts` to better reflect its functionality. ### Drawer Enhancements: * Added a delete button with a `TrashIcon` to the `DrawerHeader` component and updated the `OverviewDrawer` to handle delete actions. [[1]](diffhunk://#diff-2410bbb07cf40a69a4bc6a34db093cdfcc2cb9d4b98b144a37a2c6a3e1a511ffR2-R4) [[2]](diffhunk://#diff-2410bbb07cf40a69a4bc6a34db093cdfcc2cb9d4b98b144a37a2c6a3e1a511ffR64-R68) [[3]](diffhunk://#diff-2410bbb07cf40a69a4bc6a34db093cdfcc2cb9d4b98b144a37a2c6a3e1a511ffL96-R115) [[4]](diffhunk://#diff-732721edf7c32d883ffefa52d6e43339c6ee328c88c3cb5f0d87f6760347b599R117-R118) ### Form Validation: * Improved validation for action forms by adding checks for required fields and specific validation for latency sampler endpoints in `useActionFormData`. [[1]](diffhunk://#diff-034891eac1659418ed1ceccc6d28858abafa1f6f5da688a2550123de5ee99841L1-R4) [[2]](diffhunk://#diff-034891eac1659418ed1ceccc6d28858abafa1f6f5da688a2550123de5ee99841R28-R52) ### Input Handling: * Removed unnecessary `handleKeyDown` methods and improved input handling across various reusable components such as `InputList`, `InputTable`, and `KeyValueInputsList`. [[1]](diffhunk://#diff-acee2ab5bcea995f24ca47fd5f34b51d1a222c0b839ea863f0bdc2d2ac5824dcL74-R74) [[2]](diffhunk://#diff-a00687e99957ec5d2b28432fc1959a9819b6f87371692a0bef21cf567bea7bfdL106-L109) [[3]](diffhunk://#diff-a00687e99957ec5d2b28432fc1959a9819b6f87371692a0bef21cf567bea7bfdL121-R117) [[4]](diffhunk://#diff-511aed49818334957716043c1273ee4e2a4c6bdc789f95e3cc2958f4cf603a1eL107-L110) [[5]](diffhunk://#diff-511aed49818334957716043c1273ee4e2a4c6bdc789f95e3cc2958f4cf603a1eL146-R142) [[6]](diffhunk://#diff-be0b643b1628d8036777fd4a042b1d241af86dd5035bfe9548a3b58b0dd0d327L114-L117) [[7]](diffhunk://#diff-be0b643b1628d8036777fd4a042b1d241af86dd5035bfe9548a3b58b0dd0d327L132-R128) [[8]](diffhunk://#diff-be0b643b1628d8036777fd4a042b1d241af86dd5035bfe9548a3b58b0dd0d327L146-R138) ### Notification Note Styling: * Updated the styling and structure of the `NotificationNote` component to enhance its appearance and functionality. [[1]](diffhunk://#diff-aafb83c2f2f513f6ea10e4be1483dd18d389bb09c7708ded9b520e5b3e1d9d42L2-R8) [[2]](diffhunk://#diff-aafb83c2f2f513f6ea10e4be1483dd18d389bb09c7708ded9b520e5b3e1d9d42R57-R67) [[3]](diffhunk://#diff-aafb83c2f2f513f6ea10e4be1483dd18d389bb09c7708ded9b520e5b3e1d9d42L75-R92) [[4]](diffhunk://#diff-aafb83c2f2f513f6ea10e4be1483dd18d389bb09c7708ded9b520e5b3e1d9d42L134-L142)
- Loading branch information
1 parent
94e1e05
commit 1cd219d
Showing
16 changed files
with
121 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.