-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDC Migration: migrate mat-slider in image card (#6666)
## Motivation for features / changes Angular mandated migration to new MDC components. ## Technical description of changes Migrating the component was straightforward. The difficult piece was to adjust to match the custom tick highlights which indicate if the image is within the range or selection from linked time. We used to highlight the entire slider within the range. I do not find that to be useful and so I removed it. ## Screenshots of UI changes (or N/A) Without linked time: <img width="820" alt="Screenshot 2023-10-25 at 3 40 19 PM" src="https://github.com/tensorflow/tensorboard/assets/8672809/8cc28c6c-471e-4f00-a557-589fe0d022e0"> <img width="820" alt="Screenshot 2023-10-25 at 3 40 29 PM" src="https://github.com/tensorflow/tensorboard/assets/8672809/4fc22308-8787-4cba-b15a-a42b282a50ba"> With linked time and a range from 0-4: <img width="821" alt="Screenshot 2023-10-25 at 3 33 51 PM" src="https://github.com/tensorflow/tensorboard/assets/8672809/c5f63b41-e93f-4332-89d4-69a7a589a8b5"> <img width="825" alt="Screenshot 2023-10-25 at 3 34 38 PM" src="https://github.com/tensorflow/tensorboard/assets/8672809/45d8ecf2-f0e2-4259-95cb-0f5f1682fe82">
- Loading branch information
1 parent
9b21992
commit 49999d6
Showing
6 changed files
with
41 additions
and
243 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
Oops, something went wrong.