Holden Hu

Results 5 issues of Holden Hu

## Current behavior props Event open and close cant work ## Expected behavior so works ## Versions 1.2.16 ## My attempts ```js ``` ok it is fine when i first...

hope eruda could expose"on" hooks to track show and hide action for example ```tsx eruda.on("show", () => {}) eruda.on("hide", () => {}) ``` I notice some [code](https://github.com/liriliri/eruda/blob/master/src/DevTools/DevTools.js#L32) ```tsx export default...

![image](https://github.com/user-attachments/assets/7c69bda0-644b-4bb8-bb67-f7d71fa4c09e) add db schema visualizer abilility some ref: https://github.com/drizzle-team/drizzle-orm/discussions/1480 https://drizzle.run/visualizer https://github.com/softwaretechnik-berlin/dbml-renderer

### Is this a feature for the backend or frontend? Frontend ### What would you like? Improve Accessibility of Edit Button for Long Content Pages Issue: The current placement of...

enhancement

- Added a new hook `useKnowledgeUpdate` to manage knowledge updates. - Integrated knowledge update feature in `BotCard` component with loading state. - Created `updateKnowledge` API in `BotsController` to handle knowledge...