-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Navigate to workspace settings after workspace deletion #12971
Conversation
@srikarparsi Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/Videos |
hey @jasperhuangg I can't get my iphone or android emulators working but I'll try to debug that tomorrow and hopefully merge it by the end of the day |
@cristipaval Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@cristipaval PB'd you on this one so we can get the ball rolling a bit while @srikarparsi fixes his emulators |
@cristipaval most of the reviewer checklist is done–we just need a reviewer to confirm it works on iOS, Android, Mobile Safari, and Mobile Chrome and it should be good to merge afterwards. Thanks in advance! |
thanks @jasperhuangg, I had two customer issues to work on and wanted to prioritize them since the customers seemed a little angry. I then had a problem with rebasing this branch since commits weren't signing so I'm working on fixing that and will try to do the screenshots next but @cristipaval, if you're able to do the screenshots today for the mobile devices that would be really great :) |
@srikarparsi all good no problem at all! totally feel you with those customers issues they can definitely stress me out sometimes.
let me know if you need help with this–you need to run some |
I'm on it |
thanks @cristipaval!! yeah thanks @jasperhuangg I ended up deleting my local copy of the App repo and re-cloning it using https but it's been running for the last 45 minutes. It's been moving slowly so I'm letting it run but hopefully that fixes it since signing commits is working fine in the other repos. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @srikarparsi in version: 1.2.34-0 🚀
|
This PR shouldn't have done this part:
This was expected behaviour, it was not part of the issue being solved, and caused this regression: #13192 |
PR up to revert ^ |
Team was still getting the following issue with this PR #13154. Will it be resolved with revert? |
@mvtglobally I'm unable to reproduce #13154 on staging or locally. |
🚀 Deployed to production by @luacmartins in version: 1.2.34-1 🚀
|
Details
WorkspacesListPage
after we delete a workspace.WorkspacesListPage
to not list workspaces that are pending deletion. This makes it so that when we delete a workspace offline, it won't show up there afterwards.Delete Workspace
toDelete workspace
to match the capitalization of all of our other copies.$ #12962
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Workspaces
> Select a workspace or clickNew workspace
.Delete workspace
New workspace
button), and that the workspace you deleted isn't visible.Offline tests
Workspaces
> Select a workspace or clickNew workspace
.Delete workspace
New workspace
button), and that the workspace you deleted isn't visible.QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots/Videos
Web
web.mov
Mobile Web - Chrome
android-chrome.mov
Mobile Web - Safari
ios-safari.mov
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov