feat(base): add formula editor popover with live parse and palette

This commit is contained in:
Philipinho
2026-04-24 00:35:26 +01:00
parent 48d77a2b53
commit 28fed815ba
8 changed files with 323 additions and 3 deletions
@@ -48,6 +48,7 @@ export const GridHeader = memo(function GridHeader({
{baseId && (
<CreatePropertyPopover
baseId={baseId}
properties={properties}
onPropertyCreated={onPropertyCreated}
/>
)}