superset/superset-frontend/src/components/Icons
Meitong Qu 9f678e55b9
chore: migrate QueryTable component from jsx to tsx (#17944)
* chore: fix misspelling of button

* changed QuerySearch/index.jsx to index.tsx

* updated Query type at src/SqlLab/types.ts/Query and extended it into QueryTable

* updated defaultQueryLimit to be optional at ResultSetProps of superset-frontend/src/SqlLab/components/ResultSet/index.tsx

* moved statusAttributes into useMemo hook so that it will not make the dependencies of useMemo Hook change on every render and statusAttributes is only used within useMomo hook

* reset package-lock.json and package.json at frontend

* Acquired redux rootestate type for SqlLab, to be used at useSelector(state)

* updated query to be Query type and added a comment for q.status on line 178

* updated queryTable for typescript conversion

* updated actions type on QueryHistory and QuerySearch

* updated type for actions in SouthPane

* created type for SqlLab redux

Co-authored-by: David Woolner <davidwoolner@gmail.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
2022-02-11 06:54:42 -06:00
..
AntdEnhanced.tsx feat: Dynamic imports for the Icons component (#14318) 2021-04-29 11:49:39 -07:00
Icon.tsx chore: Moves the images folder to the assets folder (#14429) 2021-09-22 10:28:51 -03:00
Icons.stories.tsx chore: change dropdown icons from horizontal to vertical (#15958) 2021-07-30 17:02:40 -06:00
IconType.ts chore: migrate QueryTable component from jsx to tsx (#17944) 2022-02-11 06:54:42 -06:00
index.tsx fix: local warning in the frontend development (#17727) 2021-12-15 09:52:42 +02:00