1. 26 1月, 2021 1 次提交
  2. 01 12月, 2020 1 次提交
  3. 25 11月, 2020 1 次提交
  4. 15 10月, 2020 1 次提交
  5. 10 9月, 2020 1 次提交
  6. 05 9月, 2020 1 次提交
  7. 28 8月, 2020 1 次提交
  8. 15 8月, 2020 1 次提交
  9. 30 7月, 2020 2 次提交
  10. 28 7月, 2020 1 次提交
  11. 17 7月, 2020 2 次提交
  12. 29 6月, 2020 1 次提交
    • J
      feat(viz): add query mode switch to table chart (#10113) · 9bdfa055
      Jesse Yang 提交于
      1, Replace table chart rendering from jquery.DataTables to react-table: apache-superset/superset-ui#623
      2. Rearrange the control panel, replace GROUP BY and NOT GROUP BY with a "Query Mode" switch: apache-superset/superset-ui#609 
      9bdfa055
  13. 27 6月, 2020 1 次提交
  14. 25 6月, 2020 1 次提交
  15. 24 6月, 2020 1 次提交
  16. 18 6月, 2020 1 次提交
  17. 17 6月, 2020 1 次提交
  18. 20 5月, 2020 1 次提交
    • J
      feat: upgrade react-select and make multi-select sortable (#9628) · 81ab8dd8
      Jesse Yang 提交于
      * feat: upgrade react-select v1.3.0 to v3.1.0
      
      Upgrade `react-select`, replace `react-virtualized-select` with a custom
      solution implemented with `react-window`.
      
      Future plans include deprecate `react-virtualized` used in other places, too.
      
      Migrate all react-select related components to `src/Components/Select`.
      
      * Fix new list view
      
      * Fix tests
      
      * Address PR comments
      
      * Fix a flacky Cypress test
      
      * Adjust styles for Select in CRUD ListView
      
      * Fix loadOptions for owners select in chart PropertiesModal
      
      TODO: add typing support for AsyncSelect props.
      
      * Address PR comments; allow isMulti in SelectControl, too
      
      * Clean up NaN in table filter values
      
      * Fix flacky test
      81ab8dd8
  19. 08 5月, 2020 1 次提交
  20. 30 4月, 2020 1 次提交
    • Ʈ
      [Chart & Dashboard] improve listview filter ui and add expandable list support (#9651) · f7f60cc7
      ʈᵃᵢ 提交于
      * better styling for select filters and search input
      
      * add emotion babel plugin
      
      * add spec for search input
      
      * fix async select, add beeter error messages
      
      * add error boundary around views
      
      * cleanup and lint
      
      * add expandable list to dashboards
      
      * fix emotion babel config
      
      * fix specs
      
      * remove commented out code
      
      * add selected style
      
      * DRY up styles
      
      * add icons
      
      * fix type
      
      * add apache license
      
      * fix svgs
      
      * fix ExpandableList type
      
      * reduce custom css
      
      * lint
      f7f60cc7
  21. 28 4月, 2020 1 次提交
  22. 23 4月, 2020 1 次提交
  23. 22 4月, 2020 1 次提交
  24. 14 4月, 2020 1 次提交
  25. 02 4月, 2020 1 次提交
  26. 14 3月, 2020 1 次提交
    • Ʈ
      [datasets] new, listview (react) (#9197) · 5767fb15
      ʈᵃᵢ 提交于
      * [datasets] new, react listview
      
      * add hidden columns to support filtering by columns not rendered
      
      * throw exception if config is incorrect
      
      * fix database filter
      
      * update endpoints to point to datasets; fix translation strings
      
      * move Link into src/components
      
      * add add new record button to datasets listview
      5767fb15
  27. 25 2月, 2020 1 次提交
  28. 10 2月, 2020 1 次提交
  29. 28 1月, 2020 1 次提交
    • Ʈ
      [dashboard] new, bulk actions for delete & export (#8979) · a0cda321
      ʈᵃᵢ 提交于
      * bulk actions for dashboards list view
      
      * add confirm component
      
      * finish bulk actions work
      
      * remove loading component
      
      * fix sortby double render bug, lint, fix specs
      
      * adds spec for bulk actions
      
      * fix spec
      
      * spec ConfirmStatusChange
      
      * lint
      
      * tslint
      
      * address review feedback
      
      * tslint fixes
      
      * guard against empty filterTypes
      
      * persist dom events
      
      * tslint
      a0cda321
  30. 16 1月, 2020 1 次提交
    • Ʈ
      [dashboard] New, list view (react) (#8845) · 7b97764d
      ʈᵃᵢ 提交于
      * adds dashboard listview component
      
      * use new api
      
      * use json over rison
      
      * lint
      
      * adds seperate dashboard list view
      
      * edit and delete actions
      
      * fix lint ignore
      
      * fix common_bootstrap_payload is now a function
      
      * fix license
      
      * fix pylint
      
      * isort
      
      * fix tests
      
      * lint
      
      * lint ts
      
      * fix js tests
      
      * fix double import from bad rebase
      
      * fix indent error
      
      * lookup permissions
      
      * generic permission lookup
      
      * get tslint to pass
      
      * adds js specs
      
      * lint
      
      * fix rebase
      
      * lint
      
      * lint again
      
      * fix type errors preventing build
      
      * adds more specs
      
      * fix tslint error
      
      * fix null check
      
      * remove unecessary code
      
      * use translations provided by api
      
      * more translations
      
      * linting
      
      * fix spec
      
      * i18n
      
      * fix register order
      7b97764d