Issue: https://linear.app/comm/issue/ENG-2638/ellipsis-in-subchannels-modal-on-web
before:
now:
Differential D6195
[web] Make long thread names end with ellipsis in subchannels modal inka on Jan 9 2023, 3:03 AM. Authored by Tags None Referenced Files
Details Issue: https://linear.app/comm/issue/ENG-2638/ellipsis-in-subchannels-modal-on-web now: Check the subchannels modals long titles end with ellipsis, check that the style change did not affect its other usage - the message preview.
Diff Detail
Event TimelineComment Actions Going to land this now since it was decided on one of the last few meetings that for trivial diffs we don't need to add a final reviewer. |
Instead of two separate (action === 'edit_role') blocks, could we merge the two?
We could move await dbQuery(query); within both the (action === 'create_role') (line 139) and else if (action === 'edit_role') (line 144) blocks?
Not a huge deal, whatever you prefer