- Replaced the existing sidebar implementation with a new ReportingSider component that accepts collapse state and toggle function as props. - Simplified the ReportingCollapsedButton component for better readability and functionality. - Updated layout styles to enhance responsiveness and maintain consistent margins. - Removed unused CSS styles related to the sidebar for cleaner code.
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run type-check:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(move:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(rm:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |