Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
798507f
Improve Plugin Guide and Theme Preview on narrow screens
brsbl Sep 17, 2026
2dcf3d1
Update Guide overflow assertion for immediate responsive sizing
brsbl Sep 17, 2026
593ebb4
Align badge layout assertion with responsive wrapping
brsbl Sep 17, 2026
ab0b99a
Show mobile product layouts in plugin previews
brsbl Sep 17, 2026
809b278
Keep mobile composer annotations clear of the draft
brsbl Sep 17, 2026
0df1a09
Preserve desktop fixture layout contracts
brsbl Sep 17, 2026
dc43609
Unify Plugin Guide navigation in one toolbar
brsbl Sep 17, 2026
f366266
Refine mobile Guide paging and Theme Preview controls
brsbl Sep 21, 2026
2e41622
Make Theme Preview sections collapsible and loosen tab spacing
brsbl Sep 21, 2026
4c8c071
Update Theme Preview checks for collapsible sections
brsbl Sep 21, 2026
5086f40
Keep Theme Preview tabs compact on desktop
brsbl Sep 21, 2026
5b8b787
Restore standard Theme Preview tab styling
brsbl Sep 21, 2026
5549702
Hide Theme Preview split view on mobile
brsbl Sep 21, 2026
ab2c7a6
Page mobile Plugin Guide by pane and keep annotation changes in place
brsbl Sep 21, 2026
0116bfd
Keep side-panel annotations aligned while scrolling tabs
brsbl Sep 21, 2026
5b7b39b
Page Guide examples one at a time and reveal selected panel annotations
brsbl Sep 21, 2026
d5dd21d
Keep example plugin names on one line
brsbl Sep 21, 2026
91bf22b
Show annotations for every visible side-panel tab
brsbl Sep 21, 2026
dda0575
Cover inactive side-panel annotation markers
brsbl Sep 21, 2026
766b5f5
Align panel markers with tabs and keep desktop example controls compact
brsbl Sep 21, 2026
826f828
Keep Guide example controls on one line
brsbl Sep 21, 2026
b86ffa3
Keep single-example Guide paging mobile only
brsbl Sep 21, 2026
ff589cb
Reproduce inert composer annotation targets
brsbl Sep 21, 2026
707488d
Make Guide annotation order and targets match each mobile pane
brsbl Sep 21, 2026
277735b
Keep overlay boundary assertion independent of class ordering
brsbl Sep 21, 2026
e91cb7a
Separate desktop composer badges from draft highlights
brsbl Sep 21, 2026
36b43f0
Restore Copy for agent label on desktop Guide cards
brsbl Sep 21, 2026
9c5ef02
Fit mobile Guide previews around annotation cards on desktop
brsbl Sep 21, 2026
1d71d1a
Animate preview height through its natural size
brsbl Sep 21, 2026
701cf2f
Ease mobile Guide annotation card height changes
brsbl Sep 21, 2026
c7bf853
Keep responsive preview controls aligned with their active panes
brsbl Sep 21, 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
20 changes: 20 additions & 0 deletions packages/plugin-api-map/src/anatomy-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
"fork",
"plugin-actions"
],
"mobileLayout": {
"sources": [
{
"path": "packages/shared-ui/src/components/ui/hooks/use-compact-viewport.tsx",
"anchors": ["(max-width: 767px)"]
},
{
"path": "apps/app/src/views/RootComposeSecondaryContent.tsx",
"anchors": ["RootComposeCompactHome composer={children}", "PluginHomepageSections"]
},
{
"path": "apps/app/src/components/secondary-panel/CompactSecondaryPanelShelf.tsx",
"anchors": ["CompactSecondaryPanelShelf"]
},
{
"path": "apps/app/src/components/ui/sidebar.tsx",
"anchors": ["SIDEBAR_WIDTH_MOBILE", "SIDEBAR_MOBILE_VIEWPORT_FRACTION"]
}
]
},
"surfaceFixtures": {
"command-palette-actions": {
"groupId": "command-palette",
Expand Down
Loading
Loading