If unsure about component usage, search existing code in this project. Most components extend antd with additional props.
lobehub▌
creator profile · 38 approved skills · page 3 of 4
total skills
38
showing 10 on this page
page installs
0
0 this week
Location: src/database/schemas/_helpers.ts
Structured guide for implementing keyboard shortcuts in a chat application. \n \n Covers five-step implementation process: defining hotkey constants, registering default key combi…
Session store integration for tracking recently accessed topics, resources, and pages. \n \n Three initialization hooks ( useInitRecentTopic , useInitRecentResource , useInitRecen…
Linear issue management with workflows for retrieving, updating, and commenting on LOBE-xxx issues. \n \n Retrieve issue details, check for sub-issues, and update status using ded…
Guide for implementing server-side environment variables to configure default user settings. \n \n Follows a three-tier priority system: user custom settings override server envir…
Step-by-step guide for documenting new AI provider integrations across docs, environment variables, and Docker configs. \n \n Create bilingual usage documentation (English and Chi…
Imperative modal dialog creation using createModal from @lobehub/ui. \n \n Eliminates the need for open state management by calling a function directly instead of rendering a decl…
Vitest testing guide for LobeHub with commands, patterns, and best practices. \n \n Run specific test files with bunx vitest run commands; avoid bun run test which runs 3000+ test…
$22