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:
@@ -74,6 +74,7 @@ export function StoragePanel() {
|
||||
|
||||
return (
|
||||
<div className="space-y-5">
|
||||
<h2 className="text-lg font-semibold text-txt-primary">Storage</h2>
|
||||
<div className="text-xs text-txt-tertiary">
|
||||
Monitor disk usage and clean up orphaned files left behind by deleted content or replaced avatars/banners.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user