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
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
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
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
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
Andrew Kingston
e1245b4cb0
Improve handling of time-only fields and fix issue where time-only values were not displayed properly
2024-04-12 09:40:39 +01:00
Michael Drury
d3c9d835d6
Merge branch 'master' into BUDI-8157
2024-04-11 16:07:39 +01:00
mikesealey
a7ec49613c
fixes typo, removes unused variables
2024-04-11 15:42:19 +01:00
Andrew Kingston
5df555b2b0
Lint
2024-04-11 11:23:50 +01:00
Andrew Kingston
2c27ef8294
Improve position dropdown and update click handlers to ignore new datepicker
2024-04-11 11:20:30 +01:00
Andrew Kingston
0a4dfef8cf
Replace usages of date range picker with 2 date pickers
2024-04-10 18:46:41 +01:00
Andrew Kingston
283ebb2a33
Merge branch 'master' of github.com:Budibase/budibase into new-datepicker
2024-04-10 16:40:31 +01:00
Andrew Kingston
e0f02941b9
Merge branch 'master' into nested-nav-links
2024-04-10 14:19:26 +01:00
Adria Navarro
5b6c3d0c96
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-10 09:01:36 +02:00
Andrew Kingston
27056990aa
Add very early work on date range picker
2024-04-09 11:52:32 +01:00
Andrew Kingston
4afc71c4bf
Break out core date parsing utils to share between packages
2024-04-08 08:29:20 +01:00
Andrew Kingston
74ff54eb8a
Shrink default popover offset
2024-04-05 12:25:04 +01:00
Andrew Kingston
964600345b
Ensure datepicker doens't capture any keyboard events
2024-04-05 12:21:16 +01:00
Andrew Kingston
dfa772701d
Multiple style fixes
2024-04-05 12:16:42 +01:00
Michael Drury
5437188385
Revert "Revert "Single attachment column type""
2024-04-03 16:05:18 +01:00
Michael Drury
1cfe4da027
Revert "Single attachment column type"
2024-04-03 16:01:45 +01:00
Adria Navarro
d74af11230
Handle deletions
2024-04-03 12:53:55 +02:00
Andrew Kingston
4673fbeaaa
Fix overflow
2024-04-02 11:08:37 +01:00
Andrew Kingston
24f6761766
Revert clickoutside
2024-04-02 11:02:10 +01:00
Andrew Kingston
d71766b9a4
Revert clickoutside
2024-04-02 11:01:50 +01:00
Andrew Kingston
2e4e3eac60
Update styles of selected day
2024-04-02 10:59:30 +01:00