-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: new policy view with login CTA #186
base: develop
Are you sure you want to change the base?
Conversation
The policy view is blank on logging in. This still version of this commit needs some imports updated. Planning on going through and reorganizing imports generally / improving autoformatting and then rebasing probably.
// TODO(cooper): This is an ugly hack to allow for easily updating the login | ||
// status. It is rather fragile and we should instead do this by cleaning up | ||
// the LSP extensions we use for login. However, this lets us ensure we have | ||
// reasonably up-to-date UI state until then. |
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.
To be updated per our discussion but I would like to merge this in the interim.
screenshots? |
return element; | ||
} | ||
|
||
getChildren( |
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.
what's the source for this data?
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.
Oh whoops; sorry there should be placeholder text (essentially just "you're logged in") here in this version. I have more in a future (wip) PR.
I'm going to move this back to draft while I update the login flow stuff we discussed since it is causing some cases where the UI would be stale here for now. |
The policy view is blank on logging in. This still version of this commit needs some imports updated. Planning on going through and reorganizing imports generally / improving autoformatting and then rebasing probably.
PR checklist:
If you're unsure about any of this, please see: