Some checks failed
Security Scan / security (pull_request) Successful in 32s
Security Scan / dependency-check (pull_request) Successful in 33s
Test Suite / test (3.11) (pull_request) Successful in 1m17s
Test Suite / lint (pull_request) Failing after 25s
Test Suite / build (pull_request) Has been skipped
This PR reworks the sidebar to be an accordian. I also remove some of the progress feedback since it wasn't working right.
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(uv run:*)",
|
|
"Bash(uv add:*)",
|
|
"Bash(uv sync:*)",
|
|
"Bash(tree:*)",
|
|
"WebFetch(domain:www.dash-bootstrap-components.com)"
|
|
],
|
|
"deny": [],
|
|
"ask": [],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
} |