1
0
Fork 0
mirror of synced 2024-08-23 14:01:34 +12:00
Commit graph

2632 commits

Author SHA1 Message Date
Andrew Kingston
d3656854cf Add comments 2024-05-02 19:24:11 +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
df25ff307c Add support for detecting datasource plus usage in tables when using a data provider as a source 2024-05-02 16:14:04 +01:00
Andrew Kingston
f0c44fadde Fix no operators being available when filtering on static formula columns 2024-05-02 15:05:35 +01:00
Andrew Kingston
65c5aefe0f Fix issue where IDs were stripped from rows in grids that were using a link datasource 2024-05-02 12:51:21 +01:00
Adria Navarro
c133d329af
Merge branch 'master' into fix/isBetterSample-null-reference 2024-04-26 16:12:55 +02:00
Adria Navarro
16ea4195df Fix possible new reference 2024-04-26 15:52:39 +02: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
5716b232eb Improve grid handling of API errors which don't have the normal JSON validation error shape 2024-04-26 13:19:11 +01:00
Andrew Kingston
9a03729e49 Don't attempt to save unsaved changes when changing cells if the row also changes 2024-04-26 13:04:15 +01:00
Adria Navarro
1aad2ee6d2 Fix after renames 2024-04-26 12:23:11 +02:00
Adria Navarro
637f7f514a Remove FieldTypeSubtypes 2024-04-26 12:18:50 +02: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
55014e304e Fix issue with dates and blur grids when interacting with header cells 2024-04-25 14:26:01 +01:00
Andrew Kingston
a577812d25 Merge branch 'master' of github.com:Budibase/budibase into new-datepicker 2024-04-25 13:07:09 +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
5cc2e90e4f Improve grid height 2024-04-25 10:49:48 +01:00
Andrew Kingston
8baea1974d
Merge branch 'master' into grid-enhancements 2024-04-25 09:54:21 +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
54621b1539 Fix relationship picker styles and improve grid sizing 2024-04-25 08:34:33 +01:00
Andrew Kingston
238b43a59a Improve grid min height determination 2024-04-24 21:25:55 +01:00
Andrew Kingston
f45783f919 Update header cell popovers to use grid popover 2024-04-24 21:19:07 +01:00
Andrew Kingston
b5eb60acd7 Grid cell style updates 2024-04-24 20:58:16 +01:00
Andrew Kingston
2e8560fd21 Update grid menu to use popover 2024-04-24 20:50:07 +01:00
Andrew Kingston
957facb99c Update long form cells to use popovers 2024-04-24 20:39:16 +01:00
Andrew Kingston
23bd635a8b Update relationship cells to use popovers 2024-04-24 20:26:58 +01:00
Andrew Kingston
377cd97f4b Update attachment cells to use popovers 2024-04-24 17:35:23 +01:00
Andrew Kingston
443be4cdab More upgrades to grids to support new popovers and use popovers for options cells 2024-04-24 16:28:44 +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
46d8a06981 Update grid min size to accomodate new date picker 2024-04-24 08:52: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
0aeddfa029 Merge branch 'master' of github.com:Budibase/budibase into new-datepicker 2024-04-23 12:06:06 +01:00
Andrew Kingston
a99c15fb26 Fix wrong class name being used to ignore grid keypresses when editing dates in modals 2024-04-23 12:05:30 +01:00
Dean
ed3073a20d PR feedback 2024-04-22 09:12:05 +01:00
Dean
50d933dd01 Merge remote-tracking branch 'origin/master' into fix/clear-empty-filter-when-all-fields-are-removed 2024-04-22 09:05:53 +01:00
Dean
cb8564f73e Clear the onEmptyFilter from datasource filtering when no fields are specified 2024-04-19 12:53:23 +01:00
Andrew Kingston
426b69287f
Merge branch 'master' into borderless-grid 2024-04-17 16:29:44 +01:00
Andrew Kingston
16128d3079
Merge branch 'master' into grid-enhancements 2024-04-17 16:28:38 +01:00
Andrew Kingston
ba9485e781
Merge branch 'master' into grid-enhancements 2024-04-17 14:54:04 +01:00
Andrew Kingston
5df34310d4 Redo changes 2024-04-17 14:53:27 +01:00
Andrew Kingston
0f7e576f19 Revert unnecessary changes 2024-04-17 14:52:23 +01:00
Adria Navarro
f12e654811
Merge branch 'master' into chore/remove-disabling-nounusedvars 2024-04-17 15:49:35 +02:00
Andrew Kingston
58b23a736f Remove add new row tooltip when caused by inline filters 2024-04-17 14:44:52 +01:00
Andrew Kingston
27f7b1cc15 Add multiple improvements for touch events to grids 2024-04-17 14:32:57 +01:00
mike12345567
25dba0be35 This removes the SearchQuery which was a duplication of the SearchFilters interface - the duplicated types were not correctly getting overlay on each other, causing build errors. 2024-04-17 13:54:23 +01:00
Andrew Kingston
c11139914f Add support for resizing columns on mobile 2024-04-17 11:55:44 +01:00
Andrew Kingston
f8087f0fb3 Automatically unpin the grid sticky column when available space is restricted 2024-04-17 11:45:54 +01:00
Andrew Kingston
ea3cd0cd9b Support reordering on mobile 2024-04-17 11:27:27 +01:00