-
Notifications
You must be signed in to change notification settings - Fork 336
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
Epic: 6.5 Sprint: Part1 Personal: MK #1265
Conversation
Codecov Report
@@ Coverage Diff @@
## epic6.5 #1265 +/- ##
===========================================
+ Coverage 54.61% 55.19% +0.58%
===========================================
Files 147 148 +1
Lines 2124 2127 +3
Branches 301 303 +2
===========================================
+ Hits 1160 1174 +14
+ Misses 811 802 -9
+ Partials 153 151 -2
Continue to review full report at Codecov.
|
fix jump to bottom when ctrl+k is hit to create a new link.
Code reuse, Codesplitting, async tags, and error-free positioning!
fix getDraftCoords (finally?)
also fix race condition in outcomeCardContainer with toggleMenuState being called after unmount
@jordanh ready for testing, i'll get to the linting in ~ 2 hours. |
@@ -47,19 +47,6 @@ stages: | |||
apt-get update && apt-get -yq install build-essential | |||
yarn | |||
|
|||
- type: shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new relay doesn't need watchman
@@ -111,8 +111,10 @@ export default class Atmosphere extends Environment { | |||
|
|||
setAuthToken = (authToken) => { | |||
this.authToken = authToken; | |||
const authObj = jwtDecode(authToken); | |||
this.viewerId = toGlobalId('User', authObj.sub); | |||
if (authToken) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signing out might cause a rerender where this is null
eh, passed my tests. merging! |
Team Dashboard | UserDashboard:
a foo
instead ofafoo
Meeting Agenda:
No repos! Remind me to set up GitHub
Team Settings > Integrations > GitHub
/signout
/
/welcome