Replace the custom div-based Modal with the native HTML <dialog> element using showModal()/close() API. Uses CSS opacity transitions with a data-closing attribute for Firefox-compatible close animations, Teleport to body, and focus save/restore. Updates E2E test selectors and fixes QuickAddOverlay selectors for the new dialog structure. |
||
|---|---|---|
| .. | ||
| comment-pagination.spec.ts | ||
| comment-sort-order.spec.ts | ||
| date-display.spec.ts | ||
| drag-to-project.spec.ts | ||
| mention-in-comment.spec.ts | ||
| overview.spec.ts | ||
| subtask-duplicates.spec.ts | ||
| task.spec.ts | ||
| tiptap-editor-save.spec.ts | ||