-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI bugs party (high priority tasks) (#1851)
This pull request includes significant changes to the `frontend/webapp` directory, focusing on renaming components, updating styles, and removing unused components. The most important changes include renaming several files and components, updating CSS styles, and removing deprecated components. ### Component Renaming: * [`frontend/webapp/containers/main/actions/action-drawer/index.tsx`](diffhunk://#diff-5f56695cd2d0ca6bcd28f372653c71d8c4dab572b08715c1f36b7acc5cf50f60R2-L11): Renamed from `action-drawer-container/index.tsx` and updated imports and references to reflect the new name. [[1]](diffhunk://#diff-5f56695cd2d0ca6bcd28f372653c71d8c4dab572b08715c1f36b7acc5cf50f60R2-L11) [[2]](diffhunk://#diff-5f56695cd2d0ca6bcd28f372653c71d8c4dab572b08715c1f36b7acc5cf50f60L39-R42) [[3]](diffhunk://#diff-5f56695cd2d0ca6bcd28f372653c71d8c4dab572b08715c1f36b7acc5cf50f60L89-R92) * [`frontend/webapp/containers/main/actions/action-form-body/index.tsx`](diffhunk://#diff-13a4f6f896b629d2504615533aa1d48fe792fbadb7132f640b09c03312243ee9L5-R8): Renamed from `choose-action-body/index.tsx` and updated imports and references to reflect the new name. [[1]](diffhunk://#diff-13a4f6f896b629d2504615533aa1d48fe792fbadb7132f640b09c03312243ee9L5-R8) [[2]](diffhunk://#diff-13a4f6f896b629d2504615533aa1d48fe792fbadb7132f640b09c03312243ee9L26-R26) [[3]](diffhunk://#diff-13a4f6f896b629d2504615533aa1d48fe792fbadb7132f640b09c03312243ee9L48-L49) ### CSS Updates: * [`frontend/webapp/app/globals.css`](diffhunk://#diff-0ad5feab59ca691369930750cde64b75419ddd0dbe0e567e069550de11c4b051R5-R9): Added custom scrollbar styles to improve UI consistency. ### Component Updates: * [`frontend/webapp/app/(setup)/choose-destination/page.tsx`](diffhunk://#diff-a5bf9835aacf24e306780f3d34f808144b9bd35c4621caa9e84ef65f74c5110bL5-R13): Replaced `ChooseDestinationContainer` with `AddDestinationContainer` to reflect updated component usage. * [`frontend/webapp/components/common/configured-fields/index.tsx`](diffhunk://#diff-03463bf02731c500640be42702debbd088df7a64298eac7d7474f5864f0c6022L85-L87): Added `withIcon` prop to `Tooltip` component for enhanced UI. ### Component Removal: * Removed deprecated components and their exports in the `frontend/webapp/components/destinations` directory, including `add-destination-button`, `edit-destination-form`, and `monitors-tap-list`. [[1]](diffhunk://#diff-f7c0d745d7d9b8402a9ef58a20e357fecbbba57a4a959b506f0b4bf35cbea521L1-L33) [[2]](diffhunk://#diff-4550d93f531d2fd35db5e6a0c5b43d366ccf81f90ce98f728b2babc2d0ab1c53L1-L35) [[3]](diffhunk://#diff-8abd4690321df46172b1c1666c6580c02f3352e9ba818d1a58abfd856b70f86eL1-L53) [[4]](diffhunk://#diff-a103f3e48f6bb832f2ca24b94c97f279b7d1e8a32ee3b59d6b5ac026d259e507L1-L3) [[5]](diffhunk://#diff-9a255ecda06fb13562b464a919eb789a51ea8728251b2aa31c28babfd8f3405dL4) These changes collectively improve the codebase by updating component names for clarity, enhancing UI elements, and removing unused components to streamline the project.
- Loading branch information
1 parent
f448924
commit a7a7dfa
Showing
98 changed files
with
1,326 additions
and
1,607 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
33 changes: 0 additions & 33 deletions
33
frontend/webapp/components/destinations/add-destination-button/index.tsx
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
frontend/webapp/components/destinations/edit-destination-form/index.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
frontend/webapp/components/destinations/monitors-tap-list/index.tsx
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
export * from './setup'; | ||
export * from './overview'; | ||
export * from './common'; | ||
export * from './destinations'; | ||
export * from './main'; | ||
export * from './modals'; | ||
export * from './notification'; |
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.