Kamil Gabryjelski
4234031cba
feat(explore): UX improvements for drag'n'dropping time column ( #15740 )
2021-07-19 01:52:34 +08:00
Kamil Gabryjelski
66c28d653f
fix(explore): DndColumnSelect sometimes not working with multi: false ( #15731 )
...
* fix(explore): DndColumnSelect not working with multi: false
* fix values not synchronized when dataset changes
2021-07-16 14:20:13 +02:00
Ajay M
f8b270d419
fix(explore): Explore page boolean filter is broken for Presto DB ( #14952 )
...
* Front end update - modify OPERATORS, to have SQL operation and display value
* Updated tests
* More tests
* Remove OPERATOR imports
* Fix break tests
* PR comments
* fix issue with comparator loading
* rename a variable
* Linting
2021-06-10 09:08:04 -07:00
Ville Brofeldt
65714cc201
fix(dnd): add isExtra prop to Option ( #15080 )
2021-06-10 12:13:20 +03:00
Kamil Gabryjelski
d03c608ce1
fix(explore): DndColumnSelect not handling controls with "multi: false" ( #14737 )
...
* fix(explore): DndColumnSelect not handling controls with multi={false}
* Implement translations for singular and plural cases
* Fix test
2021-05-24 09:53:46 +02:00
Michael S. Molina
fd8b2cb89b
fix: Fixes group by control icon colors ( #14674 )
2021-05-17 13:53:32 -07:00
Michael S. Molina
9deb7aa3c1
chore: Replaces Icon with Icons component - iteration 1 ( #14469 )
2021-05-17 10:24:56 -07:00
David Aaron Suddjian
f16c708fab
fix(dashboard): check edit permissions correctly on frontend ( #14626 )
...
* fix(dashboard): check edit permissions correctly on frontend
* fix types, appease linter
* handle nulls better
2021-05-14 12:18:38 -07:00
Ville Brofeldt
3f6bd1e4a4
feat: add generic type to column payload ( #14547 )
...
* feat: add generic type to column payload
* feat: add generic type to column payload
* xit flaky test
2021-05-13 09:36:09 +03:00
Phillip Kelley-Dotson
3eef38f309
refactor: change xsm Icons and dnd icons to new dynamic icons ( #14419 )
...
* intial commit
* fix test and add more icons
* fix lint
2021-05-12 22:52:25 -07:00
Kamil Gabryjelski
b030c9801c
chore: Move styles from .less stylesheet to emotion in Explore ( #14485 )
...
* Move some styles from .less stylesheet to emotion in Explore
* Replace Global styles with local styled components
* Address comments
2021-05-05 15:36:52 +02:00
Michael S. Molina
8441590812
chore: Moves Tooltip to the components folder ( #14137 )
2021-04-20 08:47:47 -07:00
Kamil Gabryjelski
6119d8e998
Fix filter edit popover not opening in DnD mode ( #14243 )
2021-04-20 11:45:48 +02:00
Jesse Yang
65940770ac
feat(explore): adhoc column formatting for Table chart ( #13758 )
2021-04-01 23:28:42 -07:00
Michael S. Molina
42c7e2cae6
test: Adds tests to dnd controls ( #13650 )
2021-04-01 09:11:33 -07:00
Michael S. Molina
6fd62e3f7e
test: Adds tests to the OptionControls component ( #13729 )
2021-03-31 18:07:22 -07:00
Kamil Gabryjelski
ae66f5fa78
feat(explore): Drag and drop UX improvements ( #13598 )
...
* Create a metric immediately when saved metric is dropped
* Display borders around control boxes when metric or column is dragged
* Fix imports
* Display ghost button
* Rename placeholder to ghostButton
2021-03-15 12:47:13 +02:00
Kamil Gabryjelski
d439da2fe0
feat: Implement drag and drop for metrics ( #13575 )
...
* Convert MetricsControl to functional component
* Implement drag and drop for metrics
* Implement customizable placeholder for DndSelectLabel
2021-03-12 12:31:17 +08:00
Kamil Gabryjelski
7b370e6f17
feat: Implement drag and drop columns for filters ( #13340 )
...
* Implement DnD feature for filters
* minor refactor
* Fix types
* Fix undefined error
* Refactor
* Fix ts errors
* Fix conflicting dnd types
* Bump superset-ui packages
* Change DndItemType case to PascalCase
* Remove redundant null check
* Fix
* Fix csrf mock api call
2021-03-07 11:54:08 +02:00
Yongjie Zhao
1e3130d588
feat(explore): ColumnSelectControl with drag-and-drop ( #13210 )
...
* initial dnd
* shift group by items
* lint
* fix shift options
* wip
* wip
* fix shift action
* support scalar dimentions
* control rename to DndColumnSelectControl
* remove unused files
* added feature flag
* ff to False by default
* fix ut
* lint
* improve code smell
* added indicator
* replace value when column is scalcar
* scalar to isArray
* var rename
* minor fix
* update dependence
* minor fix
2021-02-26 16:48:23 +08:00