Add notification system with Rsx_Throttle utility

Add action log feature, fix Bootstrap variables and DataGrid styling

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2026-01-29 17:44:31 +00:00
parent b8a454bca0
commit f48cda006a
21 changed files with 444 additions and 121 deletions

View File

@@ -381,6 +381,21 @@
"created_at": "2026-01-12T07:36:24+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe add_timezone_to_sites_table"
},
"2026_01_29_070242_create_action_logs_tables.php": {
"created_at": "2026-01-29T07:02:42+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_action_logs_tables"
},
"2026_01_29_081808_create_throttle_table.php": {
"created_at": "2026-01-29T08:18:08+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_throttle_table"
},
"2026_01_29_081902_create_notifications_table.php": {
"created_at": "2026-01-29T08:19:02+00:00",
"created_by": "root",
"command": "php artisan make:migration:safe create_notifications_table"
}
}
}