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.
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
Standardize arrow navigation in OptionsLists #7702
Standardize arrow navigation in OptionsLists #7702
Changes from all commits
e47da89
ad207d8
a8788b9
3ea199f
203d9ef
770ae54
46a4a20
40dd812
2f1f1b8
91c813e
e4ae1a5
c89e442
851a8f0
d2d5a50
86a4d48
2d7ed4e
5225c33
a3c4730
8e9aef4
1f6a301
410b0f8
b12e61e
d0882bb
65de321
6e9efea
b738d4e
c731eff
6933b0e
437575a
c28e99c
2a845f1
2624935
81cb74b
4b7fc98
5a8eba7
318a161
c9d7797
bac85e5
5f9b731
72cd111
7ced82a
e0a106d
42dbb04
12742f8
da17bce
12efe8f
a2d4917
a7d246e
19afbfa
33f1f69
93e7c5a
d0db2f9
297d675
ba2a9ac
8fa9378
944d657
9643c4e
dd1ed1a
86b7b73
0d15439
61d757f
3b70fb0
4e13c02
fa8d3fc
874265d
07ba516
301f3ae
8ec2a5e
1c7cdaa
01ae6e0
baea43e
908b18e
57d9f75
51faacf
8ef6923
4c06345
21545f7
90941d6
0a7f4a3
132c824
2ad0ee3
a3845b4
d002b0a
d63a5ba
2dfae82
27e1900
65b3e7a
64672b1
2643e27
41b15c4
f3177cc
e28b109
03813cf
211e1d2
adf1241
0f42e59
ba6802b
82216ad
7c82064
6796e1b
7063fc2
55d73b6
48746c8
ebb94d7
64692f7
3c978bd
138ac7a
527bad4
896649e
c53ada3
8c5e6de
a658b0b
993c910
773602e
10d8d5e
b01d1ac
71d3e43
5f149ef
337b365
4336e8c
f53ecc0
fa322c6
1a3c15c
0a187fd
1510dcd
066b0a5
93bc317
1ddb135
f1bfcf8
4bd7bfd
9996b46
c9cf004
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Was there an issue when just using the
formattedSelectedParticipants
participants? What is theunion
for?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.
It wasn't really a problem, just a quirky implementation where we had:
Who was there
with all the selected participants that would always showThe effect for the user appeared to be a single section titled
Who was there
with all the selected participants followed by any unselected participants. That's exactly what we're doing here – makes the code a bit more in-line with what the user sees.Overall this change probably wasn't necessary.
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.
Nice, so we can revert it?