1
0
Fork 0
mirror of synced 2024-08-20 20:41:37 +12:00
Commit graph

2064 commits

Author SHA1 Message Date
Tori Sloan
c2f0d005d1 Merge branch 'master' into removing-uikit-05 2020-09-03 09:07:22 +01:00
Kevin Åberg Kultalahti
b752f9fcf9 Merge pull request #556 from Budibase/feature/binding-interface
Adds binding interface functionality to Budibase
2020-09-03 09:59:46 +02:00
Victoria Sloan
74918b1d71 NewScreen using bbui modal 2020-09-03 08:59:05 +01:00
kevmodrome
64078e12f2 Merge branch 'master' into feature/binding-interface 2020-09-03 09:49:43 +02:00
kevmodrome
68dfb678e1 wip: cypress tests 2020-09-03 09:45:58 +02:00
Victoria Sloan
9afb42ba37 remove Modal.svelte and update ConfirmDialog modal to use bbui modal 2020-09-03 08:44:08 +01:00
Victoria Sloan
4846278231 uk-form-width removed 2020-09-01 22:00:30 +01:00
Victoria Sloan
1a590e3e19 removing uk-form-stacked 2020-09-01 21:46:59 +01:00
Victoria Sloan
d615f3651f removing form-controls 2020-09-01 21:35:22 +01:00
Victoria Sloan
eee0ef8a53 remove uk-checkbox 2020-09-01 21:32:47 +01:00
Victoria Sloan
0910f3b34c bbui version updated to latest & updated Label component used 2020-09-01 21:28:38 +01:00
Victoria Sloan
73a8edb7dc Merge branch 'master' into removing-uikit-04
# Conflicts:
#	packages/builder/src/components/common/DatePicker.svelte
#	packages/builder/src/components/workflow/SetupPanel/ParamInputs/ComponentSelector.svelte
2020-09-01 21:20:56 +01:00
kevmodrome
40e6d51d24 wip: cypress fix 2020-09-01 11:16:41 +02:00
Tori Sloan
556e18a706 Merge pull request #562 from Budibase/removing-uikit-03
Removing ui-kit form-controls
2020-08-31 21:09:41 +01:00
kevmodrome
fc39744bf0 fix color of separator in binding interface 2020-08-31 10:21:08 +02:00
kevmodrome
1d4005dd09 groups components and table in separate categories 2020-08-31 10:12:06 +02:00
kevmodrome
ebcd1c8220 update bbui 2020-08-31 10:11:44 +02:00
Victoria Sloan
1d4e86621e updating bbui version and replacing uk-form-label with bbui Label component 2020-08-30 15:28:46 +01:00
Victoria Sloan
cea2007b7c removing uk-form-controls from datepicker, componentselector, modelselector & recordselector 2020-08-30 14:49:25 +01:00
Victoria Sloan
ede79eaaa1 remove redundant form-controls class from ValuesList 2020-08-30 14:35:44 +01:00
kevmodrome
1ee7add6dc updates correctly on close, cancel and done actions 2020-08-28 15:40:43 +02:00
kevmodrome
860139d979 wip: binding interface design 2020-08-28 14:43:28 +02:00
kevmodrome
fc4afbbacb Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface 2020-08-28 13:58:39 +02:00
kevmodrome
1270f10993 Merge branch 'master' into feature/binding-interface 2020-08-28 13:57:46 +02:00
Michael Shanks
94935b023b working flat() polyfill for jest 2020-08-27 10:20:01 +01:00
Michael Shanks
54e0a48701 polyfill flat() for jest on Node 10.x 2020-08-27 10:10:35 +01:00
Michael Shanks
3c69e48200 some styling changes from code review 2020-08-27 10:00:36 +01:00
Michael Shanks
d7f70d0424 Merge branch 'master' into feature/binding-interface 2020-08-27 09:39:11 +01:00
Michael Shanks
53eccb5379 Merge pull request #536 from mjashanks/dnd
Few Dnd Bugfixes
2020-08-27 09:33:25 +01:00
kevmodrome
300f18927f merge master 2020-08-26 09:11:16 +02:00
Martin McKeaveney
019755762c Merge pull request #558 from Budibase/view-fixes
view fixes
2020-08-25 16:33:30 +01:00
Martin McKeaveney
c5b37e1630 Merge pull request #554 from Budibase/replace-ui-kit-02
Removing uk-table and uk-margin
2020-08-25 15:40:14 +01:00
Martin McKeaveney
5877ed673e fix view CI 2020-08-25 15:39:49 +01:00
Martin McKeaveney
81bc8432a7 view fixes 2020-08-25 14:15:01 +01:00
Martin McKeaveney
b2761fcd51 Merge pull request #555 from Budibase/view-filters
View filters
2020-08-25 11:33:38 +01:00
kevmodrome
d6e4ae5600 fix styling issues 2020-08-25 11:40:48 +02:00
kevmodrome
0bbc5289ad adds guards to some properties when they are undefined 2020-08-25 11:25:56 +02:00
kevmodrome
32a0d1e176 binding interface now only updates when the dropdown is closed 2020-08-25 11:20:39 +02:00
kevmodrome
60264d6cb8 Merge branch 'feature/binding-interface' into feature/binding-interface-frontend 2020-08-25 10:16:32 +02:00
kevmodrome
deb303e381 adds panel interface 2020-08-25 10:15:51 +02:00
Martin McKeaveney
401a2beec2 remove superfluous var 2020-08-24 16:05:12 +01:00
Martin McKeaveney
b03eb8ce60 cypress tests, lint, feature complete 2020-08-24 15:48:34 +01:00
Martin McKeaveney
4d262b57ab view filters operational 2020-08-24 11:46:28 +01:00
Martin McKeaveney
1c4edea28f Merge branch 'master' of github.com:Budibase/budibase into view-filters 2020-08-24 10:50:15 +01:00
Victoria Sloan
5bcc8e9caa move table styles from global.css to budibase.css 2020-08-23 09:44:30 +01:00
Victoria Sloan
c7baaeefb5 Merge branch 'master' into replace-ui-kit-02 2020-08-23 09:39:07 +01:00
Tori Sloan
b366b566dd Merge pull request #553 from Budibase/replace-ui-kit-01
Removing uk-margin- swapped with new bb-margin classes
2020-08-23 09:37:59 +01:00
Victoria Sloan
fa93097192 uk-table removed, uk margin styles add to global 2020-08-23 09:31:39 +01:00
Victoria Sloan
fbc14e4326 adding index.js.map to gitignore 2020-08-22 21:46:42 +01:00
Victoria Sloan
9f1d15e4e1 removed uk-margin and swapped with new bb-margin classes 2020-08-22 21:34:46 +01:00