fix: add missing Instance sub-panel titles and overhaul reset password UX
- Add <h2> title headings to General, Streaming, Storage, Users panels - Reset password now shows confirmation dialog before executing - Temp password displays inline below the user row (not at top of list) - Temp password has copy button and dismiss action
This commit is contained in:
@@ -162,6 +162,7 @@ export function StreamingPanel() {
|
||||
|
||||
return (
|
||||
<div className="space-y-5">
|
||||
<h2 className="text-lg font-semibold text-txt-primary">Streaming</h2>
|
||||
<div className="text-xs text-txt-tertiary">
|
||||
These limits apply to all users on this instance. Users can pick values within these bounds.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user