1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Commit graph

81 commits

Author SHA1 Message Date
Keviin Åberg Kultalahti
ebdbbdc094 wip layout component 2021-06-04 08:57:18 +02:00
Andrew Kingston
e81b9ce66a Remove login form component 2021-05-25 08:26:43 +01:00
Andrew Kingston
20bacaa50b Remove leftover import of search component 2021-05-13 12:38:34 +01:00
Andrew Kingston
06b438d585 Add datepicker, centralise icon management and update builder styles 2021-04-20 20:06:27 +01:00
Andrew Kingston
13e5c5ad61 Update StringField and OptionsField to use BBUI components 2021-04-15 11:51:18 +01:00
Andrew Kingston
9df873a9a8 Include BBUI CSS in standard components 2021-04-07 10:52:33 +01:00
Andrew Kingston
3ab4c7f4bc Improve cross-package bundling 2021-04-01 13:44:14 +01:00
Andrew Kingston
f84302ed89 Add virtual rendering to table to increase performance and remove grid component 2021-03-25 14:40:29 +00:00
Andrew Kingston
6bc622a857 Add initial version of new spectrum table component 2021-03-24 15:51:57 +00:00
Andrew Kingston
5d9692e338 Remove RowDetail component 2021-03-22 18:04:40 +00:00
Andrew Kingston
6e29423d4d Add data provider component and refactor component setting types 2021-03-16 13:54:34 +00:00
Andrew Kingston
624ad79c95 Add background image component 2021-02-26 09:58:11 +00:00
Andrew Kingston
56d8a27286 Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-02-10 18:34:45 +00:00
Andrew Kingston
c7f2a989ad Update auto screens to use new lightest spectrum theme 2021-02-04 15:10:51 +00:00
Andrew Kingston
e3b0de6805 Update screen templates to support full form generation. Fix issues with screen templates 2021-02-02 14:32:58 +00:00
Martin McKeaveney
27c7f5697b internal search working 2021-02-01 21:02:54 +00:00
Andrew Kingston
e72850b84d Integrate flatpickr with spectrum 2021-01-28 18:53:40 +00:00
Andrew Kingston
16c276aa9a Add rich text field to form components 2021-01-28 18:03:44 +00:00
Andrew Kingston
69b840c919 Add initial work on new Form component, spectrum styles and new text field 2021-01-26 08:55:44 +00:00
Andrew Kingston
ed020954b2 Add new definitions for all chart components 2021-01-19 19:24:49 +00:00
Andrew Kingston
5c469f24b9 Fix grid component definition and add controls for icons and colourpickers 2021-01-19 13:46:25 +00:00
Andrew Kingston
0a10bc6c71 Add all new definitions for non-chart components 2021-01-19 11:49:52 +00:00
Andrew Kingston
275f0ca092 Add navigation bar, links and row detail definitions 2021-01-19 10:47:00 +00:00
Andrew Kingston
ec4a4047b6 Improve data binding popup and finish component bindings 2021-01-15 10:59:22 +00:00
Andrew Kingston
5211d316f8 Add new data bindings for context bindings and most work for component bindings 2021-01-14 15:39:50 +00:00
Andrew Kingston
7c4c7e0ae1 Update file structure to be sensible for design section 2021-01-14 09:45:09 +00:00
Andrew Kingston
9b035df33e WIP component management and definition refactor 2021-01-12 20:00:35 +00:00
Andrew Kingston
3164b45f95 Merge branch 'master' of github.com:Budibase/budibase into stat-card 2020-12-04 09:00:43 +00:00
Andrew Kingston
a54dd9509f Remove deprecated props, fix warnings, remove old code 2020-11-30 15:05:36 +00:00
Joe
1f3942b0e6 Stat card
During lab day, I created a stat card. This card allows the user to display a single value, with an optional title and label. This is a popular component that will save our users time - expecially when creating dashboards.
2020-11-28 16:35:42 +00:00
Andrew Kingston
b8bc583fd9 Merge branch 'master' of github.com:Budibase/budibase into component-sdk 2020-11-25 18:38:58 +00:00
Andrew Kingston
07229858c8 Add fade screen transition and fix navigation component casing 2020-11-25 18:30:09 +00:00
Martin McKeaveney
bfab74d11f make datagrid less janky 2020-11-23 16:17:09 +00:00
Andrew Kingston
999b2ffb19 Add actual component for screenslot placeholder 2020-11-23 14:27:45 +00:00
Andrew Kingston
cdb8ff3563 Update all components to be renderable and styleable 2020-11-18 21:06:12 +00:00
Andrew Kingston
1a8d781c8c Refactor entire SDK into client lib and enable svelte context sharing between client and components 2020-11-18 19:18:18 +00:00
Andrew Kingston
fef561ffe4 Merge branch 'master' of github.com:Budibase/budibase into component-sdk 2020-11-18 11:23:06 +00:00
kevmodrome
e9f3307864 adds non-working RichText component 2020-11-13 11:12:38 +01:00
Andrew Kingston
da17e1d900 Replace all manual API interaction with SDK 2020-11-12 12:24:45 +00:00
Andrew Kingston
921cae0cbc Tidy up standard components 2020-11-11 14:26:33 +00:00
Andrew Kingston
fee942f4ec Add bar chart with initial apex charts config 2020-11-02 15:32:37 +00:00
Michael Shanks
7382da4a60 removes unused components 2020-10-16 16:04:49 +01:00
Martin McKeaveney
20301cb883 merge with new grid 2020-10-12 20:25:15 +01:00
mike12345567
cfd4d9d34d Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming 2020-10-12 13:34:32 +01:00
kevmodrome
d6136ec233 merge master 2020-10-12 12:58:20 +02:00
mike12345567
5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 2020-10-09 19:10:28 +01:00
Michael Shanks
127ce3b59d renaming Record > Row 2020-10-09 17:12:55 +01:00
Michael Shanks
ae0069fa5d RecordDetail & NewRecord now baseComponents 2020-10-07 22:30:51 +01:00
kevmodrome
2df74f1b99 adds rudimentary form to handle input of new rows 2020-09-25 12:32:38 +02:00
kevmodrome
ed69526375 adds ag-grid component to display data 2020-09-25 11:44:05 +02:00