-
Notifications
You must be signed in to change notification settings - Fork 29
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
Experiments table ux improvements #1602
Conversation
de00910
to
ea2408e
Compare
3dd6b4a
to
c872abe
Compare
@@ -14,7 +14,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding; | |||
|
|||
// Dark Theme | |||
|
|||
$row-bg-alt-color: rgba(60, 60, 60, 0.7); | |||
$row-bg-alt-color: var(--vscode-sideBar-background); |
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] Seems a better color for this might be --vscode-tree-tableOddRowsBackground
Screen.Recording.2022-04-28.at.11.34.51.am.mov
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.
note that for some reason the dotted lines are not covered again in the above demo
@@ -14,7 +14,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding; | |||
|
|||
// Dark Theme | |||
|
|||
$row-bg-alt-color: rgba(60, 60, 60, 0.7); | |||
$row-bg-alt-color: var(--vscode-sideBar-background); | |||
$header-bg-color: #303031; |
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] We should remove all of these. I've raised a checkbox under #1603
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.
Can be done in follow up
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.
LGTM, fixing the odd rows gives me the impression that we need to remove the rest of the "try to match every light or dark theme with a single color" colors ASAP.
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.
Great iteration! More to do overall, but that can be done in follow-up PRs.
Code Climate has analyzed commit c98fbbf and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
This PR addresses the following UX improvement requests:
From #1565:
Figma link
From #1597: