feat: add logs page with filtering and data table

- Implemented a new logs page with filters for level, source, and date range.
- Added a data table to display logs with pagination and sorting capabilities.
- Created backend functionality to fetch logs data based on filters.
- Introduced a new Logs class for handling log data operations.
- Added a new database migration for the logs table.
- Enhanced UI with custom checkbox styles for better user experience.
- Updated navigation to include a link to the logs page.
This commit is contained in:
2026-02-21 13:05:59 +01:00
parent b54a9a71b1
commit bc75eab439
17 changed files with 1107 additions and 571 deletions

View File

@@ -21,7 +21,8 @@
"Bash(python3:*)",
"Bash(py --version)",
"Bash(where:*)",
"Bash(python:*)"
"Bash(python:*)",
"Bash(ls -la \"c:\\\\visual studio code\\\\projekty\\\\adsPRO\\\\docs\"\" 2>/dev/null || echo \"docs dir not found \")"
]
}
}