Kamil Gabryjelski
602afbaa31
feat(explore): Move chart header to top of the page ( #19529 )
...
* Move chart header to top of the page
* Implement truncating and dynamic input
* fix typing
* Prevent cmd+z undoing changes when not in edit mode
* Fix tests, add missing types
* Show changed title in altered
2022-04-05 15:20:29 +02:00
Kamil Gabryjelski
a076ae6d99
feat(explore): UI changes in dataset panel on Explore page ( #19394 )
...
* feat(explore): Implement new design for dataset panel
* Fixes
* Replace drag handle in dashboard builder
* Add missing types
* Type fix
* Fix tests
* Fix non-dnd version
* Fix test
* Replace margin with height
2022-03-29 21:11:08 +02:00
Kamil Gabryjelski
a8a48af7fa
chore: Make font-weights themable, fix font faces ( #19236 )
...
* fix(fonts): Import all necessary font packages
* Make html tags themable
* Set bold font weight to 600, add medium font weight to theme
* Replace hard coded font weights with theme variables
* Change some font weight light elements to normal
* Fix tests
* Fix bug in pivot table
* Address code review comments
2022-03-22 09:36:15 +01:00
Michael S. Molina
fd4bd1edbc
chore: Moves components out of the commons folder ( #18931 )
...
* refactor: Moves components out of the commons folder
* Fixes tests
2022-02-25 10:17:32 -03:00
Yongjie Zhao
aa21a963a6
feat: smart tooltip in datasourcepanel ( #18080 )
2022-02-07 22:48:23 +08:00
Yongjie Zhao
dbf5225e1f
chore: bump to superset-ui 0.18.15 ( #17232 )
...
* bump 0.18.15
* prettier and update lock file
2021-10-26 19:25:34 +08:00
Phillip Kelley-Dotson
3f6a24fe1a
chore: add certified columns to top of list ( #16910 )
...
* initial commit
* inital commit
* add suggestions
* remove changes
* Update superset-frontend/src/explore/components/DatasourcePanel/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-10-01 11:50:03 -07:00
Michael S. Molina
90f711f45c
chore: Moves spec files to the src folder - iteration 5 ( #16927 )
2021-10-01 11:24:41 -03:00
Ville Brofeldt
1d890f8913
fix(explore): make clicked dnd filters unique ( #16700 )
2021-09-14 18:01:21 +03:00
Ville Brofeldt
9dfa33fedf
fix(dnd): make clicked dnd metrics unique ( #16632 )
2021-09-08 13:21:21 +03:00
Jesse Yang
ec087507e5
refactor(explore): improve typing for Dnd controls ( #16362 )
2021-08-26 01:23:14 -07:00
Kamil Gabryjelski
2c595b09ea
chore(explore): make metric/column search input clearable ( #16320 )
...
* chore(explore): make metric/column search input clearable
* Fix typo
* Fix test
2021-08-18 12:23:23 +02:00
Geido
2c5731aea3
Show/hide tooltips ( #16192 )
2021-08-12 11:42:48 -06:00
Geido
4e79ffd471
Set label max width ( #15710 )
2021-07-18 22:10:38 -06:00
Kamil Gabryjelski
4234031cba
feat(explore): UX improvements for drag'n'dropping time column ( #15740 )
2021-07-19 01:52:34 +08:00
cccs-RyanS
b9b903f8e6
feat: Adding a show all button to the column/metrics list in the explore view (Allow more than 50 columns to be shown) ( #15153 )
...
* Adding a show all button to the column/metrics list in the explore view
* Update superset-frontend/src/explore/components/DatasourcePanel/index.tsx
Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com >
* Update superset-frontend/src/explore/components/DatasourcePanel/index.tsx
Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com >
* Fixing typo
Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com >
2021-06-27 23:16:53 +03: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
Geido
545e257537
feat: Dynamic imports for the Icons component ( #14318 )
...
* Add aria-label and twotone
* Enhance LazyIcon
* Fix tests and solve ject warnings
* Add new line
* Revert package-lock to master
* Fix failing test
* Implement icon overrides
* Fix failing storybook
* Clean up
* Improve var name
2021-04-29 11:49:39 -07:00
Michael S. Molina
77a9cc7088
chore: Moves Collapse to the components folder ( #14124 )
2021-04-16 15:55:04 -07:00
Geido
9156f089ff
test: Refactor and enhance tests for the Explore DatasourcePanel Component ( #13799 )
...
* Refactor and enhance tests
* Fix linting issues
2021-03-31 23:14:51 -07:00
Bruno Motta
fd7c9eb71e
test: DatasourcePanelDragWrapper ( #13627 )
...
* Tests for DatasourcePanelDragWrapper
* Absolute import path
2021-03-23 09:54:06 -07: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
ca27b00f3a
chore: disable drag metrics and columns in datasourcePanel ( #13450 )
2021-03-04 12:21:57 +08: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