fix: Bugs created after the overhaul, performance and layout fixes

This commit is contained in:
2026-03-08 22:30:56 +02:00
parent 8c15c932b6
commit 6f9fd5cba3
112 changed files with 5771 additions and 970 deletions

View File

@@ -57,7 +57,7 @@ export default function UserList() {
return (
<div>
<div className="flex items-center justify-between mb-6">
<h1 className="text-2xl font-bold" style={{ color: "var(--text-heading)" }}>App Users</h1>
<h1 className="text-2xl font-bold" style={{ color: "var(--text-heading)" }}>User Management</h1>
{canEdit && (
<button
onClick={() => navigate("/users/new")}