Show a list of users that are about to be added. Clicking an x button next to their name removes them from the list.
Depends on D4308
Differential D4309
[web] Display user tags tomek on Jun 21 2022, 5:48 AM. Authored by Tags None Referenced Files
Details
Show a list of users that are about to be added. Clicking an x button next to their name removes them from the list. Depends on D4308 Add a couple of users and then remove a couple of them. Every time a name is clicked on the list a tag is added. Every time a tag is closed, the name is added back to the list.
Diff Detail
Event TimelineComment Actions Looks good, two questions inline to be addressed before landing
Comment Actions Giving names to the hooks which are used might indeed improve the readability. On the other hand, moving the hooks to other place would make the code more scattered, which could make it harder to understand. Will explore it a bit.
Comment Actions After some thought, I don't think extracting these is beneficial. All the values returned by hooks have meaningful names, so the purpose is well-documented. Creating separate hooks would make this code more scattered - it doesn't make too much sense because this is the only place where these will ever be used. |