1
0
Fork 0
mirror of synced 2024-09-14 00:08:25 +12:00
Commit graph

276 commits

Author SHA1 Message Date
Andrew Kingston
8902a26ecc Disable update on change for component settings 2021-05-18 08:40:18 +01:00
Andrew Kingston
e78d686292 Add optional info text to components 2021-05-14 13:29:14 +01:00
Andrew Kingston
c1b6f26f28 Remove search component from component structure 2021-05-13 12:38:56 +01:00
Andrew Kingston
4d564365cf Clean up data source context and remove explicit button actions for pagination 2021-05-13 12:30:45 +01:00
Andrew Kingston
c2cc99ef2c Fix chart placeholder, fix spectrum colours and begin work on pagination component 2021-05-12 14:34:25 +01:00
Andrew Kingston
889f5f8175 Add legacy in-memory filtering and sorting for views and external datasources 2021-05-11 19:07:52 +01:00
Andrew Kingston
4db2ee1843 Allow data provider filtering using dates and date ranges, and allow filtering using a value or binding for any type 2021-05-11 18:33:25 +01:00
Andrew Kingston
1a2e17ff17 Add support for numerical sorting 2021-05-11 11:24:16 +01:00
Andrew Kingston
e661fe8cf2 Merge branch 'next' of github.com:Budibase/budibase into lab-day-search 2021-05-11 10:47:52 +01:00
Andrew Kingston
1712f559aa Update routing to serve any builder routes under /app so that envoy can proxy correctly 2021-05-06 16:39:34 +01:00
Keviin Åberg Kultalahti
80564e2b7d remove unused styling 2021-05-05 11:22:54 +02:00
mike12345567
e5f3b3956c Merge branch 'next' of github.com:Budibase/budibase into labday/mike-formulas 2021-05-04 13:24:14 +01:00
Martin McKeaveney
4086d39535 merge with next 2021-05-04 11:49:34 +01:00
Martin McKeaveney
8ecb70a8f7 merge with next 2021-05-04 11:40:59 +01:00
Andrew Kingston
797e8a8b67 Add explicit prettier options 2021-05-04 11:32:22 +01:00
Andrew Kingston
c010eeb314 Fix prettier and fix crash when using certain views as data sources 2021-05-04 11:04:42 +01:00
mike12345567
dcf69b2181 Merge branch 'next' of github.com:Budibase/budibase into labday/mike-formulas 2021-05-04 10:34:30 +01:00
Martin McKeaveney
72ed644803 merge 2021-05-04 09:55:14 +01:00
Keviin Åberg Kultalahti
0afbf1649e lint:fix 2021-05-03 09:31:09 +02:00
Keviin Åberg Kultalahti
27ce375f17 merge fixes 2021-05-03 09:24:04 +02:00
Andrew Kingston
836fdab139 Fix more sizes in settings and drawer 2021-04-30 16:53:33 +01:00
Andrew Kingston
00573827b9 Fix button sizes in settings 2021-04-30 16:42:53 +01:00
Andrew Kingston
6f6770cef7 Add server-side searching and pagination to data providers using internal tables 2021-04-30 16:29:53 +01:00
mike12345567
a7022de9b5 Moving drawers around to be a common component as they are utilised in a few places, keep all the binding work together, as well as some fixing for readable/runtime binding detection and conversion. 2021-04-30 16:17:57 +01:00
Keviin Åberg Kultalahti
7dc53dc2e6 convert all Heading instances to use new API 2021-04-30 13:38:06 +02:00
Keviin Åberg Kultalahti
9509b8f42b Convert Body component to use size="" prop 2021-04-30 13:31:45 +02:00
Andrew Kingston
35f9dcf3f6 Expose search API endpoint 2021-04-29 14:55:33 +01:00
Andrew Kingston
5e7ba5dfb3 Fix styles in datasource select 2021-04-29 09:01:24 +01:00
Andrew Kingston
9d5ff2e612 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui 2021-04-28 15:08:54 +01:00
Andrew Kingston
a1c01bb905 Update other cypress helpers to work with spectrum 2021-04-28 15:08:43 +01:00
Keviin Åberg Kultalahti
f5272b64b7 Merge branch 'spectrum-bbui' into spectrum/kevs-bits-and-bobs-the-sequel 2021-04-28 15:55:15 +02:00
Keviin Åberg Kultalahti
7a05536319 fix DataSourceSelect Query Panel 2021-04-28 15:31:41 +02:00
Keviin Åberg Kultalahti
6158a547ea remove Spacer component 2021-04-28 15:23:47 +02:00
Keviin Åberg Kultalahti
039797c7bb fix ExecuteQuery to use Layout 2021-04-28 15:20:03 +02:00
Keviin Åberg Kultalahti
f833c1a5a0 fix dataBinding error 2021-04-28 15:18:12 +02:00
Andrew Kingston
318d702ae9 Increase font size of binding drawer results 2021-04-28 14:16:47 +01:00
Keviin Åberg Kultalahti
e63e2b369a Merge branch 'spectrum-bbui' into spectrum/kevs-bits-and-bobs-the-sequel 2021-04-28 15:09:32 +02:00
Keviin Åberg Kultalahti
02c7ec71c5 Convert EventPanel to Layout component 2021-04-28 15:04:30 +02:00
Keviin Åberg Kultalahti
016a780322 rewords FilterPanel to use new DrawerContent component 2021-04-28 14:52:58 +02:00
Keviin Åberg Kultalahti
c82d171106 rename DrawerContentWithSidebar to DrawerContent and add sidebar check 2021-04-28 14:42:44 +02:00
Andrew Kingston
e5e3a72381 Update all component icons 2021-04-28 13:42:17 +01:00
Keviin Åberg Kultalahti
6beb6c4f44 Convert IntegrationForm to use Layout component 2021-04-28 14:33:40 +02:00
Keviin Åberg Kultalahti
4c776f68f2 Switch bindingPanel to use new Drawer content component 2021-04-28 10:10:48 +02:00
Keviin Åberg Kultalahti
da993b47f1 Create DrawerContent component 2021-04-27 17:43:56 +02:00
Keviin Åberg Kultalahti
e0a376dd7b cleanup component selection list 2021-04-27 17:04:50 +02:00
Keviin Åberg Kultalahti
9ee6ef3073 rework Icons to use new API 2021-04-27 16:30:13 +02:00
Keviin Åberg Kultalahti
b635aad8ae rework Divider to use new API 2021-04-27 16:25:39 +02:00
Keviin Åberg Kultalahti
e3126df4dc merge main branch 2021-04-27 16:19:42 +02:00
Keviin Åberg Kultalahti
9ef69b1725 convert ActionButton to new interface 2021-04-27 16:18:52 +02:00
Keviin Åberg Kultalahti
2e7e18a8b6 Changes ActionMenu button slot to be called control 2021-04-27 15:34:17 +02:00