diff --git a/desk/src/components/CommentTextEditor.vue b/desk/src/components/CommentTextEditor.vue deleted file mode 100644 index d23e13f20d..0000000000 --- a/desk/src/components/CommentTextEditor.vue +++ /dev/null @@ -1,229 +0,0 @@ - - diff --git a/desk/src/components/CommunicationArea.vue b/desk/src/components/CommunicationArea.vue index 8d0aed24fc..cfa9c39fc5 100644 --- a/desk/src/components/CommunicationArea.vue +++ b/desk/src/components/CommunicationArea.vue @@ -1,175 +1,244 @@ diff --git a/desk/src/components/EmailEditor.vue b/desk/src/components/EmailEditor.vue deleted file mode 100644 index bceb810bfb..0000000000 --- a/desk/src/components/EmailEditor.vue +++ /dev/null @@ -1,691 +0,0 @@ - - - diff --git a/desk/src/components/index.ts b/desk/src/components/index.ts index e3c82c6de2..d970337116 100644 --- a/desk/src/components/index.ts +++ b/desk/src/components/index.ts @@ -3,10 +3,8 @@ export { default as AttachmentItem } from "./AttachmentItem.vue"; export { default as AttachmentList } from "./AttachmentList.vue"; export { default as Autocomplete } from "./Autocomplete.vue"; export { default as CommentBox } from "./CommentBox.vue"; -export { default as CommentTextEditor } from "./CommentTextEditor.vue"; export { default as CommunicationArea } from "./CommunicationArea.vue"; export { default as EmailArea } from "./EmailArea.vue"; -export { default as EmailEditor } from "./EmailEditor.vue"; export { default as FadedScrollableDiv } from "./FadedScrollableDiv.vue"; export { default as AutocompleteNew } from "./frappe-ui/Autocomplete.vue"; export { default as Link } from "./frappe-ui/Link.vue"; diff --git a/desk/src/index.css b/desk/src/index.css index d313c0b94a..2e2f6125cc 100644 --- a/desk/src/index.css +++ b/desk/src/index.css @@ -27,6 +27,13 @@ display: none !important; } +/* Dialogs (e.g. saved replies) must sit above a detached FloatingWindow + (z-50); the frappe-ui overlay has no z-index of its own. Deletable once + frappe-ui is ≥ beta.55, where the window drops to z-40 under dialogs. */ +body.has-floating-window .dialog-overlay { + z-index: 100; +} + html, body { color: var(--ink-gray-9);