-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(frontend): update TS types on actions (#2054)
* fix(organisation): update organisation ts types * feat(organisationSlice): use PayloadAction for ts support * fix(organisationService): update response type * feat(commonSlice): add PayloadAction for ts support * fix(homeSlice): add PayloadAction for ts type support, remove unused actions and slice * fix(home): update ts types for home * fix(createProject): update ts type * fix(projectDetailsForm): remove commented code * refactor(createProjectSlice): add payloadAction for payload ts support, remove commented code, update ts types * refactor(submissionService): remove unused projectSubmissionService * fix(project): add ts types to response * fix(project): add, update ts types * feat(projectSlice): add PayloadAction for ts support * feat(submission): add axiosResponse type * feat(submissionService): add axiosResponse type * fix(submissionModel): update ts types * fix(projectSubmissions): SetUpdateReviewStatusModal type update * feat(submissionSlice): add payloadAction for ts type support * fix(project): replace usage of coremodules on action dispatch * fix(task): remove usage of coremodules on action dispatch, remove unused function * fix(task): update ts types * refactor(taskSlice): add payloadAction on action for ts support, remove unused reducer function
- Loading branch information
Showing
31 changed files
with
345 additions
and
487 deletions.
There are no files selected for viewing
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
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
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
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
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
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.