feat: editor inline status node (#1973)

* inline status node

* fix alignment

* fix

* typed storage

* fix math block popup on select all
This commit is contained in:
Philip Okugbe
2026-02-27 01:34:03 +00:00
committed by GitHub
parent 59e945562d
commit ea44468fad
11 changed files with 365 additions and 7 deletions
@@ -0,0 +1,17 @@
.node-status {
margin-right: 2px;
&.ProseMirror-selectednode {
outline: none;
}
&.selection,
& *::selection {
background-color: transparent;
}
&.ProseMirror-selectednode .status-badge {
box-shadow: 0 0 0 2px light-dark(var(--mantine-color-blue-4), var(--mantine-color-blue-7));
border-radius: 3px;
}
}