You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add root heading level support to dashboard layout (#9249)
* feat: add root level heading support to dashboard layout
* refactor: use is to determine whether the element is a dashboard
* test: remove duplicate test
* test: move section tests, remove duplicates, make all elements custom
* Update packages/dashboard/test/dashboard-layout.test.ts
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
* Update packages/dashboard/test/dashboard-layout.test.ts
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
* refactor: use event instead of mutation observer
* test: update snapshot tests
* refactor: add private property for detecting mixin
* chore: remove private marking
* chore: remove double underscore from function name
* chore: add missing attr JSDoc annotations
* chore: do not declare private property for mixin detection flag
* chore: rename method to follow add / remove convention
* chore: rename methods to not use observer
---------
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
0 commit comments