Testnu - #373
Open
deepmindru-afk wants to merge 128 commits into
Open
Testnu#373deepmindru-afk wants to merge 128 commits into
deepmindru-afk wants to merge 128 commits into
Conversation
This reverts commit 88982a7.
…le and scrollable
Move production guard inside try/catch to avoid uncaught throw, return JSON error responses, and add res.ok check on the client to prevent JSON parse crash on non-2xx responses.
… participantIdentity)
…lorer - API route now accepts a user-provided connectionString parameter for direct PostgreSQL connections using parameterized queries (pg library) - Three data source modes: user PostgreSQL -> DATABASE_URL proxy -> sample fallback - DataExplorer UI includes connection string input, connect/disconnect with loading - Enhanced pagination controls: page size selector (10/15/25/50/100), first/last page buttons, editable page number input with jump-to, and tooltips on all controls - Added TooltipProvider in root layout for global tooltip support
…data explorer" This reverts commit 652d824.
streamdown 1.6.11 added rehype-sanitize as a default plugin whose schema strips data: URLs from img src (causing the 'Image blocked' fallback) and removes iframe tags entirely. Pass custom rehypePlugins to Streamdown that reuse streamdown's defaults but extend the sanitize schema to allow data: images and iframes while keeping script/event-handler stripping intact.
…ream deletions and theme color
…witch main view" This reverts commit b481df7.
- App accepts roomName prop so /rooms/:room_name actually selects the room - define rpcCommands state and pass commands to AgentControlBar - remove typescript.ignoreBuildErrors / eslint.ignoreDuringBuilds overrides - drop legacy .eslintrc.json and switch lint script to flat eslint config
- token route: make roomConfig optional (undefined when no agent dispatch) - editor: add @tiptap/extension-placeholder, wire placeholder via extension - view-controller: annotate VIEW_MOTION_PROPS as MotionProps - eslint: ignore build output dirs so 'eslint .' doesn't lint .next - apply repo prettier formatting to clear lint phase
- Applied Vercel black theme (bg-black, text-white, zinc grays) across all components - Updated globals.css with Vercel-inspired CSS variables and dark mode defaults - Updated layout.tsx: black body background, dark header with blur backdrop - Updated sidebar.tsx: black sidebar, dark borders, zinc input fields, styled tabs - Updated welcome-view.tsx: black background, white text, zinc accent colors, styled inputs - Updated theme-toggle.tsx: black background with zinc-700 border, hover states - Updated button.tsx: Vercel-style button variants (default, ghost, outline, secondary) - Updated tooltip.tsx: black tooltip background with zinc-700 border - Updated agent-control-bar.tsx: black background with zinc-800 borders - All components now use consistent black/zinc color palette
|
@superman32432432 is attempting to deploy a commit to the LiveKit Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.