Commit Graph

3689 Commits

Author SHA1 Message Date
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
Gerard Burns a5da091203 linting 2024-05-14 23:05:04 +01:00
Gerard Burns 693e3373a6 merge master 2024-05-14 13:38:28 +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
Gerard Burns 914beb890f add missing data type links, add missing state 2024-05-13 13:44:54 +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
Gerard Burns 53553d8dd6 linting 2024-04-22 14:34:20 +01:00
Gerard Burns 9d4283e9ba linting 2024-04-22 14:34:20 +01:00
Gerard Burns a94953289e Remove old stuff i aded to selects and picker 2024-04-22 14:34:20 +01:00
Gerard Burns 222bed8a7e wip 2024-04-22 14:34:20 +01:00
Gerard Burns 06bab3397f remove previous option stuff and animations 2024-04-22 14:34:20 +01:00
Gerard Burns 8d77bb016f refactor of bar done i think 2024-04-22 14:34:19 +01:00
Gerard Burns 7890b4e6cb wip 2024-04-22 14:34:19 +01:00
Gerard Burns 7b52811f10 wip 2024-04-22 14:34:19 +01:00
Gerard Burns 70ac56522f nicer dates 2024-04-22 14:34:19 +01:00
Gerard Burns aba14f0e16 array type info 2024-04-22 14:34:19 +01:00
Gerard Burns fcca165a2e wip 2024-04-22 14:34:18 +01:00
Gerard Burns 4a80af1bc6 some line refactor 2024-04-22 14:34:18 +01:00
Gerard Burns cd36056124 wip refactor manifest 2024-04-22 14:34:17 +01:00
Gerard Burns 203d13881d wip 2024-04-22 14:33:11 +01:00
Gerard Burns b1aa8b36f2 no animate 2024-04-22 14:33:10 +01:00
Gerard Burns 477813feef working 2024-04-22 14:33:10 +01:00
Gerard Burns 10fb73b19e wip 2024-04-22 14:33:10 +01:00
Gerard Burns 1d08294c67 before sidecar 2024-04-22 14:33:10 +01:00
Gerard Burns 41139a0dd4 wip 2024-04-22 14:33:10 +01:00
Gerard Burns 40288ca371 stop overflow at bottom 2024-04-22 14:33:10 +01:00
Gerard Burns c0cc6b2afe wip working looking okayish 2024-04-22 14:33:10 +01:00
Gerard Burns 5e87f1dcd4 wippish 2024-04-22 14:33:10 +01:00
Gerard Burns 4af2d07ca7 workingish 2024-04-22 14:33:10 +01:00
Gerard Burns 793e5cb4cb wip???? 2024-04-22 14:33:10 +01:00
Gerard Burns b9d36f9802 wip better fade 2024-04-22 14:33:10 +01:00
Gerard Burns 96001dd409 wip 2024-04-22 14:33:10 +01:00
Gerard Burns ad1b30431d wip 2024-04-22 14:33:10 +01:00
Gerard Burns 1296f8c6b2 fade in out 2024-04-22 14:33:10 +01:00
Gerard Burns 09485d6540 wip 2024-04-22 14:33:10 +01:00
Gerard Burns 8631b3ae75 refactor some 2024-04-22 14:33:10 +01:00
Gerard Burns 108f9667f6 css impl working i think 2024-04-22 14:33:10 +01:00
Gerard Burns fb25c08523 going to try implementing in css 2024-04-22 14:33:10 +01:00
Gerard Burns 1716321bef wip 2024-04-22 14:33:10 +01:00
Gerard Burns 6fa66aae54 use animation time isntead of id 2024-04-22 14:33:10 +01:00
Gerard Burns 7eed50707e wip 2024-04-22 14:33:10 +01:00
Gerard Burns ab40e3babd wip 2024-04-22 14:33:10 +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
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
Dean f3e9030c3a Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-04-11 15:07:20 +01:00
Dean 9c7fed9eb8 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-04-11 15:06:59 +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
Andrew Kingston bf6bd127ca
Merge branch 'master' into feature/signature-field-and-component 2024-04-10 09:08:35 +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
Dean 5fd867b97e Swap canvas drawing to use atrament 2024-04-08 09:39:39 +01:00
Andrew Kingston 4afc71c4bf Break out core date parsing utils to share between packages 2024-04-08 08:29:20 +01:00
Dean e80a87f519 Feedback updates 2024-04-05 15:59:28 +01:00
Dean 7f9dc42e31 Lint 2024-04-05 14:53:14 +01:00