chore: merge executor worktree (10-05 Nyquist stubs)

This commit is contained in:
curo1305
2026-06-15 20:17:06 +02:00
9 changed files with 205 additions and 0 deletions
@@ -0,0 +1,8 @@
import { describe, it } from 'vitest'
describe('UX-13: Teleport + getBoundingClientRect dropdown pattern across components', () => {
it.todo('DocumentCard folder picker uses Teleport to body')
it.todo('DocumentCard folder picker position matches trigger getBoundingClientRect')
it.todo('FolderRow three-dot menu uses Teleport to body')
it.todo('FolderRow three-dot menu repositions on window scroll')
})