-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' into production
- Loading branch information
Showing
15 changed files
with
105 additions
and
173 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export * from "./use-update-my-committee-assignment-project"; | ||
export * from "./use-logout-user"; | ||
export * from "./use-post-my-application"; | ||
export * from "./use-update-my-application"; | ||
export * from "./use-delete-banner-by-id"; |
33 changes: 0 additions & 33 deletions
33
api-client/resources/me/mutations/use-update-my-application.ts
This file was deleted.
Oops, something went wrong.
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
44 changes: 44 additions & 0 deletions
44
components/features/apply-issue-drawer/apply-issue-drawer.constants.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
export const ApplyIssuesPrefillLabels = [ | ||
"Can I take this issue?", | ||
"I'd love to work on this!", | ||
"Can I be assigned to this?", | ||
"Can I handle this task?", | ||
"I'd like to take this issue.", | ||
"Can I tackle this one?", | ||
"Let me try this one!", | ||
"May I pick this up?", | ||
"I'd love to give this a go.", | ||
"Can I work on this, please?", | ||
"Is this issue still available?", | ||
"Could I take a shot at this?", | ||
"May I take care of this?", | ||
"Can I jump on this task?", | ||
"Let me handle this issue!", | ||
"I'd be happy to do this.", | ||
"Could I try solving this?", | ||
"Can I contribute to this one?", | ||
"Is it okay if I take this?", | ||
"May I try my hand at this?", | ||
"I’d like to resolve this.", | ||
"Could I take on this issue?", | ||
"Can I start working on this?", | ||
"May I take this issue on?", | ||
"I’d like to work on this.", | ||
"Mind if I take this issue?", | ||
"Could I grab this task?", | ||
"I’m interested in this one.", | ||
"Can I attempt this issue?", | ||
"Would love to tackle this!", | ||
"May I be assigned to this?", | ||
"I'd like to handle this task.", | ||
"Can I try solving this issue?", | ||
"Mind if I try this one?", | ||
"I’d like to help with this.", | ||
"Can I take this from here?", | ||
"Can I take care of this issue?", | ||
"Could I be assigned to this?", | ||
"May I handle this issue?", | ||
"I’d love to work on this task.", | ||
"Is it okay if I tackle this?", | ||
"Could I take over this issue?", | ||
]; |
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.