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

Manage linked accounts UI #23355

Merged
merged 13 commits into from Jun 27, 2018
Merged

Manage linked accounts UI #23355

merged 13 commits into from Jun 27, 2018

Conversation

maddiedierker
Copy link
Contributor

@maddiedierker maddiedierker commented Jun 27, 2018

This adds the ManageLinkedAccounts component, currently with hard-coded emails and empty onClick handlers for each oauth provider.

Examples

screen shot 2018-06-26 at 5 02 14 pm

When you hover over a disabled "disconnect" button:
screen shot 2018-06-26 at 5 02 26 pm

Note: I ended up not displaying the FontAwesome icons for each provider because the Microsoft logo wasn't available (maybe due to the version we are on? i didn't look into it much), but I can look into that once we've got more functionality finished for this feature.

Copy link
Contributor

@islemaster islemaster left a comment

Choose a reason for hiding this comment

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

🎉

import ReactDOM from 'react-dom';
import ManageLinkedAccounts from './ManageLinkedAccounts';

export default class ManageLinkedAccountsController {
Copy link
Contributor

Choose a reason for hiding this comment

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

One wonders if we need this layer at all... but I guess we won't know until we've actually added behaviors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, i'm thinking this will end up managing the overall state (which providers you're connected to, what should happen when you try to connect/disconnect from each provider, etc), but that might end up not being true

Copy link
Contributor Author

Choose a reason for hiding this comment

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

woops, i wasn't paying attention and was referring to something else ^^^

@maddiedierker maddiedierker merged commit 99ea033 into staging Jun 27, 2018
@maddiedierker maddiedierker deleted the manage-linked-accounts-ui branch June 27, 2018 18:48
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.

None yet

2 participants