feat: improve memo editing workflow
ci / gitleaks (push) Successful in 45s
ci / docker (push) Successful in 7m16s

This commit is contained in:
2026-09-14 17:59:23 +08:00
parent 31c2218edc
commit 4e8045159f
12 changed files with 1398 additions and 90 deletions
+2 -1
View File
@@ -372,7 +372,8 @@ describe('archived task-list disclosure', () => {
expect(app).toContain('<Teleport to="body">')
expect(app).toContain('class="archived-action-mask" @click.self="closeArchivedListAction()"')
expect(app).toContain("document.addEventListener('scroll', handleArchivedListViewportChange, true)")
expect(app).toContain("window.addEventListener('resize', handleArchivedListViewportChange)")
expect(app).toContain("window.addEventListener('resize', handleViewportResize)")
expect(app).toContain('handleArchivedListViewportChange()')
expect(css).toContain('@media(max-width:930px){.archived-action-mask{display:block;position:fixed;')
})