-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Connect Screen Multi Select #8078
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danjm
force-pushed
the
connect-screen-multi-select
branch
3 times, most recently
from
February 25, 2020 13:17
c44c870
to
614c64c
Compare
This was referenced Feb 25, 2020
Builds ready [0446c09]
Page Load Metrics (630 ± 31 ms)
|
danjm
force-pushed
the
connect-screen-browser-routing
branch
2 times, most recently
from
February 27, 2020 13:24
35e8d17
to
d4a15bb
Compare
The browser routing PR has been merged, so this is ready to be rebased and pointed at develop |
danjm
force-pushed
the
connect-screen-multi-select
branch
from
March 11, 2020 00:51
0446c09
to
4693a74
Compare
danjm
force-pushed
the
connect-screen-multi-select
branch
from
March 11, 2020 12:12
4693a74
to
84fe79c
Compare
Builds ready [84fe79c]
Page Load Metrics (602 ± 33 ms)
|
danjm
force-pushed
the
connect-screen-multi-select
branch
from
March 11, 2020 15:40
84fe79c
to
0675530
Compare
Builds ready [0675530]
Page Load Metrics (640 ± 46 ms)
|
danjm
force-pushed
the
connect-screen-multi-select
branch
from
March 11, 2020 16:07
0675530
to
2c736d3
Compare
Builds ready [2c736d3]
Page Load Metrics (643 ± 60 ms)
|
Gudahtt
requested changes
Mar 13, 2020
...e-container/permission-page-container-content/permission-page-container-content.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/permissions-connect/choose-account/choose-account.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/permissions-connect/choose-account/choose-account.component.js
Outdated
Show resolved
Hide resolved
ui/app/pages/permissions-connect/choose-account/choose-account.component.js
Outdated
Show resolved
Hide resolved
...e-container/permission-page-container-content/permission-page-container-content.component.js
Outdated
Show resolved
Hide resolved
18 tasks
danjm
force-pushed
the
connect-screen-multi-select
branch
2 times, most recently
from
March 31, 2020 11:52
98cfd18
to
763cdbd
Compare
Builds ready [3f0a82e]
Page Load Metrics (611 ± 32 ms)
|
danjm
force-pushed
the
connect-screen-multi-select
branch
from
March 31, 2020 12:52
3f0a82e
to
863b911
Compare
The comment from #8078 (comment) will be resolved in a future PR that will take care of all remaining updates to designs |
Builds ready [863b911]
Page Load Metrics (701 ± 58 ms)
|
danjm
force-pushed
the
connect-screen-multi-select
branch
from
April 2, 2020 02:48
11350e4
to
8e31e1f
Compare
Gudahtt
approved these changes
Apr 2, 2020
Builds ready [8e31e1f]
Page Load Metrics (774 ± 18 ms)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add UI for selecting multiple accounts on the first permissions connect screen.
Demo of multiple account selection: https://streamable.com/nd3wt
Demo of adding new account via modal: https://streamable.com/qvqao
Screenshots of latest designs:
There are two pieces of remaining work. First is to add the notification pictured here:
Doing so will be trivial once #8071 is merged. An issue for this is here: #8102
Second is to add the tooltip with the list of accounts when there are multiple accounts selected on the second screen. This is blocked by being about to pass components as substitutions to our translation helper (#6848, in particular see comment #6848 (comment)). An issue for this tooltip: #8101.