Roo-Code/webview-ui
slytechnical cbed162462 Refactor ApiOptions and LiteLLM components to use useEvent for message handling
- Replaced traditional event listeners with useEvent for improved performance and cleaner code.
- Updated message handling logic in both components to ensure proper response processing for provider models.
- Enhanced type safety by utilizing specific message types from ExtensionMessage.
2025-05-19 13:29:47 -05:00
..
.storybook Additional @shadcn/ui components 2025-02-14 23:41:39 -08:00
public Remove CRA cruft 2025-01-30 14:38:41 -08:00
src Refactor ApiOptions and LiteLLM components to use useEvent for message handling 2025-05-19 13:29:47 -05:00
.eslintrc.json fix: command validation failing on shell array indexing (#3530) 2025-05-12 21:31:54 -07:00
.gitignore PR cleanup 2025-03-12 11:23:06 -04:00
.npmrc Improved logic for auto-approving chained commands 2024-12-26 22:45:09 -08:00
components.json Remove lucide 2025-01-30 14:47:59 -08:00
index.html Fix linter warning + run prettier on everything (#3581) 2025-05-13 15:16:24 -07:00
jest.config.cjs Fix linter warning + run prettier on everything (#3581) 2025-05-13 15:16:24 -07:00
package-lock.json Fix command display in the approval required case (#3636) 2025-05-15 12:31:25 -07:00
package.json build: enable source maps for improved debugging (#3596) 2025-05-14 13:46:53 -04:00
tsconfig.json build: enable source maps for improved debugging (#3596) 2025-05-14 13:46:53 -04:00
vite.config.ts build: enable source maps for improved debugging (#3596) 2025-05-14 13:46:53 -04:00