mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
FR: persistence of emitters #1936
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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