mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-08 15:41:38 +00:00
|
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
* 💬 fix: Raise ask_user_question Option Label Cap to 280 Chars Raise OPTION_LABEL_MAX from 120 to 280 and make every ask_user_question surface wrap long, model-generated strings instead of overflowing. * 🪟 fix: Bound ask_user_question Popover to the Viewport The popover is absolutely positioned, so content taller than the viewport is unreachable by page scroll. Cap the panel at 60vh with the option list as the only flexible scroll region, and scroll the keyboard-selected row into view since selection paints a highlight without moving focus. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| Input | ||
| Menus | ||
| Messages | ||
| AddMultiConvo.tsx | ||
| ChatView.tsx | ||
| ExportAndShareMenu.tsx | ||
| Footer.tsx | ||
| Header.tsx | ||
| Landing.tsx | ||
| Presentation.tsx | ||
| ProjectLandingChip.tsx | ||
| TemporaryChat.tsx | ||