fix: Add popup to explain colors for liaisons needing action. Rework how aria-label is supplied for several input fields. Update vnu.jar. Adjust some field styling. - #4115
Conversation
|
Converting to draft; need to check if this validates |
Also fix the search field styling while I'm here.
|
I can't quickly find what this PR claims it is doing - where is the popup? |
| <span title="{{ liaison.is_outgoing|yesno:'Outgoing,Incoming' }} liaison" | ||
| class="badge rounded-pill |
There was a problem hiding this comment.
Ah - I was skimming for more than a tooltip - thanks.
I still think the PR submarines a bunch of unrelated changes in, but I think I can address that by changing the PR title (which is what will end up in the release notes).
One last question: did you consider adding the aria information to the Form class instead of decorating that information in using the templates?
There was a problem hiding this comment.
Meh - fighting the attributes through the widgets isn't likely to be worth the effort.
I see though that vnu.jar also changed - is this a version update or something?
Really - please functionally separate these kinds of changes going forward.
Also fix the search field styling while I'm here.
Fixes #4078.