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
Implement Task Detailed View Redesign #20841
Implement Task Detailed View Redesign #20841
Changes from all commits
affa78c
20db293
c86cccf
2a512f1
7a6c051
9f29276
11e24e3
de48e8a
0542182
5df849e
ba7027f
a86e4b8
e47e33e
69b505f
16df838
e291f00
7adfb7d
8e82218
f6dcbc7
83f3fc7
3fb0cb2
e296acc
4c53e3d
9e7a13c
5c44d67
7b53db0
f5be337
b062f20
476c4a5
207d153
895582e
86106e4
43d0c6d
9299adb
a94c829
0ca36c0
f542875
f110eab
84115cd
b88f11c
53d07a2
e142642
c0efa17
2f1d3a0
adff1a1
9863595
2776407
de7106e
de58d5e
0eb8f72
17bb9fa
c7de5ec
983ecc2
fd8af36
3844b8a
15a8fc6
05ec710
b2c030f
df00196
377ccde
cab230f
63e5c6f
db2b90a
ef26b0e
1f78014
03dcd2b
6a91367
f85dda2
b7be525
3e9dd3b
9c045b2
79cdc72
4e7356f
e1b21e5
a032cb6
bb83d22
fd12785
a21beac
3896e42
e3e838f
4db3cf0
cbecf45
9713f9c
aca68bd
629f6a2
c2a3ca3
87744a1
3be5ff2
fb21771
8c51b2b
c91e789
4c6e442
3626cab
5d5296e
decf60a
58f3eeb
e7a85ae
02da6af
ee378e5
c5e01bc
7e86ef2
c0aca39
3f6945b
e2d7eca
3645840
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.
What was reason for using
PressableWithSecondaryInteraction
inTaskView
instead of justPressableWithFeedback
?I don't see any secondary interaction.
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.
This caused a regression #22657.
PersonalDetailsUtils.getPersonalDetailsByIDs
could return an empty array e.g. for users that you have not interacted with before (no personaldetails). Then we will be trying to access propertyavatar
ofundefined
.