superset/superset-frontend/spec/javascripts/sqllab
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
..
actions chore: enable no-unused-vars and prefer-template eslint rules (#10350) 2020-07-16 19:13:59 -07:00
reducers test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
utils test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
App_spec.jsx SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
ColumnElement_spec.tsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
ExploreResultsButton_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
fixtures.ts fix: make __time an ok column name in SQL Lab (#10336) 2020-07-16 10:34:50 +03:00
HighlightedSql_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
LimitControl_spec.jsx chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
Link_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
QueryAutoRefresh_spec.jsx test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
QuerySearch_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
QueryStateLabel_spec.jsx chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
QueryTable_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
ResultSet_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
SaveQuery_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
ShareSqlLabQuery_spec.jsx test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
SouthPane_spec.jsx chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
SqlEditor_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
SqlEditorLeftBar_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
TabbedSqlEditors_spec.jsx style: new toast design closer to SIP-34 (#10178) 2020-07-10 14:58:59 -07:00
TableElement_spec.jsx test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
TabStatusIcon_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
Timer_spec.jsx chore: Migrate Timer component from jsx to tsx (#10455) 2020-08-07 09:30:17 -07:00