- Updated SCSS styles for new campaign sync buttons and dropdowns. - Refactored main_view.php to replace the single select for campaigns with a multi-select dropdown. - Added JavaScript functions to handle dropdown interactions and sync status updates. - Introduced sync status bars for clients in main_view.php. - Created new database migrations for client sync flags and cron sync status tracking.
22 lines
549 B
JSON
22 lines
549 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:*)"
|
|
]
|
|
}
|
|
}
|