Skip to content

Conversation

@danmarshall
Copy link
Collaborator

No description provided.

@danmarshall danmarshall marked this pull request as draft January 7, 2025 23:04
@danmarshall danmarshall marked this pull request as ready for review January 10, 2025 23:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 17 changed files in this pull request and generated no comments.

Files not reviewed (12)
  • .vscode/launch.json: Language not supported
  • src/scss/App.scss: Language not supported
  • src/scss/DataView.scss: Language not supported
  • src/scss/EncodingShelf.scss: Language not supported
  • src/views/ReactTable.tsx: Evaluated as low risk
  • src/views/EncodingShelfThread.tsx: Evaluated as low risk
  • src/views/VisualizationView.tsx: Evaluated as low risk
  • src/views/EncodingBox.tsx: Evaluated as low risk
  • src/views/TableSelectionView.tsx: Evaluated as low risk
  • src/views/ConceptCard.tsx: Evaluated as low risk
  • src/views/DataThread.tsx: Evaluated as low risk
  • src/views/SelectableDataGrid.tsx: Evaluated as low risk
Comments suppressed due to low confidence (2)

src/views/ModelSelectionDialog.tsx:314

  • The error message color is hardcoded. Use a theme color instead for consistency. For example, use color="error".
<Typography variant="caption" color="#c82c2c">

src/views/DataView.tsx:113

  • Using a hardcoded color value is not recommended. It should use the theme's color system for consistency. Replace color="#1770c7" with color="primary".
color="#1770c7" onClick={()=>{ dispatch(dfActions.setFocusedTable(t.id)) }}

@danmarshall danmarshall merged commit c065bdf into main Jan 23, 2025
6 checks passed
@danmarshall danmarshall deleted the a11y-insights branch January 23, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants