feat: add a button to clear logs in the pod logs viewer#27149
Conversation
❌ Preview Environment undeployed from BunnyshellAvailable commands (reply to this comment):
|
8812d5c to
32762a8
Compare
|
Friendly ping: this PR is ready for review. All checks are passing, and I’d appreciate feedback from a code owner when you have a moment. Thanks! |
0740491 to
b160cb3
Compare
b1e3b30 to
ead3204
Compare
|
Hi, The unit test mocks the shared Severity: action required | Category: reliability How to fix: Align mock with real Button Agent prompt to fix - you can give this to your LLM of choice:
Qodo code review - free for open-source. |
329b102 to
8d92b30
Compare
|
/review |
|
Hey @gcadoret, Qodo FOSS is not yet installed in argo. Cheers |
|
ok thanks you ! Cheers |
40bd7f7 to
93016e6
Compare
42d1db7 to
4b429fb
Compare
|
Hello @gvago |
0e802e4 to
dc7e53d
Compare
dc7e53d to
21246ff
Compare
21246ff to
881a640
Compare
881a640 to
4a20524
Compare
Signed-off-by: Guillaume Cadoret <guillaume.cadoret@pluxeegroup.com> Signed-off-by: Guillaume Cadoret <gcadoret@gmail.com>
4a20524 to
b9d36f9
Compare
Description
This PR introduces a small UX improvement to the pod logs viewer by adding a "Clear logs" button.
Currently, users need to refresh or navigate away to reset the displayed logs. This change provides a quick and intuitive way to clear the log output directly from the UI, which improves usability when working with noisy or continuously updating logs.
Scope
Motivation
When debugging applications, logs can quickly become cluttered. Providing a clear action helps users focus on new incoming logs without extra navigation steps.
Checklist