1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
Commit graph

178 commits

Author SHA1 Message Date
Andrew Kingston 88354073aa Add missing initial form values to form context and prefix static values to avoid clashes with column names 2021-08-23 11:10:07 +01:00
Andrew Kingston 801ea8f902 Remove steps setting on form 2021-08-20 15:20:57 +01:00
Andrew Kingston 9cb1ce6862 Prevent adding form steps inside other form steps and fix illegalChildren usage 2021-08-20 15:16:20 +01:00
Andrew Kingston 7f07390277 Add single button action for changing form step 2021-08-20 09:54:54 +01:00
Andrew Kingston 700e36854c Rewrite client form library to derive state where possible and handle steps 2021-08-19 12:53:31 +01:00
Andrew Kingston c44d0a684b Support multiple component context exports and export additional context from forms 2021-08-18 14:58:58 +01:00
Andrew Kingston 5d1374bfa2 Add stepper component to bbui for numeric values 2021-08-18 11:32:39 +01:00
Maurits Lourens 2cbf7b4821 implement review comments 2021-08-17 15:13:57 +02:00
Maurits Lourens 51f680ebea Merge branch 'develop' into autocomplete_component 2021-08-17 14:26:57 +02:00
Peter Clement ff5efc259f Merge remote-tracking branch 'origin/develop' into dynamic-picker-options 2021-08-17 11:26:42 +01:00
Peter Clement 4c37365549 Allow users to define custom picker options 2021-08-17 10:32:01 +01:00
Maurits Lourens e8078662f8 add autocomplete component and make it optional for optionsField and relationshipField 2021-08-16 23:31:51 +02:00
Andrew Kingston e6399cad33
Merge pull request #2339 from Budibase/custom-form-validation
Custom form validation
2021-08-16 18:29:44 +01:00
Andrew Kingston b6e3c537e9 Add ability for select options to be loaded from a data provider 2021-08-16 11:24:25 +01:00
Andrew Kingston 8e9ce2223e Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks 2021-08-13 13:33:22 +01:00
Andrew Kingston b5348dd9e2 Add over background button variant 2021-08-13 12:22:35 +01:00
Andrew Kingston cc65aff391 Add more size options for paragraphs and headings 2021-08-13 12:07:45 +01:00
Andrew Kingston f4d965347d Add global data bindings for mobile and tablet device sizes 2021-08-13 11:24:47 +01:00
Andrew Kingston b9887a657c Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation 2021-08-11 15:51:45 +01:00
Andrew Kingston eea293da10 Merge branch 'develop' of github.com:Budibase/budibase into default-field-values 2021-08-11 15:13:30 +01:00
Andrew Kingston ef99e5a557 Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation 2021-08-11 15:09:04 +01:00
Andrew Kingston b7af4ed65f Add validation drawer and simplify HOC's for different field types 2021-08-06 14:54:00 +01:00
Martin McKeaveney 04e1399eec
Merge pull request #2239 from mslourens/checkbox_sizes
add sizes to boolean field and checkbox component
2021-08-05 16:43:20 +01:00
Andrew Kingston 8b48ddc227 Add default value setting to all relevant form fields 2021-08-04 12:52:48 +01:00
Maurits Lourens acd31618f2 add radio buttons to standard components options picker 2021-08-03 21:30:06 +02:00
Maurits Lourens 2d5a747803 add sizes to boolean field and checkbox component 2021-08-03 20:54:32 +02:00
Andrew Kingston 7e3ad48cb5 Remove filter from repeater settings 2021-08-03 13:40:04 +01:00
Keviin Åberg Kultalahti 67da593993 remove option that was not valid 2021-07-31 15:12:24 +02:00
Keviin Åberg Kultalahti 150ac075cb adds the Spectrum divider component to the standard components 2021-07-31 15:11:33 +02:00
Maurits Lourens da01126077 Add size componentStyle options to form controls 2021-07-29 16:21:02 +02:00
Maurits Lourens 82cc14ed53 clear form action - adjust manifest and add settings form 2021-07-26 15:05:22 +02:00
Andrew Kingston 05a06bc38a Remove padding from empty layouts and add option for full width layout content 2021-07-10 11:56:32 +01:00
Andrew Kingston 54236ee031 Add feature flags to manifest 2021-07-07 13:53:59 +01:00
Andrew Kingston 70d29c32f8 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-07-07 11:48:38 +01:00
Andrew Kingston 8f97ea3771 Swap row and column icons 2021-07-07 09:28:11 +01:00
Andrew Kingston c9259aee36 Add quiet prop to buttons and size styles to form 2021-07-05 10:19:07 +01:00
Andrew Kingston f7f7180437 Add spectrum card component 2021-06-30 16:33:35 +01:00
Andrew Kingston 1547c17f7f Merge and add initial work on cards 2021-06-30 16:33:19 +01:00
Andrew Kingston 24172d111c Remove a lot of hacks around screenslots and allow naming them 2021-06-30 09:05:03 +01:00
Andrew Kingston d2910ae5c8 Make icon component slightly more presentable 2021-06-30 08:46:18 +01:00
Andrew Kingston d28c48ccad Add global app theme picker and use it in client preview 2021-06-28 12:55:11 +01:00
Andrew Kingston 930b0b774f Fix embed showing undefined, add size styles and add placeholder 2021-06-25 16:04:42 +01:00
Andrew Kingston c02a7ef311 Fix placeholder styles, add typography settings to link 2021-06-25 15:56:22 +01:00
Andrew Kingston 0361f2248b Add placeholder to background image, fix default styles and add size styles 2021-06-25 15:36:51 +01:00
Andrew Kingston 1711331261 Add size styles and placeholder to image component 2021-06-25 15:29:24 +01:00
Andrew Kingston 937479986d Add pretty labels to button props, ensure button width is always determined by content 2021-06-25 08:55:45 +01:00
Andrew Kingston 13f9b8b532 Add wrap setting to containers and force repeaters to always wrap 2021-06-24 12:15:04 +01:00
Andrew Kingston 14fa37deac Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2 2021-06-24 11:44:49 +01:00
Andrew Kingston b7aa28f981 Add some container settings to repeaters to allow control of layout of children, and enable settings bar 2021-06-24 11:44:33 +01:00
Andrew Kingston 3074b3894f Add gap to container settings and remove some colours from color picker 2021-06-24 11:29:20 +01:00