1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
Commit graph

1247 commits

Author SHA1 Message Date
Andrew Kingston 9d473e9a34 Lint 2021-11-04 11:31:43 +00:00
Andrew Kingston dc9b1a2a8c Add button to table with search block and support defining multiple settings sections in component manifest entries 2021-11-04 11:30:43 +00:00
Andrew Kingston df9f061d66 Remove conditional props from manifest for table with search block 2021-11-03 16:18:12 +00:00
Andrew Kingston 3acc937ddc Fix picker width in table with search block and enable autosizing of other search components 2021-11-03 15:53:45 +00:00
Andrew Kingston c5433e6ef8 Add support for tables updating server-side sorting 2021-11-03 15:26:15 +00:00
Andrew Kingston 7ec5c2b1f2 Allow table with search block to render correct components for all relevant field types 2021-11-03 11:58:06 +00:00
Andrew Kingston 73d5d1289b Standardise fetching schema from client apps to fix issues with determing schema for certain data sources 2021-11-03 11:57:47 +00:00
Andrew Kingston 212e62b62e Simplify some block logic 2021-11-02 12:58:38 +00:00
Andrew Kingston ee7ab70f4d Comment some parts of blocks implementation for clarity 2021-11-02 08:58:50 +00:00
Andrew Kingston 4cbe82c1db Add title setting to table with search block and fix import paths 2021-11-02 08:51:48 +00:00
Andrew Kingston 7bd46a6ecb Remove old files and tidy up 2021-11-02 08:47:19 +00:00
Andrew Kingston 808d2d0f73 Add generic block structure with support for writing blocks like normal svelte components rather than a JSON builder 2021-11-02 08:45:27 +00:00
Andrew Kingston 6ad3df2e7f Add initial structure of table with search block 2021-11-01 17:18:38 +00:00
Budibase Staging Release Bot 9b63fd62eb v0.9.173-alpha.6 2021-10-28 11:52:29 +00:00
Budibase Staging Release Bot 7a6cf5d534 v0.9.173-alpha.5 2021-10-27 15:45:31 +00:00
Budibase Staging Release Bot 92f0963726 v0.9.173-alpha.4 2021-10-27 15:24:55 +00:00
Budibase Staging Release Bot 7bbd460f86 v0.9.173-alpha.3 2021-10-27 14:27:54 +00:00
Andrew Kingston 13a0744c50
Merge pull request #3177 from Budibase/ak-fixes
Relationship aware data provider automatic reloading + extras
2021-10-27 15:16:39 +01:00
Andrew Kingston 6b69ce4eb9 Use explicity onDestroy calls rather than an onMount return value to ensure callbacks are actually executed to fix data provider cleanup issues 2021-10-27 14:24:36 +01:00
Budibase Staging Release Bot 4aaffe23c0 v0.9.173-alpha.2 2021-10-27 09:02:08 +00:00
Andrew Kingston 5d5a35fd32 Don't invalidate users table due to autocolumn fields in schema when hot reloading data in the client library 2021-10-27 08:37:51 +01:00
Andrew Kingston 870219722a Invalidate related tables automatically via client library and fix issue with data source invalidation from modals 2021-10-26 19:12:55 +01:00
Budibase Staging Release Bot e68412b6c6 v0.9.173-alpha.1 2021-10-26 15:27:44 +00:00
Budibase Staging Release Bot 2b38fa91be v0.9.173-alpha.0 2021-10-26 14:03:18 +00:00
Martin McKeaveney 9ec7cfbd75 merge with master 2021-10-26 14:28:49 +02:00
Andrew Kingston 8cf672252a Update field disabled state when disabled prop changes 2021-10-26 11:05:48 +01:00
Budibase Staging Release Bot cc89350ccb v0.9.169-alpha.18 2021-10-25 13:50:36 +00:00
Budibase Staging Release Bot bb12d16125 v0.9.169-alpha.17 2021-10-25 09:51:42 +00:00
Budibase Staging Release Bot 297cbf1f8f v0.9.169-alpha.16 2021-10-25 09:26:20 +00:00
Budibase Release Bot f33cc5a9cd v0.9.172 2021-10-25 09:08:46 +00:00
Budibase Staging Release Bot 1c034752d4 v0.9.169-alpha.15 2021-10-25 08:10:24 +00:00
Budibase Staging Release Bot ec9c514e13 v0.9.169-alpha.14 2021-10-23 14:17:01 +00:00
Budibase Staging Release Bot ef986c3a54 v0.9.169-alpha.13 2021-10-22 16:58:51 +00:00
Budibase Staging Release Bot c75ce8bb43 v0.9.169-alpha.12 2021-10-22 09:02:10 +00:00
Budibase Staging Release Bot c4377f2a77 v0.9.169-alpha.11 2021-10-21 18:01:14 +00:00
Budibase Staging Release Bot b224b6bf45 v0.9.169-alpha.10 2021-10-21 14:40:18 +00:00
Budibase Staging Release Bot 00e2f5b220 v0.9.169-alpha.9 2021-10-21 11:57:41 +00:00
Budibase Staging Release Bot cf52fb9574 v0.9.169-alpha.8 2021-10-21 11:40:14 +00:00
Budibase Staging Release Bot 4ab8cfca34 v0.9.169-alpha.7 2021-10-21 09:52:12 +00:00
Budibase Release Bot 77cf485b01 v0.9.171 2021-10-20 13:36:22 +00:00
Budibase Staging Release Bot 66553f335c v0.9.169-alpha.6 2021-10-20 12:59:04 +00:00
Budibase Staging Release Bot 519a9216f2 v0.9.169-alpha.5 2021-10-20 12:31:06 +00:00
Andrew Kingston f85b9ed52d
Merge pull request #3083 from Budibase/fix/date-sorting
Fix date format of dates created with Flatpickr (the date picker in apps)
2021-10-20 13:20:26 +01:00
Budibase Release Bot ccf252ddb9 v0.9.170 2021-10-20 11:59:17 +00:00
Budibase Staging Release Bot 65077556b1 v0.9.169-alpha.4 2021-10-20 09:35:25 +00:00
Andrew Kingston 04b9c1ad56
Merge pull request #3087 from Budibase/fix/flatpickr-key-events
Fix flatpickr hijacking key events on the whole page
2021-10-20 10:26:42 +01:00
Budibase Staging Release Bot b6f6aacfac v0.9.169-alpha.3 2021-10-19 15:54:53 +00:00
Budibase Staging Release Bot 92883785a7 v0.9.169-alpha.2 2021-10-19 15:35:03 +00:00
Andrew Kingston bf74a750f2 Give flatpickr its own root component in client apps to avoid it hijacking key events on the whole page 2021-10-19 15:11:14 +01:00
Budibase Staging Release Bot 340d52dc38 v0.9.169-alpha.1 2021-10-19 12:11:03 +00:00