-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert files related to redux from js to ts (#462)
* [MM-222] Convert reducer and action types file to typescript and removed some unused code * [MM-222] Converted select file to typescript and fixes some css warnings * [MM-222] Convert actions file to typescript * [MM-222] Updated reducer, used reducer type for store and added more types * [MM-222] Resolved conflicts from master * [MM-222] Migrate a component to TS and minor review fixes * [MM-222] Fix flaky test * [MM-520] Review fixes * [MM-520] Fix ts error in index file * [MM-542] Review fixes * MM-222: converted client file to TS * [MM-222]: Added type to the client promises * [MM-222]: Added more types to the client.ts file * [MM-222]: updated function return type and added few types to client.ts * [MM-222]: fixed linting issue * [MM-222]: resolved conflicts * [MM-222]: removed null type from client.ts API response * [MM-222]: Added some additional types * Added lint types * [MM-656] Add types for redux funcs related to create issue and attach commment modal * fixed lint of type any being used * [MM-222]: removed link tool tip data type * using single quote for strings --------- Co-authored-by: ayusht2810 <ayush.thakur@brightscout.com> Co-authored-by: kshitij katiyar <kshitij.katiyar@brightscout.com>
- Loading branch information
1 parent
8837c71
commit 25b4802
Showing
20 changed files
with
351 additions
and
316 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.