Logo
Explore Help
Register Sign In
ZF/jitsi-meet
1
0
Fork 0
You've already forked jitsi-meet
mirror of https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git synced 2026-05-22 10:17:48 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
e672aaa35a89a1c53ed8ac72db7dfbc613ca0130
jitsi-meet/react/features/custom-panel/components/web/CustomPanelContent.tsx

12 lines
302 B
TypeScript
Raw Normal View History

feat(custom-panel): add resizable panel width with drag handle and persistence Allow users to resize the custom panel by dragging a handle on its left edge, matching the chat panel's resize UX. The panel width is persisted via PersistenceRegistry so it survives page reloads. Architectural changes: - Split CustomPanel into container (resize/close) + CustomPanelContent (branding override) - Split functions.ts into core functions + functions.custom.ts (branding override) - Split middleware.web.ts into orchestrator + middleware.custom.web.ts (branding override) - Chat max size now accounts for custom panel width for mutual awareness test-localStorage1.html
2026-03-27 15:24:32 -05:00
/**
* Custom panel content placeholder component.
* This file is overridden by jitsi-meet-branding at build time
* to provide the actual panel content (e.g. iframe).
*
* @returns {null} This placeholder renders nothing.
*/
export default function CustomPanelContent(): null {
return null;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 108ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API