Skip to content
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
94d2753
feat(ui): implement fullscreen and pip display modes for MCP Apps
aharvard Feb 18, 2026
e4511bc
feat(ui): add view transitions for display mode changes
aharvard Feb 18, 2026
9aabe0a
fix(ui): improve display mode transitions and button UX
aharvard Feb 18, 2026
301d5c6
fix(ui): preserve chat scroll position during fullscreen mode
aharvard Feb 18, 2026
a78c611
fix(ui): force iframe to fill container in fullscreen and pip modes
aharvard Feb 18, 2026
d8e4369
fix(ui): enable scrolling in PiP mode
aharvard Feb 18, 2026
e7bb22f
fix(ui): fix PiP scrolling by removing h-full constraints from inner …
aharvard Feb 18, 2026
676ee06
fix(ui): preserve app iframe across display mode changes
aharvard Feb 18, 2026
f98b9d3
fix(ui): restore PiP scrolling after stable container refactor
aharvard Feb 18, 2026
cc93801
feat(ui): add view transition CSS for smooth display mode animations
aharvard Feb 18, 2026
8d5fd42
fix(ui): replace view transitions with CSS transitions for display mo…
aharvard Feb 18, 2026
e475f2a
feat(ui): add FLIP animation for display mode transitions
aharvard Feb 18, 2026
c1148e9
fix(ui): stabilize FLIP animation and placeholder sizing
aharvard Feb 18, 2026
ebe9abc
feat(ui): only show display mode controls for modes the app declares
aharvard Feb 18, 2026
4fcdd5d
fix(ui): make PiP control buttons sticky so they don't scroll away
aharvard Feb 18, 2026
86a8955
fix(ui): make PiP drag handle sticky during scroll
aharvard Feb 18, 2026
e70e2bb
fix(ui): combine PiP drag handle and controls into single compact bar
aharvard Feb 18, 2026
833d003
fix(ui): hide PiP controls until hover, remove top padding
aharvard Feb 18, 2026
9f8a48d
fix(ui): remove pt-1 padding from PiP hover controls overlay
aharvard Feb 18, 2026
9bfb895
fix(ui): unify PiP drag handle style with control buttons
aharvard Feb 18, 2026
b3fc7b9
fix(ui): left-align drag handle, remove pt, justify-between layout
aharvard Feb 18, 2026
a029ba4
fix(ui): equal inset spacing for PiP drag handle and controls
aharvard Feb 18, 2026
bb2c114
fix(ui): fix PiP toolbar spacing - m-1 on each element, no container …
aharvard Feb 18, 2026
4c515c5
fix(ui): align PiP drag handle and controls at same vertical position
aharvard Feb 18, 2026
1be6a13
fix(ui): fix PiP controls alignment - render as fragment, not wrapper…
aharvard Feb 18, 2026
05fdb42
fix(ui): remove pt-1 from PiP toolbar container
aharvard Feb 18, 2026
e793d5b
fix(ui): nudge PiP toolbar down with sticky top-1 instead of padding
aharvard Feb 18, 2026
296f450
Update ui/desktop/src/components/McpApps/types.ts
aharvard Feb 18, 2026
1ab5ebe
Update ui/desktop/src/components/McpApps/McpAppRenderer.tsx
aharvard Feb 18, 2026
d27dcf2
fix(ui): address Copilot review - FLIP animation race + O(1) iframe m…
aharvard Feb 18, 2026
64fc7a4
Merge remote-tracking branch 'origin/main' into aharvard/display-modes
aharvard Feb 19, 2026
fd6d864
fix(ui): improve PiP accessibility, positioning, and drag stability
aharvard Feb 19, 2026
4da2e59
fix(ui): clamp PiP position to viewport bounds
aharvard Feb 19, 2026
bc6a8f6
feat(ui): replace FLIP with entrance animations, respect app display …
aharvard Feb 19, 2026
ef10572
fix(ui): revert fullscreen to overflow-hidden (scrolling handled by app)
aharvard Feb 19, 2026
0499a5d
fix(ui): address Copilot review round 3
aharvard Feb 19, 2026
79f43ce
fix: suppress no-undef lint errors for Window type in McpAppRenderer
aharvard Feb 19, 2026
15f9097
Merge remote-tracking branch 'origin/main' into aharvard/display-modes
aharvard Feb 24, 2026
9fffea4
revert formatting-only changes to out-of-scope files
aharvard Feb 24, 2026
ed2f1e1
fix: validate display mode requests against effective modes
aharvard Feb 25, 2026
663825d
docs: explain PIP_MARGIN_BOTTOM value
aharvard Feb 25, 2026
853b070
chore: add TODO to extract useDisplayMode hook
aharvard Feb 25, 2026
7ec29ea
fix: prevent stuck PiP drag state on lost pointer capture
aharvard Feb 25, 2026
d317fcb
fix: clean up entrance animation class on animationend
aharvard Feb 25, 2026
2c4ed84
refactor: extract useDisplayMode hook from McpAppRenderer
aharvard Feb 25, 2026
6b1f6ca
fix: stabilize chat body when returning from PiP to inline
aharvard Feb 25, 2026
64673a5
fix: restore inline height when returning from fullscreen/pip
aharvard Feb 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading