Adria Navarro
c1e78a099b
Lint
2024-04-04 21:27:22 +02:00
Adria Navarro
cd9d99c1df
Notification on error
2024-04-04 21:27:22 +02:00
Adria Navarro
7e7f31b967
Allow downloading attachment
2024-04-04 21:27:21 +02:00
Adria Navarro
12f9b47954
Implement download by url
2024-04-04 21:27:21 +02:00
Adria Navarro
19caf3cddf
Copy
2024-04-04 21:27:21 +02:00
Andrew Kingston
b3cf3fa636
Improve how snippets are handled in client apps
2024-03-14 16:16:24 +00:00
Andrew Kingston
84fb0dd9de
Add local state manipulation of snippets
2024-03-06 13:33:00 +00:00
melohagan
6e4c2b7242
Export data make CSV delimiter configurable ( #13028 )
...
* Add delimiter option
* Add custom delimiter
* external export delimiter
* Custom headers for row export
* External export rows custom headers
* Support custom JSON export labels
* Handle export table source switch
* update account portal
* Add space as delimiter
* Refactor
* update account portal
2024-02-27 09:23:49 +00:00
melohagan
c12e5fd196
Fix array type missing from query schema selector ( #12772 )
...
* Tidy MongoDB aggregation pipeline view
* Remove unused code
* WIP
* Add bindings for bindings drawer
* Is not external table if it's a query
* Add QueryArrayFetch
* Bug fix
* JavaScript is the worst
* refactor
* Add array label to query schema
* Remove console log
* type fix
* Don't include Array in SchemaTypeOptions, but show label
* Fix bindings
* refactor
* Rename isObject to hasSchema
* WIP
* Typing WIP
* Type not Types
* Unused import
* type fix
* Handle json array subtype
* Support queryarray datasource type
* refactor
* yarn lock
* update account portal
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-02-19 09:13:03 +00:00
melohagan
faa8fad0b5
Add Clear Row Selection action ( #13002 )
...
* Add Clear Row Selection action
* update account-portal
* Refactor to use contextActionHandler
* Remove unused code
2024-02-14 10:05:14 +00:00
melohagan
bee9422fad
Download CSV with UTF-8 support ( #12990 )
...
* Download CSV with UTF-8 support
* update account portal
2024-02-13 10:46:13 +00:00
Peter Clement
c915442a9e
Merge branch 'master' into fix/pc-fixes
2024-01-30 16:53:38 +00:00
Peter Clement
58fedd10f5
fix issue with automation not triggering when no fields existed
2024-01-26 09:21:13 +00:00
deanhannigan
d246adca9c
Revert "Revert "Global bindings""
2024-01-22 11:10:03 +00:00
deanhannigan
b2c790650b
Revert "Global bindings"
2024-01-22 11:03:05 +00:00
Andrew Kingston
7806591b82
Merge branch 'master' of github.com:Budibase/budibase into global-bindings
2023-11-20 14:47:37 +00:00
Andrew Kingston
bec32399ef
Merge branch 'master' into form-block-field-layout
2023-10-31 11:32:11 +00:00
Andrew Kingston
77fa373a90
Remove ability to select fields in preview because it is not compatible with field configuration changes
2023-10-27 15:09:17 +01:00
Dean
5266d80afe
Fix to ensure single integer ids are parsed correctly
2023-10-26 16:09:01 +01:00
Andrew Kingston
291ecd45fe
Allow form block fields to be clicked from within the preview
2023-10-20 09:38:55 +01:00
Andrew Kingston
3ae5216fd5
Make update forms work with view V2s
2023-09-18 19:07:19 +01:00
Andrew Kingston
f78cc26a68
Integrate actions into new global context and greatly improve performance by only enriching when required
2023-09-15 11:52:35 +01:00
Andrew Kingston
1995a2860f
Merge branch 'develop' of github.com:Budibase/budibase into global-bindings
2023-09-12 11:35:54 +01:00
Andrew Kingston
5763a9843c
Update duplicate rows action to support views V2
2023-08-24 16:14:37 +01:00
Andrew Kingston
7a40ad66c6
Strip hidden fields from viewV2 schema in client lib
2023-08-09 16:30:27 +01:00
Andrew Kingston
06810d43d9
Add support for viewV2 datasources in client library
2023-08-09 15:09:53 +01:00
Andrew Kingston
9ddb8f4c5f
Merge branch 'develop' of github.com:Budibase/budibase into global-bindings
2023-08-07 13:04:34 +01:00
Andrew Kingston
b82a34d7e1
Tidy up
2023-07-25 15:35:58 +01:00
Andrew Kingston
b8bc25a39a
Merge branch 'develop' of github.com:Budibase/budibase into global-bindings
2023-07-25 09:43:58 +01:00
Dean
ca6737b77b
Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action
2023-07-20 12:39:49 +01:00
Martin McKeaveney
979883257e
backmerge master
2023-07-19 17:11:15 +01:00
Dean
7f3dfc8bba
Linting
2023-07-14 11:42:22 +01:00
Dean
a481eee39e
Binding selection fixes, delete controller refactor and some fixes
2023-07-14 09:11:34 +01:00
melohagan
7a06fcee0f
Add BigInt type support ( #11145 )
...
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
2023-07-07 15:11:41 +01:00
melohagan
a97518ff39
Scroll to field button action ( #10901 )
...
* Scroll To Field WIP
* Scroll to the label
2023-06-23 11:51:49 +01:00
Peter Clement
59e1150eee
improve notification message for sync automation run
2023-05-16 09:59:37 +01:00
Peter Clement
dcfb65b92d
sync / async automations go through one endpoint
2023-05-12 15:56:24 +01:00
Peter Clement
1626571081
Merge remote-tracking branch 'origin/develop' into feature/sync-automations
2023-05-11 11:53:12 +01:00
Peter Clement
1539bf234b
add ability to trigger synchronous automation from button action
2023-05-09 12:10:20 +01:00
Martin McKeaveney
67813a86a9
Merge pull request #10437 from Budibase/budi-6955-typo-in-default-prompt-user-action
...
fix typo in prompt user modal default text
2023-05-05 12:02:29 +01:00
Andrew Kingston
d03f96ceb8
Make all blindings global and improve client component performance
2023-04-28 09:03:09 +01:00
andz-bb
af48549e09
fix typo in prompt user modal default text
2023-04-27 16:06:57 +01:00
Andrew Kingston
31f6f9db7b
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-29 12:09:57 +01:00
Andrew Kingston
f2b12bcf45
Component error state improvements ( #10136 )
...
* Tidy logic for creating initial component instances
* Add initial implementation of enriching empty settings
* Fix regression that prevented custom placeholders from working (#9994 )
* Tidy up
* Add automatic naming of form fields when added
* Update missing required setting placeholder
* Improve error states and add ability to automatically wrap a component in a required parent type
* Fix crash in column editor and rename component placeholder to error state
* Select the parent component after adding it when wrapping a component with a missing ancestor
* Fix blocks and make fields require forms
* Improve empty component placeholder
* Lint
2023-03-28 21:11:33 +01:00
Andrew Kingston
c4e3667b6c
Merge branch 'develop' of github.com:Budibase/budibase into just-dataspace-things
2023-03-09 17:54:58 +00:00
melohagan
09cf4f8bbc
Dynamic filter: Enrich columns ( #9877 )
...
* WIP
* Allow related fields in Dynamic Filter
* REST URL check https first
* Only allow related fields in dynamic filter column editor
2023-03-07 10:32:52 +00:00
melohagan
6a6bbb38c4
Support navigate to link in new tab ( #9800 )
...
* Support navigate to link in new tab
* Add dropdown for Navigate To type
* lint
* Remove labels
2023-03-01 17:41:50 +00:00
Andrew Kingston
0eadca9acb
Optimise scrolling and virtual rendering performance
2023-02-25 16:33:20 +00:00
Gerard Burns
8289da3f19
Add Fetch Row Button Action ( #9653 )
...
* Add Fetch Row Button Action
* PR feedback
2023-02-17 14:49:35 +00:00
Andrew Kingston
2a2466fbda
More fixes ( #9387 )
...
* Mark filters as nested settings to support persisting bindings post block ejection
* Add support for searching on linked fields in blocks
* Fix multi-select pickers closing on every click
* Target spectrum root element by default when rendering popovers, and allow customisation via context for client library
* Don't send up invalid HBS expressions when filtering on dates in blocks with empty date value
* Move profile above theme in user dropdown
2023-01-19 16:09:40 +00:00