-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vision explanation dashboard -- Image explorer view #1587
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1587 +/- ##
=======================================
Coverage 88.89% 88.89%
=======================================
Files 109 109
Lines 5402 5402
=======================================
Hits 4802 4802
Misses 600 600
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1a0f02c
to
ea106b6
Compare
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/ImageList.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/ImageList.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/ImageList.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/TitleBar.styles.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/TitleBar.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/TitleBar.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboardStyles.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboardStyles.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboardStyles.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/Controls/ImageList.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboardStyles.ts
Outdated
Show resolved
Hide resolved
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboardStyles.ts
Outdated
Show resolved
Hide resolved
9a4e023
to
0c3624c
Compare
df3ffda
to
ca7ad0a
Compare
1 similar comment
top: "2px" | ||
}, | ||
successIcon: { | ||
color: "#107c10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might have missed, will you be using semantic colors in all places in coming PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, what are semantic colors? I just copied and pasted the values from the Fluent UI theme colors docs, but I can change it to use the get theme stuff too if that's preferred.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes you need to use the theme stuff, not specific values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can update in separate PR too I think, that's ok
merged PR on @jamesbchao 's behalf - please update colors to be semantic though for that last comment in separate PR |
Description
The image explorer view frontend. Limited functionality including resizing images and switching tabs. Panel/flyout functionality and other tabs will be included in subsequent PRs once this one is merged.
Checklist