superset/superset-frontend/spec/javascripts
Tanmay Laud a6fa02aaec
chore: Migrate Timer component from jsx to tsx (#10455)
* migrated LanguagePicker.jsx to tsx

* Migrated Menu.jsx to tsx

* migrated MenuObject.jsx to tsx

* migrated NewMenu.jsx to tsx

* Migrated UserMenu.jsx to tsx

* removed unnecessary export from UserMenu

* added language definition in LanguagePicker

* removed unnecessary exports from Menu.tsx

* used typeof guard for childs

* changed LanguageProps to Languages

* removed unnecessary type casting

* fixed linting errors

* migrated Checkbox to tsx

* Migrated Timer component to tsx

* fixed linting errors

* fixed test cases

* removed unused import in timer spec

* reverting changes

* renamed and then modified Timer

* changes for review comments

* fixed incorrect clear

* using stopTimer in stopwatch

* fixed lint issues

* added explicit timer cleanup

* fixed lint issue

* fixed memory leak

* renamed Timer

* added changes after git mv
2020-08-07 09:30:17 -07:00
..
CRUD test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
addSlice test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
chart test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
components chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
dashboard style: use tabs in dashboard edit pane (#10394) 2020-08-05 18:53:53 -07:00
datasource test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
explore chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
messageToasts test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
middleware feat: bump sinon to latest (#9926) 2020-05-27 19:34:40 +03:00
modules test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
profile chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
showSavedQuery test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
sqllab chore: Migrate Timer component from jsx to tsx (#10455) 2020-08-07 09:30:17 -07:00
utils fix: leave null timestamp unformatted in view results table (#10313) 2020-07-14 19:12:06 +03:00
views/CRUD refactor(listviews): use correct filter endpoints for charts and datasets (#10442) 2020-07-29 11:00:19 -07:00
welcome test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00