feat(platform): checkpoint current implementation state

This commit is contained in:
2026-04-01 07:42:03 +02:00
parent 3e53471f05
commit 8c5be51251
125 changed files with 10269 additions and 17808 deletions
@@ -112,6 +112,7 @@ export function EntityCombobox<T extends { id: string }>({
? createPortal(
<div
ref={panelRef}
data-entity-combobox-overlay="true"
className="fixed z-[9998] overflow-hidden rounded-xl border border-gray-200 bg-white shadow-xl dark:border-gray-600 dark:bg-gray-800"
style={{
top: position.top,