Files
adsPRO/.claude/settings.local.json
Jacek Pyziak bc75eab439 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.
2026-02-21 13:05:59 +01:00

29 lines
857 B
JSON

{
"permissions": {
"allow": [
"Bash(npx sass:*)",
"Bash(npx md-to-pdf:*)",
"WebFetch(domain:support.google.com)",
"WebFetch(domain:feedops.com)",
"WebFetch(domain:help.kliken.com)",
"WebFetch(domain:www.storegrowers.com)",
"WebFetch(domain:platform.openai.com)",
"WebFetch(domain:openai.com)",
"Bash(sass:*)",
"WebFetch(domain:developers.google.com)",
"Bash(cd:*)",
"Bash(git push:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(php:*)",
"WebFetch(domain:adspro.projectpro.pl)",
"mcp__ide__getDiagnostics",
"Bash(python3:*)",
"Bash(py --version)",
"Bash(where:*)",
"Bash(python:*)",
"Bash(ls -la \"c:\\\\visual studio code\\\\projekty\\\\adsPRO\\\\docs\"\" 2>/dev/null || echo \"docs dir not found \")"
]
}
}