mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-14 07:02:57 -05:00
[GH-ISSUE #800] Use A tags instead of buttons for sidebar #50885
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 @traverseda on GitHub (Feb 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/800
Using buttons means that you can't do things like middle click a chat to open it in a new tab. Anything that changes the URL should be an A tag, not a button.
I'd also encourage you to make the settings page accessible as an actual page, not just as a modal dialog.
@tjbck commented on GitHub (Feb 19, 2024):
Good idea! As for the settings modal, I'm actively considering it!