Adria Navarro
fc99fad3d2
Fix display in chromium
2024-05-21 11:54:55 +02:00
Adria Navarro
d97f3b0378
Handle undefineds
2024-05-21 11:54:42 +02:00
Adria Navarro
0b01b67661
Merge branch 'master' into budi-8195/unable-to-load-grid-when-using-external-postgres
2024-05-20 17:06:57 +02:00
Adria Navarro
1d00604674
Lint
2024-05-20 17:06:34 +02:00
Andrew Kingston
4fbbd1c758
Merge branch 'master' into fix/options-picker-toggle-click
2024-05-20 14:48:12 +01:00
Adria Navarro
5dc75582d9
Fix timezone issues
2024-05-20 13:09:28 +02:00
Adria Navarro
a74f82a535
Use native inputs
2024-05-20 13:06:45 +02:00
Andrew Kingston
df30f652d3
Merge branch 'master' into fix/options-picker-toggle-click
2024-05-20 11:12:38 +01:00
Andrew Kingston
387723f9cf
Update click_outside handler to use a click even rather than mouseup for its second event to allow overriding
2024-05-20 11:05:53 +01:00
deanhannigan
f20ed14e61
Merge branch 'master' into feature/signature-field-and-component
2024-05-20 10:30:55 +01:00
Andrew Kingston
b902e765fd
Observe size changes in tabs as a catch-all solution for incorrect underline sizing
2024-05-20 09:37:48 +01:00
Dean
cf18417288
Added workaround for atrament doubleclick issue. Disabled edit button until the canvas is actually changed. Upgraded atrament to the latest
2024-05-16 16:40:35 +01:00
Dean
2a95bc8457
Ensure canvas size is restricted. devicePixelRatio was used to scale the canvas for devices with higher DPI screens only affecting macs
2024-05-16 10:54:06 +01:00
Dean
166206f185
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-15 16:35:31 +01:00
Dean
1602e97047
Added updated UX for updating app metadata.
2024-05-14 10:48:20 +01:00
Dean
0589a6a730
Refactored signature from previous array implementation to the new single approach. Added support for automations
2024-05-13 16:19:02 +01:00
deanhannigan
8f02304cba
Merge branch 'master' into feature/signature-field-and-component
2024-05-10 14:16:01 +01:00
melohagan
efaedbccde
Allow Fancy Input validation to be triggered onBlur ( #13658 )
...
* Add free_trial to deploy camunda script
* Allow for more validation customisation on fancy input
2024-05-10 13:18:30 +01:00
Dean
3712e290b0
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-09 09:19:00 +01:00
melohagan
68cb2636df
Free trial close to expiration message ( #13638 )
...
* Add free_trial to deploy camunda script
* Free trial banner
* Don't show upgrade button for enterprise trial
* Add link option to banners
* Show free trial banner in portal
* Only admins should see free trial modal
* Fix days remaining
* Ignore subscription cancelled message for trial
* Remove unused code
---------
Co-authored-by: José Vte. Calderón <jose@budibase.com>
2024-05-08 13:38:50 +01:00
Dean
a29301a2fc
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-05-08 09:43:30 +01:00
Andrew Kingston
3c5a18c702
Remove logs, add comments to clickoutside util and fix grid right click menu
2024-05-02 19:09:26 +01:00
Andrew Kingston
ff23825241
Refactor clickoutside fix flashing side panel issues, but also fix annoying drag-outside closing actions
2024-05-02 16:46:58 +01:00
Andrew Kingston
667760eda8
Fix calendar using locale aware start of week
2024-05-02 15:19:31 +01:00
Andrew Kingston
58bd3506a8
Merge branch 'master' into flatpickr-cleanup
2024-04-29 06:49:42 +01:00
Andrew Kingston
a7f54eebdb
Remove all traces of flatpickr
2024-04-26 16:25:41 +01:00
Andrew Kingston
0bd63333a4
Merge branch 'master' into revert-13487-revert-13463-BUDI-8157
2024-04-26 15:45:54 +01:00
Andrew Kingston
2d811b355e
Merge branch 'master' into new-datepicker
2024-04-26 15:04:40 +01:00
Michael Drury
ff29d36528
Revert "Getting rollup package versions consistent through all packages"
2024-04-26 14:59:19 +01:00
Andrew Kingston
4cdd6c8449
Merge branch 'master' of github.com:Budibase/budibase into new-datepicker
2024-04-26 13:21:00 +01:00
Andrew Kingston
67863da655
Update date formatting to use default locale as specified by Intl browser API rather than navigator language
2024-04-26 12:40:15 +01:00
Andrew Kingston
ba63760f0f
Display dates in users locale
2024-04-26 09:39:17 +01:00
mike12345567
22a67eb769
Matching rollup version across all packages, there was a lot of mis-match and I was running into some build issues due to this, getting everything on the same version so that they can all use the same package - this also requires updating all .js extensions to .mjs to correctly support the imports.
2024-04-25 18:43:54 +01:00
Andrew Kingston
8f058756c3
Rename date picker flag to be more meaningful and ensure action menus never shrink
2024-04-25 16:43:51 +01:00
Andrew Kingston
ddbb6765ef
Remove leftover prop
2024-04-25 16:38:54 +01:00
Andrew Kingston
55014e304e
Fix issue with dates and blur grids when interacting with header cells
2024-04-25 14:26:01 +01:00
Andrew Kingston
8ac58fc0e7
Lint
2024-04-25 13:09:08 +01:00
Andrew Kingston
bdb3e3056d
Final updates to position dropdown rewrite with support for wrapping when being responsive to screen width
2024-04-25 12:49:25 +01:00
Andrew Kingston
9c244f6645
Rewrite position dropdown logic to be much smarter
2024-04-25 09:43:33 +01:00
Andrew Kingston
f08562e0e4
Add support for honouring original popover height in position dropdown utility
2024-04-25 09:01:31 +01:00
Andrew Kingston
80cbd70687
Improve clickoutside to handle right clicks properly
2024-04-25 08:46:51 +01:00
Andrew Kingston
795991438f
Use new grid popover for date cells to allow overflow outside grid
2024-04-24 15:47:39 +01:00
Andrew Kingston
4d24b2ba1c
Refactor new datepicker so that we can use a custom grid cell, and fix issues with timezone offsets
2024-04-23 17:00:15 +01:00
Andrew Kingston
f010228629
Respect app custom colour choices where possible
2024-04-23 11:59:14 +01:00
Dean
7f5c2b59e3
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-15 18:15:07 +01:00
Michael Drury
359355b58d
Revert "Revert "adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel""
2024-04-15 13:46:49 +01:00
Michael Drury
4e4dfefede
Revert "adds sidepanel open and close actions, and gives the user the option to disable click-outside closure of sidepanel"
2024-04-15 13:41:32 +01:00
Andrew Kingston
7152f957c8
Merge branch 'master' into feature/signature-field-and-component
2024-04-15 10:24:00 +01:00
Andrew Kingston
68e679bb55
Update click_outside to be more robust
2024-04-12 14:26:41 +01:00
Andrew Kingston
5960a37128
Update readonly and disabled date pickers to not show calendar icons
2024-04-12 14:06:26 +01:00