Maxime Beauchemin
dd129fa403
feat(theming): land Ant Design v5 overhaul — dynamic themes, real dark mode + massive styling refactor ( #31590 )
...
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
Co-authored-by: Alexandru Soare <37236580+alexandrusoare@users.noreply.github.com >
Co-authored-by: Damian Pendrak <dpendrak@gmail.com >
Co-authored-by: Pius Iniobong <67148161+payose@users.noreply.github.com >
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-06-20 13:38:58 -07:00
Đỗ Trọng Hải
0ca42a8e4d
chore: remove React 16.4's obsolete React imports ( #28571 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-06-05 08:13:24 -03:00
Michael S. Molina
1f6c270f15
fix(time-series table): Can't compare from the beginning of the time range ( #26814 )
2024-01-26 16:06:11 -05:00
Lily Kuang
a70b7ac3b0
chore: refactor SparklineCell for react 17 and react 18 upgrade ( #23145 )
2023-02-24 12:49:53 -08:00
Artem Shumeiko
f3696ceef3
chore: Localization of several charts and elements ( #22150 )
...
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com >
2023-01-11 09:42:54 -07:00
Antonio Rivero Martinez
99085d583d
fix(viz): Header scrolling for Time Table in dashboard ( #20874 )
...
* TimeTable:
- Increase the z-index so the sparkline doesn't overlap when scrolling in the dashboard
* Time TAble:
- Remove testing label
2022-07-27 12:24:47 -06:00
Michael S. Molina
8bb8b7f612
chore: Removes hard-coded colors - iteration 3 ( #20016 )
2022-05-11 15:02:13 -03:00
Geido
73e93911ac
chore: Remove TimeTable.less ( #19463 )
...
* Remove TimeTable less
* Remove className
* Update superset-frontend/src/visualizations/TimeTable/TimeTable.jsx
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 >
2022-04-06 18:43:25 +03:00
Grace Guo
d539fc217a
fix(time-series table): display null values in time-series table and sortable ( #19024 )
...
* fix: display null values in time-series table and sortable
* add unit test
* fix unit test
* Add sortNumericValues with different nan treatment
Co-authored-by: Jesse Yang <jesse.yang@airbnb.com >
2022-03-08 17:03:49 -08:00
Grace Guo
35684c54b3
fix: revert handle null values in time-series table ( #18684 )
2022-02-11 13:29:24 -08:00
Grace Guo
26dc600aff
fix: handle null values in time-series table ( #18039 )
2022-01-13 21:47:07 -08:00
pavlozt
4bc2daf4c1
fix: TimeTable average with nulls calculations ( #13122 )
2021-02-20 19:46:00 +02:00
Kamil Gabryjelski
a90ebd94d4
fix(explore): Error message not displayed correctly in Timeseries table chart ( #12659 )
...
* Fix error message not displayed correctly in Timeseries table chart
* Fix lint error
2021-01-22 12:42:44 +13:00
Kamil Gabryjelski
6acae9ab6d
refactor: Replace usages of reactable in TimeTable ( #11239 )
...
* Refactor TimeTable to use react-table
* Fix import
* Refactor TimeTable into functional component
2020-10-26 10:25:41 -07:00
Erik Ritter
3d76f81bf7
Revert "refactor: Remove usages of reactable from TimeTable ( #11046 )" ( #11150 )
...
This reverts commit f01b8a30f7 .
2020-10-02 22:21:10 -07:00
Kamil Gabryjelski
f01b8a30f7
refactor: Remove usages of reactable from TimeTable ( #11046 )
...
* Use ListView instead of reactable
* Refactor TimeTable
* Spark column width fix
2020-09-28 09:42:06 -07:00
Kamil Gabryjelski
2d8f4e3aaf
Re-enable rule no-else-return ( #10861 )
2020-09-14 13:00:07 -07:00
Kamil Gabryjelski
76275ec410
Enable rule no-plusplus ( #10876 )
2020-09-14 11:59:32 -07:00
Jesse Yang
9a59bdda48
refactor: merge/upgrade superset-ui packages ( #10790 )
...
* refactor: merge/upgrade superset-ui packages
* Fix flaky big number test
* Fix Flaky AdhocFilters test
2020-09-09 13:18:55 -07:00
Jesse Yang
ed4f6e93ac
chore: bump superset-ui to v0.14.1 ( #10112 )
2020-06-22 11:14:23 -07:00
Phillip Kelley-Dotson
02fee35314
chore(metricoption): remove metricoption and columntypelable dependency ( #10077 )
...
* remove columntypeLabel and metricoptions from superset
* fix lint
* remove old test
* update pakage
* add suggestions
* fix merge conflict
2020-06-17 19:55:17 -07:00
Phillip Kelley-Dotson
38c57f45ac
feat: partitionchart controls migration ( #9768 )
...
* fix lint error
* fix: import lint error
* pull in latests code
* delete control from plugin registry
* fixing again...
* another fix with rebase...
* commit change
* update packages and fix test
* fix: add ignore to lint error
* fix mr
* fix lint
* fix imports
Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan >
2020-05-18 12:48:51 -07:00
David Aaron Suddjian
2913063924
SIP-32: Moving frontend code to the base of the repo ( #9098 )
...
* move assets out, get webpack dev working
* update docs to reference superset-frontend
* draw the rest of the owl
* fix docs
* fix webpack script
* rats
* correct docs
* fix tox dox
2020-02-09 17:53:56 -08:00