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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!