1
0
Fork 0
mirror of synced 2024-08-03 12:21:39 +12:00
Commit graph

355 commits

Author SHA1 Message Date
Andrew Kingston
dc67b4f8c1 Deeply clone rows before passing them back in the table edit row callback to avoid mutating table data 2021-09-02 14:42:12 +01:00
Peter Clement
a5a4c63094 Merge remote-tracking branch 'origin/develop' into multi-option-datatype 2021-08-26 14:38:05 +01:00
Peter Clement
7217bb3ccd fix build 2021-08-26 08:50:36 +01:00
Andrew Kingston
0516d3d0ef Prevent MenuItem firing onlick handlers when disabled 2021-08-24 15:29:50 +01:00
Andrew Kingston
9223476ca7 Merge branch 'develop' of github.com:Budibase/budibase into multistep-forms 2021-08-23 11:48:03 +01:00
Andrew Kingston
a656b419b9 Making picker sorting optional and default to off. Sort by default for client apps 2021-08-20 10:03:21 +01:00
Peter Clement
295e36f576 Add ability for user to select 'List' data type for a column 2021-08-19 16:54:44 +01:00
Andrew Kingston
5d1374bfa2 Add stepper component to bbui for numeric values 2021-08-18 11:32:39 +01:00
Martin McKeaveney
f28d0773f9
Merge pull request #2401 from mslourens/update_datasource_name
Update the name of the datasource
2021-08-18 10:44:04 +01:00
Maurits Lourens
285b73ceea fix lint issues 2021-08-18 00:04:54 +02:00
Maurits Lourens
c86a878b27 update the name of the datasource 2021-08-17 23:57:11 +02:00
Maurits Lourens
4e3da10cc8 implement review comments 2021-08-17 19:57:11 +02:00
Maurits Lourens
2cbf7b4821 implement review comments 2021-08-17 15:13:57 +02: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
cee0367b1d
Merge pull request #2344 from Budibase/ak-fixes
Fixes and features for various issues
2021-08-16 09:04:13 +01:00
Andrew Kingston
1285bcf645 Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks 2021-08-13 13:53:30 +01:00
Keviin Åberg Kultalahti
97498b0778 Merge branch 'master' into develop 2021-08-13 14:41:49 +02:00
Andrew Kingston
3309fa674c Adding missing dep 2021-08-13 13:32:32 +01:00
Andrew Kingston
6c7d3c171e Add static white and black color options to color picker 2021-08-13 12:39:57 +01:00
Andrew Kingston
cd3908ea9b Make dropzone file name a link to the file 2021-08-12 11:49:48 +01:00
Andrew Kingston
26fa1f4941 Sort picker options alphabetically 2021-08-12 10:09:38 +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
6005c0a4d8 Ensure checkbox always has a size class 2021-08-11 15:21:35 +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
Martin McKeaveney
962e940aab fix date sorting 2021-08-10 17:41:11 +01:00
Martin McKeaveney
7d49634c6d fix date sorting 2021-08-10 17:41:01 +01:00
PClmnt
a1ab811372
Merge pull request #2318 from Budibase/quiet-emphasized-tabs
Add Quiet and Emphasized variants to the Tabs and Tab components
2021-08-09 16:13:03 +01:00
Peter Clement
c382c9d4b5 border fix 2021-08-09 15:56:05 +01:00
Peter Clement
fb343cc519 fix underline conditional 2021-08-09 15:55:03 +01:00
Peter Clement
cb7e02bb3a Add Quiet and Emphasized variants to the Tabs and Tab components 2021-08-09 15:47:30 +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
Maurits Lourens
2d5a747803 add sizes to boolean field and checkbox component 2021-08-03 20:54:32 +02:00
Andrew Kingston
f095be6aac Darken modal underlay and add actions above screen modal to allow entering full screen or closing 2021-08-03 12:02:20 +01:00
Andrew Kingston
760ec7698d Fix modal not shrinking to fit screen size 2021-07-30 14:13:16 +01:00
Andrew Kingston
9aa65e2aa4 Break out notification component to standalone component 2021-07-30 13:58:34 +01:00
Andrew Kingston
78b2908a5d Add modal option to hide divider, and make title rendering optional 2021-07-30 13:57:33 +01:00
Martin McKeaveney
240c80525a
Merge pull request #2131 from mslourens/automation_live_toggle
convert automation icons into toggle
2021-07-28 10:24:52 +01:00
Maurits Lourens
9753783866 fix lint issue 2021-07-28 00:06:03 +02:00
Maurits Lourens
8c4333f4ca fix cypress test 2021-07-27 23:48:06 +02:00
Andrew Kingston
d53cc48338 Remove hardcoded colours from BBUI modal component 2021-07-23 15:43:44 +01:00
Andrew Kingston
e44a82bb72 Set default getOptionIcon prop in core Picker to avoid crash 2021-07-21 14:35:55 +01:00
Andrew Kingston
c48300b159 Set default getOptionIcon prop to avoid crash when using core select, like in client apps 2021-07-21 14:35:37 +01:00
Andrew Kingston
cb3211beb3 Merge branch 'develop' of github.com:Budibase/budibase into drawer-improvements 2021-07-20 14:39:55 +01:00
Rory Powell
90c0e7b2c1 Merge branch 'develop' into feature/oidc-support 2021-07-15 14:05:30 +01:00
Andrew Kingston
deb0b2998f Update drawer styles, drawer bindable inputs and settings bindable inputs 2021-07-14 14:21:11 +01:00
Peter Clement
86a421646d Add UUID to each oidc config to distinguish each provider 2021-07-13 17:32:08 +01:00
Martin McKeaveney
742402f4c7 merge with master 2021-07-11 18:07:46 +01:00
Kyle Harrison
b4afda7b09 apply fixes for common spelling mistakes 2021-07-09 17:54:49 +01:00