1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00
Commit graph

2106 commits

Author SHA1 Message Date
Michael Shanks ac9f2ac0b0 removed Block (not used) 2020-08-14 14:42:17 +01:00
Michael Shanks 62c95b4eed removed ComponentSearch (not used) 2020-08-14 14:40:45 +01:00
Michael Shanks 749774080a removed CodeArea (not used) 2020-08-14 14:40:10 +01:00
Michael Shanks 9d4b462b2b removed CodeEditor (not used) 2020-08-14 14:39:44 +01:00
Michael Shanks c4e1242dd9 removed Textbox (not used) 2020-08-14 14:37:40 +01:00
Michael Shanks b12cc7961e removed HierarchyRow (not used) 2020-08-14 14:37:05 +01:00
Michael Shanks 71f23221d9 removed CreateEditView (not used) 2020-08-14 14:36:51 +01:00
Michael Shanks bdb84a2e91 removed EditComponentProps.svelte (unused) 2020-08-14 14:32:37 +01:00
Michael Shanks 159c665ca5 removed Dropdown.svelte 2020-08-14 14:24:14 +01:00
Michael Shanks d8f8ade898 removed PageView.svelte 2020-08-14 14:21:55 +01:00
Michael Shanks 213f019c09 Merge pull request #539 from mjashanks/remove-md-components
Remove materialdesign-components packages, and all references
2020-08-14 12:08:41 +01:00
Michael Shanks 035fafc963 removed material design library 2020-08-14 11:33:40 +01:00
Michael Shanks 30aed16951 remove references to material design components 2020-08-14 11:21:52 +01:00
Michael Shanks 721295f685 commented on use of store within a component 2020-08-14 10:50:55 +01:00
Martin McKeaveney b5325b1066 Merge pull request #538 from Budibase/backend-bug-fixes
fix backend bugs - some tidy up
2020-08-14 08:56:07 +01:00
Martin McKeaveney c26366d0d8 fix backend bugs - some tidy up 2020-08-13 20:22:14 +01:00
Martin McKeaveney bf46067fe1 new view foundations 2020-08-13 15:04:19 +01:00
Michael Shanks 04cee2c3e3 fix: dnd - dragslot remains if we drop outside of target 2020-08-13 14:08:20 +01:00
Michael Shanks 764a09118c bugfix: dnd over screenslot was throwing err 2020-08-13 14:02:15 +01:00
Joe c89158c6b5 Merge pull request #529 from Budibase/Tidy-ups-and-implementing-new-BBUI-vars
Tidy ups and welcome screen made less busy
2020-08-13 12:03:23 +01:00
Michael Shanks 8a59160a56 Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface 2020-08-13 11:53:15 +01:00
Michael Shanks 5ab905067f merge from master 2020-08-13 11:50:12 +01:00
Michael Shanks 2f8d63959d Merge pull request #534 from mjashanks/dnd
Component nav Drag and Drop + Add component usability
2020-08-13 11:32:39 +01:00
Joe 980c0d8f8b Merge branch 'master' into Tidy-ups-and-implementing-new-BBUI-vars 2020-08-13 11:31:55 +01:00
Michael Shanks 209f0666ec fix: screens not creating properly on electron 2020-08-13 11:24:58 +01:00
Joe f7d2aacfa5 Merge pull request #535 from Budibase/Card-component
New card component
2020-08-13 11:21:49 +01:00
Joe bf3bf0ecac Merge branch 'Card-component' of https://github.com/Budibase/budibase into Card-component 2020-08-13 11:13:59 +01:00
Joe f1d22b06db Card icons updated 2020-08-13 11:13:22 +01:00
Joe 3922298f58 Rename CardHorizontal.Svelte to CardHorizontal.svelte 2020-08-13 10:57:29 +01:00
Joe a4ed18654d Rename Card.Svelte to Card.svelte 2020-08-13 10:56:50 +01:00
Joe 1700c30d44 Let changed to const 2020-08-13 10:54:43 +01:00
Joe dcb6617937 Update color for subtext 2020-08-13 10:45:25 +01:00
Joe 562ed099d8 Text color update 2020-08-13 10:35:20 +01:00
Michael Shanks 73f747b172 fix: navigation component can have children 2020-08-13 10:15:50 +01:00
Michael Shanks 180fe1801f fix: added dnd to master screen 2020-08-13 10:15:37 +01:00
Michael Shanks 0e9ecccd91 changes from code review 2020-08-13 10:15:09 +01:00
Joe 2773370a4a Formatting and Linting 2020-08-13 09:05:22 +01:00
Joe 6dc0a3a0d3 New card component 2020-08-13 08:58:48 +01:00
cmack 41a46847e5 Chart Fix - Import BC CSS and use Postcss 2020-08-12 17:41:12 +01:00
Michael Shanks 3703aa2a1e auto nesting or not, on add component 2020-08-12 17:00:05 +01:00
kevmodrome 99981bea79 Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface-frontend 2020-08-12 17:31:05 +02:00
kevmodrome d0b1d4695b initial commit 2020-08-12 17:30:20 +02:00
Michael Shanks c95363dd66 container components need children: true 2020-08-12 16:28:41 +01:00
Michael Shanks 2db40c6d2c dnd component nav 2020-08-12 16:28:19 +01:00
Michael Shanks 458bc228ed adding context and bindable properties to component.json 2020-08-12 16:04:20 +01:00
cmack db969e0f5c Merge branch 'master' of https://github.com/Budibase/budibase into britecharts/separate-components-2 2020-08-12 10:18:47 +01:00
cmack e4b4c5723f WIP: Chart Tests and Line Refactor 2020-08-12 10:02:36 +01:00
Martin McKeaveney 28473c4cd4 Merge pull request #530 from Budibase/new-backend-bugfixes
bugfixes after team usage
2020-08-11 20:07:26 +01:00
Martin McKeaveney fccad2f710 bugfixes after team usage 2020-08-11 17:58:01 +01:00
Michael Shanks d6b0374349 merge from master 2020-08-11 17:31:14 +01:00