Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

795 implement ui for initial filters#10

Merged
echappen merged 4 commits intospotlight-3.0from
795-implement-ui-for-initial-filters
Nov 5, 2020
Merged

795 implement ui for initial filters#10
echappen merged 4 commits intospotlight-3.0from
795-implement-ui-for-initial-filters

Conversation

@echappen
Copy link
Copy Markdown

@echappen echappen commented Nov 5, 2020

No description provided.

When field is selected and it's filterable. the appropriate filter will appear underneath the checkbox

Pending: passing Unit tests for UI components
Since filter fields are hidden until field is selected, user should know which fields can be filtered up-front.
places icon of filter next to filterable field checkbox labels
Copy link
Copy Markdown

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.


const Dropdown = (props) => {
return (
<select
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input.


const TextInput = (props) => {
return (
<input
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input.

Copy link
Copy Markdown

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

👏 You fixed the issue(s)! Great work.

@echappen echappen merged commit 4336a0e into spotlight-3.0 Nov 5, 2020
@echappen echappen deleted the 795-implement-ui-for-initial-filters branch November 5, 2020 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant