This is an automated email from the ASF dual-hosted git repository.
kasiazjc pushed a change to branch compact-filter-pills
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6a16e7dca4d refactor(listview): CompactSelectPanel reuses
Select/AsyncSelect
add 75d731398e9 Revert "refactor(listview): CompactSelectPanel reuses
Select/AsyncSelect"
add d013003cf11 fix(listview): match search top padding to left/right for
consistency
add 345d87b4b0c docs: update compact filter pills screenshots
add 6c49ad74f96 fix(listview): remove duplicate top padding on panel
container
add a704330400e docs: retake screenshots — tooltip, dropdown, active state
add ade1a0e5e20 fix(listview): close dropdown on resize; add OptionList
padding
new 94aa03bd3db fix(listview): fix search input clipping and match antd
option height
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/filter-screenshots/01-pills-inactive.png | Bin 6900 -> 6925 bytes
docs/filter-screenshots/02-dropdown-open.png | Bin 23157 -> 10467 bytes
.../filter-screenshots/03-pill-active-clearall.png | Bin 0 -> 6075 bytes
docs/filter-screenshots/03-pill-active.png | Bin 11513 -> 7103 bytes
docs/filter-screenshots/04-owner-dropdown.png | Bin 0 -> 12651 bytes
docs/filter-screenshots/04-tooltip.png | Bin 12893 -> 7190 bytes
docs/filter-screenshots/05-owner-dropdown.png | Bin 0 -> 8247 bytes
docs/filter-screenshots/05-tooltip.png | Bin 0 -> 7063 bytes
docs/filter-screenshots/06-chart-list.png | Bin 0 -> 6046 bytes
.../src/components/Select/types.ts | 1 -
.../ListView/Filters/CompactFilterTrigger.tsx | 11 +-
.../ListView/Filters/CompactSelectPanel.test.tsx | 301 +++++++++++--------
.../ListView/Filters/CompactSelectPanel.tsx | 324 +++++++++++++++------
13 files changed, 414 insertions(+), 223 deletions(-)
create mode 100644 docs/filter-screenshots/03-pill-active-clearall.png
create mode 100644 docs/filter-screenshots/04-owner-dropdown.png
create mode 100644 docs/filter-screenshots/05-owner-dropdown.png
create mode 100644 docs/filter-screenshots/05-tooltip.png
create mode 100644 docs/filter-screenshots/06-chart-list.png