superset/superset-frontend
Kamil Gabryjelski 41738df77d
feat: Results table on Explore view (#11854)
* Upgrade react-split

* Implement split on ExploreChartPanel

* Implement tabs with collapse

* Fix run query button

* Fix copy to clipboard button

* Move table controls to separate file

* Make component more generic to handle samples

* Remove samples from DisplayQueryButton

* Move data tables to separate file

* Make split dynamically controlled

* Fix unit test

* Fix arrow not centered

* fixup! Fix arrow not centered

* Change copy button paddings

* Use translations

* Fix grammar in a comment

* Fix imports

* Use grid units

* Convert new files to typescript

* Fix after rebase

* Remove forceRender

* Fix big_number test

* Delay making request until panel is opened

* White background in south panel

* fixup! White background in south panel

* Lint fix

* Lint fix

* Remove redundant prop types

* Remove console log

* Delay loading samples until user switches tab

* Add debounce to filter input

* Use gridUnit for gutter sizes

* Change types object to Record<string, any>
2020-12-04 19:49:24 -08:00
..
.storybook refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
branding style: Change logo color to new branding (#10090) 2020-06-17 19:47:02 -07:00
cypress-base feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
images feat: report/alert list CRUD view (#11802) 2020-12-01 17:57:15 -08:00
spec feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
src feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
stylesheets fix: prior npm font source had a glitch (#11724) 2020-11-16 21:23:54 -08:00
.eslintignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.eslintrc.js style: eslint curly rule (#11913) 2020-12-03 10:20:05 -08:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.nvmrc chore: pin node and npm versions (#11646) 2020-11-10 15:58:54 -08:00
babel.config.js Configured babel plugin for removing data-test from production code (#11327) 2020-10-26 21:16:02 -07:00
cypress_build.sh build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
jest.config.js test: add React Testing Library (#11771) 2020-12-01 11:14:37 -08:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
jsconfig.json test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
package-lock.json feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
package.json feat: Results table on Explore view (#11854) 2020-12-04 19:49:24 -08:00
prettier.config.js refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
tsconfig.json build: update webpack for npm linking plugins (#11253) 2020-10-13 16:54:06 -07:00
webpack.config.js refactor: Load fonts from packages rather than local binaries (#11718) 2020-11-16 17:10:48 -08:00
webpack.proxy-config.js test: add React Testing Library (#11771) 2020-12-01 11:14:37 -08:00