feat: add search and custom label filters to products view
- Added a search input for filtering products by name or ID. - Introduced a custom label input for filtering by CL4. - Implemented debounce functionality for both filters to optimize performance. - Updated local storage handling to persist filter values. - Modified styles for new filter groups in the product layout. chore: add .serena configuration files - Created .serena/.gitignore to exclude cache files. - Added .serena/project.yml for project configuration. fix: add status column to campaign_ad_groups table - Altered the campaign_ad_groups table to include a status column with ENUM values 'active' and 'paused'./c
This commit is contained in:
@@ -26,7 +26,15 @@
|
||||
"WebFetch(domain:ai.google.dev)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"WebFetch(domain:oraios.github.io)",
|
||||
"Bash(which uv:*)"
|
||||
"Bash(which uv:*)",
|
||||
"mcp__serena__find_symbol",
|
||||
"mcp__serena__activate_project",
|
||||
"Bash(find:*)",
|
||||
"Bash(head:*)",
|
||||
"mcp__serena__get_symbols_overview",
|
||||
"mcp__serena__search_for_pattern",
|
||||
"mcp__serena__read_file",
|
||||
"mcp__serena__replace_content"
|
||||
]
|
||||
},
|
||||
"statusLine": {
|
||||
|
||||
Reference in New Issue
Block a user