You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): add configurable window position (top_center, center, bottom_center)
Adds `ui.position` option to control where the marks window appears.
Defaults to 'center'. Supported values:
- top_center: positions the window near the top, centered horizontally
- bottom_center: positions it near the bottom
- center: keeps the existing centered behavior
0 commit comments