FR: persistence of emitters #1936

Closed
opened 2025-11-11 14:56:49 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024).

Is your feature request related to a problem? Please describe.
When debugging or inspecting what's going on in a filter or function, it's pretty hard to do because each emitter removes the previous emitter.

Describe the solution you'd like
I think it would be better if they stacked up on top of each but only the last one would be visible, the other ones would appear after clicking an arrow.
A bit like this:

last emitter
  • first emitter

  • second emitter

  • last emitter

A clear and concise description of what you want to happen.

Describe alternatives you've considered
Digging through the logs

Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024). **Is your feature request related to a problem? Please describe.** When debugging or inspecting what's going on in a filter or function, it's pretty hard to do because each emitter removes the previous emitter. **Describe the solution you'd like** I think it would be better if they stacked up on top of each but only the last one would be visible, the other ones would appear after clicking an arrow. A bit like this: <details><summary>last emitter</summary> - first emitter - second emitter - last emitter </details> A clear and concise description of what you want to happen. **Describe alternatives you've considered** Digging through the logs
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1936