gitdataai/src/components/room
ZhenYi 6431709669 fix(room): show model name instead of UID in settings panel
- Load model list on settings panel mount so names are always available.
- SelectValue now displays the selected model's name by looking up
  availableModels, falling back to UID if name not found.
- Existing AI configs list also shows model name instead of raw UID.
2026-04-17 23:17:56 +08:00
..
chatbotKitAdapter.ts init 2026-04-15 09:08:09 +08:00
CreateRoomDialog.tsx init 2026-04-15 09:08:09 +08:00
DeleteRoomAlert.tsx init 2026-04-15 09:08:09 +08:00
EditRoomDialog.tsx init 2026-04-15 09:08:09 +08:00
FunctionCallBadge.tsx init 2026-04-15 09:08:09 +08:00
icon-match.tsx init 2026-04-15 09:08:09 +08:00
index.ts init 2026-04-15 09:08:09 +08:00
MentionPopover.tsx init 2026-04-15 09:08:09 +08:00
MessageMentions.tsx fix(room): fix scrolling lag, N+1 queries, and multiple WS token requests 2026-04-17 21:08:40 +08:00
RoomAiAuthBanner.tsx init 2026-04-15 09:08:09 +08:00
RoomAiTasksPanel.tsx init 2026-04-15 09:08:09 +08:00
RoomChatInterface.tsx init 2026-04-15 09:08:09 +08:00
RoomChatPanel.tsx perf(room): simplify scroll handler and stabilize callback refs 2026-04-17 21:28:58 +08:00
RoomList.tsx init 2026-04-15 09:08:09 +08:00
RoomMentionPanel.tsx init 2026-04-15 09:08:09 +08:00
RoomMessageActions.tsx init 2026-04-15 09:08:09 +08:00
RoomMessageBubble.tsx fix(room): make reaction Popover controlled so it closes after select 2026-04-17 22:16:40 +08:00
RoomMessageEditDialog.tsx init 2026-04-15 09:08:09 +08:00
RoomMessageEditHistoryDialog.tsx init 2026-04-15 09:08:09 +08:00
RoomMessageList.tsx perf(room): increase virtualizer overscan to 30 for smoother scrolling 2026-04-17 21:31:36 +08:00
RoomMessageReactions.tsx init 2026-04-15 09:08:09 +08:00
RoomMessageSearch.tsx init 2026-04-15 09:08:09 +08:00
RoomParticipantsPanel.tsx init 2026-04-15 09:08:09 +08:00
RoomPinBar.tsx init 2026-04-15 09:08:09 +08:00
RoomSettingsPanel.tsx fix(room): show model name instead of UID in settings panel 2026-04-17 23:17:56 +08:00
RoomThreadPanel.tsx init 2026-04-15 09:08:09 +08:00
sender.ts init 2026-04-15 09:08:09 +08:00