Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MI-2085]: No projects linked handling on modals and refactor create-… #54

Merged
merged 39 commits into from
Sep 5, 2022

Conversation

avas27JTG
Copy link
Contributor

No projects linked handling on modals and refactor create-task-modal

avas27JTG and others added 30 commits August 11, 2022 11:27
server/plugin/oAuth.go Outdated Show resolved Hide resolved
server/plugin/oAuth.go Outdated Show resolved Hide resolved
webapp/src/containers/Rhs/projectDetails/index.tsx Outdated Show resolved Hide resolved
subTitle={{text: 'Create a subscription by clicking the button below'}}
buttonText='Create new subscription'
title='No subscriptions yet'
subTitle={{text: 'You can link a subscription by clicking the below button.'}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
subTitle={{text: 'You can link a subscription by clicking the below button.'}}
subTitle={{text: 'You can create a subscription by clicking the below button.'}}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, sounds good, however link is mentioned in Figma

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add sounds more appropriate as per Figma

webapp/src/containers/TaskModal/index.tsx Outdated Show resolved Hide resolved
@avas27JTG avas27JTG changed the base branch from MI-2071 to master September 5, 2022 10:22
@@ -215,7 +215,7 @@ func (c *client) call(basePath, method, path, contentType string, mattermostUser
req.Header.Add("Content-Type", contentType)
}

if isAccessTokenExpired, refreshToken := c.plugin.isAccessTokenExpired(mattermostUserID); isAccessTokenExpired {
if IsAccessTokenExpired, refreshToken := c.plugin.IsAccessTokenExpired(mattermostUserID); IsAccessTokenExpired {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if IsAccessTokenExpired, refreshToken := c.plugin.IsAccessTokenExpired(mattermostUserID); IsAccessTokenExpired {
if isAccessTokenExpired, refreshToken := c.plugin.IsAccessTokenExpired(mattermostUserID); isAccessTokenExpired {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already fixed

@avas27JTG avas27JTG merged commit c7a920b into master Sep 5, 2022
@avas27JTG avas27JTG deleted the MI-2085 branch September 5, 2022 10:59
@avas27JTG
Copy link
Contributor Author

these changes are synced with master where all the changes are already reviewed (1st and 2nd pass) for this PR the changes are too small for 2nd pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants