copilot
copilot copied to clipboard
Feat/Global action variables and bug UI bug fixes
- Update Copilot options in page.tsx
- feat: Add useCallbackRef hook for memoizing callbacks
- chore: remove unused files
- style: disable button after click
- feat(ui): add SelectField component
- feat(actions): add PayloadType definition
- feat: Add selectedActions functionality
- chore: remove unused import
- refactor: Remove unnecessary import and empty line
- style(ui): update styles for SelectLabel and SelectItem, SheetContent
- feat(Renderer): Add Action Variables Drawer
- feat(ActionBlock): add selection and style changes
- Refactor socket event listener in Controller context
- Add ActionVariablesForm component and ActionVariablesDrawer component
- Add new component: AddActionDrawer