Fix @mutex decorator, text input, modal docs, group management polish

Add user groups feature, simplify flash alerts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-11 07:02:50 +00:00
parent 18928c8678
commit fd74f48e7a
5 changed files with 106 additions and 58 deletions

View File

@@ -341,6 +341,11 @@
"created_at": "2025-12-11T05:06:10+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_login_history_table"
},
"2025_12_11_061551_create_groups_and_group_users_tables.php": {
"created_at": "2025-12-11T06:15:51+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_groups_and_group_users_tables"
}
}
}