This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a checkbox to disable confirmation dialog & disable hiding final …
…item (#84) * disable hiding last and checkbox WIP * move last check into Host/Beacon from Dialog/setLast * check ifLast in server/host/beacon meta to disable hiding last * refactor to use hooks to check last and move useToggleHidden hooks * refactor tab-hosts/beacons to hooks for toggle check lastTabItem * refactor ternary operator in useBeacons * route to allHosts when hiding last tabItem, Dialog txt change * comment out partial hiding server test since it's the final server in gt * minor txt change, multServer upload * attempt to fix resize error --------- Co-authored-by: Sebastian Ang <dajian.ang@pnnl.gov>
- Loading branch information
1 parent
d2e0355
commit df5fa37
Showing
21 changed files
with
390 additions
and
175 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
32 changes: 5 additions & 27 deletions
32
applications/client/src/views/Campaign/Explore/Panels/Beacon/Beacons.tsx
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
21 changes: 4 additions & 17 deletions
21
applications/client/src/views/Campaign/Explore/Panels/Beacon/HostBeacons.tsx
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.