corrad-bp/.claude/settings.local.json
Afiq 2562ebbc74 Enhance Icon Selection and External URL Handling in Form Builder Components
- Updated FormBuilderFieldSettingsModal.vue and sideMenuNested.vue to replace text input for icon selection with an IconBrowser component, improving user experience for selecting Material Design icons.
- Enhanced CustomActionButton.vue to differentiate between internal and external URLs when navigating, ensuring proper handling of external links.
- Modified settings.local.json to include additional WebFetch commands for improved documentation access during development.
2025-08-08 11:33:58 +08:00

15 lines
326 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(yarn dev:*)",
"Bash(yarn lint:*)",
"Bash(yarn build:*)",
"Bash(npx eslint:*)",
"WebFetch(domain:docs.iconify.design)",
"WebFetch(domain:iconify.design)",
"WebFetch(domain:api.iconify.design)"
],
"deny": []
}
}