superset/superset-frontend/src
Ajay M 9e6d5fc775
feat(dashboard): Let users re-arrange native filters (#16154)
* feat. flag: ON

* refactor filter tabs

* WIP

* Drag and Rearrange, styling

* refactoring dnd code

* Add apache license header

* Fix bug reported during PR review

* Minor fix on remove

* turn off filters

* Fix status

* Fix a test

* Address PR comments

* iSort fixes

* Add type key to the new filters

* Fix wrong attribute

* indent

* PR comments

* PR comments

* Fix failing tests

* Styling

* Fix remove filter

* Fix the drag issue

* Save works

* fix

* Write tests

* Style changes

* New Icon

* Grab & Grabbing Cursor

* Commented out code

* Fix tests, fix CI

* Fix failing tests

* Fix test

* Style fixes

* portal nodes dependency

* More style fixes

* PR comments

* add unique ids to collapse panels

* Filter removal bug fixed

* PR comments

* Fix test warnings

* delete filter tabs

* Fix the breaking test

* Fix warnings

* Fix the weird bug on cancel

* refactor

* Fix broken scope
2021-10-15 16:56:33 -07:00
..
addSlice fix: Select refactoring known issues (#16666) 2021-09-14 17:39:27 +03:00
assets chore: Adds the drag icon (#16919) 2021-09-30 10:29:12 -03:00
chart fix: handle mixed time-series error (#16928) 2021-10-05 16:00:22 +03:00
common feat(linting): restrict direct use of supersetTheme in favor of ThemeProvider (#17001) 2021-10-07 08:26:57 -06:00
components fix(sqllab): Hover tooltip flashes in SQL Lab (#17068) 2021-10-14 16:23:22 -07:00
CRUD chore: Moves the stylesheets folder to the assets folder (#16880) 2021-09-30 09:28:38 -03:00
dashboard feat(dashboard): Let users re-arrange native filters (#16154) 2021-10-15 16:56:33 -07:00
dataMask fix: Clear native filters state (#16893) 2021-09-29 13:50:21 +03:00
datasource fix: Owners selection in dataset edit UX (#17063) 2021-10-12 20:27:56 -04:00
explore feat: Custom filters control (#17006) 2021-10-15 14:14:04 +03:00
filters chore: Moves spec files to the src folder - iteration 5 (#16927) 2021-10-01 11:24:41 -03:00
logger fix: reset perf logger timer for soft navigation for SPA pages (#16668) 2021-09-13 10:16:07 -07:00
middleware chore: Moves spec files to the src folder - iteration 6 (#16935) 2021-10-04 10:56:30 -03:00
modules chore: Moves spec files to the src folder - iteration 5 (#16927) 2021-10-01 11:24:41 -03:00
profile fix(other): column name in created content on profile page (#17029) 2021-10-11 23:21:05 +08:00
reports chore: Moves messageToasts to the components folder (#14431) 2021-09-22 07:44:54 -03:00
setup chore(Dashboard): Implement dedicated message for missing dataset (#16959) 2021-10-08 17:01:00 +03:00
showSavedQuery chore: Moves spec files to the src folder - iteration 5 (#16927) 2021-10-01 11:24:41 -03:00
SqlLab chore: no direct use of supersetTheme (or bad LESS vars) in SqlEditor (#16999) 2021-10-07 09:46:37 +02:00
types refactor(explore): improve typing for Dnd controls (#16362) 2021-08-26 01:23:14 -07:00
utils chore: Moves the stylesheets folder to the assets folder (#16880) 2021-09-30 09:28:38 -03:00
views fix for undefined userId (#17117) 2021-10-15 01:08:57 -07:00
visualizations chore: Moves the stylesheets folder to the assets folder (#16880) 2021-09-30 09:28:38 -03:00
constants.ts feat(native-filters): add support for preselect filters (#15427) 2021-06-29 18:57:49 +03:00
featureFlags.ts fix: use FeatureFlags in @superset-ui/core (#13679) 2021-03-18 09:13:50 -07:00
preamble.ts feat(linting): restrict direct use of supersetTheme in favor of ThemeProvider (#17001) 2021-10-07 08:26:57 -06:00
reduxUtils.ts fix(dashboard): race condition between hydrating dashboard and set active tabs (#17084) 2021-10-13 20:18:44 +02:00
theme.ts chore: Moves the stylesheets folder to the assets folder (#16880) 2021-09-30 09:28:38 -03:00