fix(webapp): use native selectable row controls - #4700
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
c11c668 to
ef371d9
Compare
|
|
ef371d9 to
43fff42
Compare
43fff42 to
7901af7
Compare
7901af7 to
2b44421
Compare
50758ec to
c0cb2af
Compare
1de4d9c to
99f768a
Compare
99f768a to
398a6ce
Compare
623ef84 to
941e4a2
Compare
bbfc891 to
d9a5204
Compare
Clicking the info-icon tooltip in a sortable column header still toggled the column sort because the click bubbled up to the header's click handler, unlike the dedicated sort and filter buttons, which already stop propagation. Stop the click from bubbling past the tooltip so hovering or clicking the info icon no longer changes the sort order.
d9a5204 to
61469ae
Compare
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
Summary
Use native controls for sortable columns and selectable prompt versions.
Table headers keep filter actions separate from sort buttons, prompt version rows expose pressed state, and a redundant deployment click interceptor is removed.
Base: #4699