1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00
budibase/packages/builder
Peter Clement 2ee7cb008b Reworked Column Configuration in the data section (#11379)
* base work for using popover to create and edit columns

* more work to enable editing column in popover

* update styling of column type configs

* add new option picker component

* some updates to how the popover is opened and the new picker

* more updates to support the popover handling correctly

* update the popover to support a custom z index

* some styling around the colour picker

* update naming

* fix lint errors

* fix lint

* update filename

* incremental column numbers based on existing schema

* move func declaration

* add option color object to schema not constraints

* ux / pr comment updates

* undefined var

* fix issue with deleting option

* change background color

* update popove z-index
2023-07-31 14:28:11 +00:00
..
.vscode
assets Rename Integromat to Make. Update logo. (#10492) 2023-05-05 12:41:24 +01:00
build
public using black bb logo instead of gray 2023-06-14 16:55:46 +01:00
src Reworked Column Configuration in the data section (#11379) 2023-07-31 14:28:11 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
index.html fix for fonts in production 2023-06-14 18:48:44 +01:00
LICENSE.md
nuxt.config.js
package.json Update 2023-07-28 17:11:48 +02:00
README.md
routify.config.js
tsconfig.build.json
tsconfig.json Remove unnecessary paths 2023-05-18 10:22:14 +02:00
vite.config.js Fix fonts not loading in builder preview in dev 2023-06-16 14:46:34 +01:00
vitest.setup.js Builder Unit Test PoC (#10173) 2023-04-18 14:37:29 +01:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build