Gerard Burns
fdcfd1be02
merge master
2023-11-24 11:53:32 +00:00
Gerard Burns
1fb61e6ed9
wip
2023-11-24 10:18:49 +00:00
Dean
8cc5eb19e6
Formblock fixes
2023-11-23 18:08:39 +00:00
Gerard Burns
7cc5576306
linting
2023-11-23 17:07:00 +00:00
Gerard Burns
217ac49628
wip
2023-11-21 13:02:06 +00:00
Gerard Burns
7e037099b4
Field help text ( #12383 )
...
* wip
* client finished
* add to bbui input
* linting
* PR Feedback
* remove test code
* linting
* PR feedback
---------
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2023-11-20 15:05:58 +00:00
Mel O'Hagan
c169a73764
readonly css
2023-11-07 09:19:29 +00:00
Mel O'Hagan
fee9a9d65d
Merge branch 'master' into budi-7105-builder-option-for-read-only-form-fields
2023-11-07 08:27:04 +00:00
Andrew Kingston
b2352157cd
Improve grid integration with new datepicker
2023-11-03 20:27:30 +00:00
Andrew Kingston
78af50bafe
Use new datepicker except when a range is needed
2023-11-03 19:34:12 +00:00
Andrew Kingston
e758582822
Add cross browser style improvements for datepicker
2023-11-03 19:26:43 +00:00
Andrew Kingston
93630b36e2
Fix small inconsistency when picker is open for multiple minutes
2023-11-03 17:07:31 +00:00
Andrew Kingston
96bc6fc789
Add better support for time only date strings
2023-11-03 17:05:27 +00:00
Andrew Kingston
989f54783c
Add multiple style improvements to new date picker and add actions
2023-11-03 16:30:46 +00:00
Andrew Kingston
819df964bc
Fix style issues in client apps and remove extraneous dependencies
2023-11-03 11:18:03 +00:00
Andrew Kingston
a6bda4fce7
Remove unused props
2023-11-03 09:35:24 +00:00
Andrew Kingston
de0f87fa32
Break new datetime picker into granular components
2023-11-03 09:34:54 +00:00
Andrew Kingston
f078039aa4
Add time field and sanitise all typeable fields to prevent errors and improve experience
2023-11-02 20:34:40 +00:00
Andrew Kingston
1b5bb8dd04
Add style improvements to new date picker
2023-11-02 18:35:58 +00:00
Andrew Kingston
4fa4b2944f
Add editable month and year picker to calendar
2023-11-02 17:20:36 +00:00
Andrew Kingston
afffd4d234
Add initial version of new date picker without time support
2023-11-02 15:37:18 +00:00
Mel O'Hagan
56d5a0b8f6
Further read only settings
2023-11-01 16:01:45 +00:00
Mel O'Hagan
5c36d70a01
Pickers readonly prop
2023-11-01 14:56:28 +00:00
Mel O'Hagan
5c049e0465
LongFormField readonly prop
2023-11-01 13:54:18 +00:00
Andrew Kingston
bec32399ef
Merge branch 'master' into form-block-field-layout
2023-10-31 11:32:11 +00:00
Sam Rose
436d6a1585
Revert frontend changes to filter out file extensions in the upload box.
2023-10-30 14:39:12 +00:00
Sam Rose
f1aa32e446
Truncate file size on the grid, validate extension in the attachment API.
2023-10-27 17:19:39 +01:00
Sam Rose
6bb6f106d5
Apply valid file types to AttachmentCell.
2023-10-27 16:46:30 +01:00
Andrew Kingston
e2c2f5e2a6
Fix some issues with dropzone height and ensure field alignment settings are ignored unless used inside a form block
2023-10-27 08:50:26 +01:00
Andrew Kingston
7056ad7c44
Merge branch 'develop' into budi-6922-the-number-0-cannot-be-displayed-on-input-number-fields-when
2023-09-26 09:09:20 +01:00
Adria Navarro
28fc050299
Remove unwanted horizontal scroll
2023-09-25 18:15:22 +02:00
Adria Navarro
26362c44e8
Change spinner location
2023-09-25 11:03:35 +02:00
Adria Navarro
160b52c22b
Remove useFetch
2023-09-22 15:50:29 +02:00
Adria Navarro
c814e51e36
Display loader
2023-09-22 14:03:23 +02:00
Adria Navarro
b391ca37ab
Infinite scroll
2023-09-22 13:51:08 +02:00
Adria Navarro
7ad05930e1
Simplify
2023-09-22 13:07:02 +02:00
Adria Navarro
1272414a57
Filter using picker
2023-09-22 13:04:44 +02:00
Mel O'Hagan
fc5f14e04f
Use null coalescing
2023-09-22 11:17:09 +01:00
melohagan
3f1ec54fe9
Relationship picker searching enhancement ( #11639 )
...
* Search for initially set value and add to options
* Only append option if needed
* Handle change
* Open dropdown on search
* Avoid duplicates
* Add client side search
* lint
* Offset popover
* refactor
* Refactor
* refactor
2023-09-06 16:38:11 +01:00
Peter Clement
0168ee335b
remove trailing character from picker
2023-09-06 10:09:10 +01:00
Peter Clement
84571e36c2
use display to hide picker button instead of prop
2023-08-30 10:50:49 +01:00
Peter Clement
7dfc516758
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
2023-08-30 09:06:13 +01:00
Peter Clement
e88efe2d1a
update picker to allow only popover
2023-08-29 14:41:34 +01:00
Peter Clement
f7e43a766d
add tag support to picker
2023-08-24 11:38:50 +01:00
Dean
cad624a9a4
Merge Commit
2023-08-21 12:50:16 +01:00
Andrew Kingston
bada641262
Fix bug in checkboxgroup due to reassignment of value prop
2023-07-18 16:47:43 +01:00
Adria Navarro
13ef7b8858
Merge branch 'develop' into backmerge-20230717
2023-07-17 17:13:26 +01:00
melohagan
731482c359
Localize animation ( #11240 )
2023-07-17 16:40:07 +01:00
melohagan
89c0d3b389
Add BigInt type support ( #11145 ) ( #11195 )
...
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
2023-07-11 14:01:55 +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
Gerard Burns
808e0d1ef2
Linting improvements ( #11119 )
2023-07-05 18:00:50 +01:00
Andrew Kingston
16bd879f5d
Fix issue with datepickers not working after starting off as disabled
2023-06-28 11:35:36 +01:00
Dean
eaecd3ab68
Merge remote-tracking branch 'origin/develop' into merge-master
2023-06-27 09:31:35 +01:00
Dean
ceecd85d76
OIDC icon fix recreated on a new branch
2023-06-23 14:47:58 +01:00
Adria Navarro
cc52362fe3
Use svelte class attribute
2023-06-07 15:00:23 +01:00
Adria Navarro
615d825817
Allow indeterminate booleans
2023-06-07 14:48:03 +01:00
Martin McKeaveney
43a90c1638
Merge pull request #10496 from mslourens/fix/10400-use_trashcan_icon
...
update icon name to Delete
2023-05-30 22:04:52 +01:00
Andrew Kingston
59ea4460f9
Fix multiple issues with keypresses and date cells due to flatpickr
2023-05-11 10:51:44 +01:00
Maurits Lourens
2475f17bd9
update icon name to Delete
2023-05-05 17:33:01 +02:00
Andrew Kingston
a0299d4c7c
Move new row component to top, automatically invert cell renderers when required
2023-03-31 17:37:59 +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
e0e5ca7a3c
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-28 15:47:53 +01:00
Dean
bfd7e49c72
Template fixes and updates to the file picker. Error handling added to display a warning when navigating to an unpublished or invalid app url.
2023-03-21 09:20:43 +00:00
Dean
253ee413a2
Working commit
2023-03-16 09:07:21 +00:00
Andrew Kingston
f290d758ba
Add attachment cell
2023-03-14 11:53:01 +00:00
Dean
5ce52cad06
Working commit
2023-03-13 12:33:16 +00:00
Andrew Kingston
c1128618fb
Fix bug with select placeholders and fix sorting loops causing endless refreshes
2023-03-11 18:28:58 +00:00
Andrew Kingston
c4e3667b6c
Merge branch 'develop' of github.com:Budibase/budibase into just-dataspace-things
2023-03-09 17:54:58 +00:00
Peter Clement
aa02c0ca30
fix issue with user searching
2023-03-02 14:30:04 +00:00
Rory Powell
8edf3f5a2c
Merge pull request #9826 from Budibase/fix-default-oidc-icons
...
Fix default oidc icons
2023-03-01 12:29:34 +00:00
Rory Powell
c6a22282f7
Fix default oidc icons
2023-02-28 16:22:23 +00:00
Andrew Kingston
a28148d9f8
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-abs
2023-02-28 13:59:37 +00:00
Andrew Kingston
9f3176ce09
Update width of picker footer
2023-02-28 13:19:44 +00:00
Andrew Kingston
a44729d7ec
Add role footer for admins and developers, remove wasted API calls
2023-02-28 12:49:40 +00:00
Andrew Kingston
862ba6ce92
Update spacing, borders and sizing
2023-02-28 12:29:13 +00:00
Dean
dd08845a44
Merge remote-tracking branch 'origin/develop' into feature/app-user-onboarding-ux
2023-02-28 09:38:15 +00:00
Dean
61ed62e6c4
Builder user onboarding
2023-02-28 09:37:03 +00:00
Peter Clement
ffee41aea3
custom popover height and sidebar styling
2023-02-22 12:31:04 +00:00
Peter Clement
dc691bcaf7
integrate properly with audit log search api
2023-02-21 10:48:55 +00:00
Andrew Kingston
c627cb60c3
Allow multiselect component and field to support text values
2023-02-20 18:45:35 +00:00
Peter Clement
a1b47bbce3
ensure table is pulling from search endpoint
2023-02-17 16:49:41 +00:00
mike12345567
2845ec3bf7
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-13 11:41:16 +00:00
Peter Clement
70ac7b81c3
add base audit logs ui
2023-02-13 09:47:08 +00:00
andz-bb
59b8aef844
stop chrome autofilling login when adding env var
2023-02-07 17:44:23 +00:00
Peter Clement
4e88981ce8
fix issue with regex on safari
2023-02-06 16:36:03 +00:00
Martin McKeaveney
d4a0e44b31
merge
2023-02-05 22:11:37 +00:00
Andrew Kingston
4e9d952b52
Merge branch 'develop' of github.com:Budibase/budibase into Cypress
2023-02-01 08:24:30 +00:00
Andrew Kingston
6e12c3fa3c
Remove most traces of data-cy attributes
2023-02-01 08:20:46 +00:00
Gerard Burns
dd343a5946
New App Onboarding ( #9489 )
...
* New App Onboarding
* Lint
* Move app creation onboarding into its own route
* Fix quiet action button variant
* Fix alt attribute background image flashing
* Update routing logic and redirects to show app creation onboarding
* Navigate to data rather than design upon initial app creation to allow tour to function properly
* Tidy up popover logic and remove tip functionality
* Fix binding popovers
* Lint
* Silence spammy warnings from the builder
* Exclude SVG files from rollup plugin image to fix spectrum icons
* Fix help menu icon colours not working in light themes
* Tweak help menu styles
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
mike12345567
c2eb8fb976
Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480 .
2023-01-30 18:50:35 +00:00
Peter Clement
4ed239e5fd
fix input not disabling properly
2023-01-27 12:06:34 +00:00
Peter Clement
d031a9157e
fix max-height in dropdown
2023-01-27 12:04:32 +00:00
Peter Clement
7ccce5c042
fix warnings
2023-01-27 11:49:44 +00:00
Peter Clement
8372b50de1
update env dropdown input to remove tags
2023-01-27 11:48:02 +00:00
Rory Powell
da2c809a09
Merge branch 'develop' into feature/environment-variables
2023-01-27 11:27:11 +00:00
mike12345567
301bc2af8e
Merge branch 'cheeks-lab-day-portal-redesign' of github.com:Budibase/budibase into feature/environment-variables
2023-01-27 10:52:46 +00:00
Peter Clement
4eaefa677a
add tags to input dropdown
2023-01-26 14:24:10 +00:00
Peter Clement
100571b6fe
add licensing check to env dropdown
2023-01-25 11:27:57 +00:00
Peter Clement
0ca1521a58
css updates to dropdown component
2023-01-24 15:24:29 +00:00