Andrew Kingston
|
e7ff1c4ba9
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
|
2022-03-23 10:48:49 +00:00 |
Andrew Kingston
|
3f75412fb0
|
Merge pull request #4987 from Budibase/scrollable-component-tree
Scrollable component tree
|
2022-03-23 10:46:55 +00:00 |
Andrew Kingston
|
e1878dabc2
|
Make app dynamic filter component respsonsive
|
2022-03-22 18:33:41 +00:00 |
Andrew Kingston
|
c586049043
|
Update pie chart to be reactive
|
2022-03-22 17:45:05 +00:00 |
Andrew Kingston
|
84cdfa5eac
|
Update line chart to be reactive
|
2022-03-22 17:44:58 +00:00 |
Andrew Kingston
|
e1aea10567
|
Update candlestick chart to be reactive
|
2022-03-22 17:44:45 +00:00 |
Andrew Kingston
|
fbebc8aced
|
Update bar chart to be reactive
|
2022-03-22 17:44:32 +00:00 |
Andrew Kingston
|
c6cffa15ee
|
Do not update form field value when default value changes to prevent endless loops
|
2022-03-22 17:28:04 +00:00 |
Martin McKeaveney
|
7e5306e1d6
|
Merge pull request #4950 from mslourens/enforce_display_column_validation
fetch the table which contains info about the primaryDisplay
|
2022-03-22 08:31:48 +00:00 |
Andrew Kingston
|
733fe1fe3f
|
Update spectrum card word wrapping to allow breaking text anywhere
|
2022-03-21 12:16:51 +00:00 |
Martin McKeaveney
|
a6155f7b24
|
Merge pull request #4872 from Budibase/add-print-styles
Add css print styles to ensure multi-page print is possible
|
2022-03-21 08:34:55 +00:00 |
Martin McKeaveney
|
199db81ddc
|
Merge pull request #4821 from Budibase/copy-paste-improvements
Copy paste improvements + extras
|
2022-03-21 08:25:01 +00:00 |
Maurits Lourens
|
70301010d3
|
fetch the table which contains info about the primaryDisplay
|
2022-03-18 14:35:06 +01:00 |
Peter Clement
|
43f7d1607d
|
linting
|
2022-03-16 10:33:38 +00:00 |
Peter Clement
|
96ea66f898
|
send export file from backend
|
2022-03-16 10:22:06 +00:00 |
Peter Clement
|
65e857609a
|
fix button action export for csv
|
2022-03-15 12:03:16 +00:00 |
Andrew Kingston
|
a4e16a4d96
|
Add comment for consistency
|
2022-03-10 11:56:31 +00:00 |
Andrew Kingston
|
fc6a56e362
|
Add css print styles to ensure multi-page print is possible
|
2022-03-10 11:54:15 +00:00 |
Andrew Kingston
|
556c71ed31
|
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
|
2022-03-08 17:58:12 +00:00 |
Peter Clement
|
c3b6d74c8b
|
Merge remote-tracking branch 'origin/develop' into feature/export-from-client
|
2022-03-08 13:56:56 +00:00 |
Andrew Kingston
|
fe95844569
|
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
|
2022-03-08 13:35:35 +00:00 |
Peter Clement
|
8b9991be24
|
Update how button action for exporting works
|
2022-03-08 12:58:05 +00:00 |
Martin McKeaveney
|
3104a14012
|
merge
|
2022-03-08 12:40:41 +01:00 |
Martin McKeaveney
|
43348fd54f
|
merge from master
|
2022-03-08 12:34:27 +01:00 |
Andrew Kingston
|
1c5d54fe1d
|
Add duplicate action to settings bar
|
2022-03-07 14:05:26 +00:00 |
Peter Clement
|
ea63b9b065
|
Add button action allowing for export of client row selection
|
2022-03-07 12:06:11 +00:00 |
Andrew Kingston
|
d011e2e63e
|
Fix loading state in S3 upload component and show error if possible
|
2022-03-07 09:57:15 +00:00 |
Andrew Kingston
|
af100caddb
|
Merge pull request #4750 from Budibase/fix/option-picker-values
Fixes for 409s and option picker values
|
2022-03-03 12:37:59 +00:00 |
Peter Clement
|
8ef013f173
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-03-01 10:37:26 +00:00 |
Rory Powell
|
09fcfccede
|
Merge branch 'master' into merge-master
|
2022-03-01 10:04:23 +00:00 |
Andrew Kingston
|
11cd5d1570
|
Update more option picker logic to only hide nullish rather than falsey values when using a dynamic options source
|
2022-03-01 10:00:08 +00:00 |
Andrew Kingston
|
b738fcf030
|
Update option picker logic to only hide nullish rather than falsey values when using a dynamic options source
|
2022-03-01 09:51:48 +00:00 |
Andrew Kingston
|
47d8a1e628
|
Add error notification if executing a query in a button action fails
|
2022-02-25 21:29:02 +00:00 |
Andrew Kingston
|
4f5d3fc446
|
Fix incorrect syntax for showing a notification while executing custom queries
|
2022-02-25 21:26:08 +00:00 |
Andrew Kingston
|
7274ea236f
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection
|
2022-02-25 13:49:24 +00:00 |
Andrew Kingston
|
dd706d84fb
|
Key client app layout rendering by builder store asset type to ensure preview is always remounted properly
|
2022-02-24 12:26:31 +00:00 |
Andrew Kingston
|
08d6e104c7
|
Fix missing prop from table block and add fixed context provider ID for tables inside table blocks to support row selection bindings
|
2022-02-24 09:16:35 +00:00 |
Andrew Kingston
|
defe725bcc
|
Fix table selection defaulting to true, reset selected rows when unmounting tables, remove position absolute on row selection text
|
2022-02-24 09:15:37 +00:00 |
Andrew Kingston
|
653a024d48
|
Merge branch 'table-cell-config' of github.com:Budibase/budibase into feature/table-row-selection
|
2022-02-23 12:10:03 +00:00 |
Peter Clement
|
53c207691c
|
add ability to select rows from different tables and provide bindings
|
2022-02-22 15:18:08 +00:00 |
Andrew Kingston
|
b93546e958
|
Add compact setting to table block
|
2022-02-21 15:45:39 +00:00 |
Andrew Kingston
|
34cdf90b67
|
Update client table component to be more generic about passing table customisation options
|
2022-02-18 20:29:20 +00:00 |
Andrew Kingston
|
e651663264
|
Ensure child component column in tables always uses auto width
|
2022-02-18 14:58:49 +00:00 |
Andrew Kingston
|
ecdc50d47b
|
Fix issue when columns are not defined for a table
|
2022-02-18 13:22:04 +00:00 |
Andrew Kingston
|
8481762c3c
|
Add compact setting to table
|
2022-02-18 13:08:18 +00:00 |
Andrew Kingston
|
f1649911b0
|
Only autosort columns when custom columns are not specified
|
2022-02-18 12:35:39 +00:00 |
Peter Clement
|
a9194be9d2
|
add row selection numbers
|
2022-02-16 15:00:18 +00:00 |
Peter Clement
|
8fc10b3341
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-02-16 14:35:42 +00:00 |
Andrew Kingston
|
7828f9377e
|
Merge branch 'develop' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-14 17:58:42 +00:00 |
Peter Clement
|
2ead1c59be
|
changing bindings key
|
2022-02-11 15:37:43 +00:00 |