1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
Commit graph

531 commits

Author SHA1 Message Date
Michael Shanks 6f234706af bugfix: custom code not getting attached poperly 2020-02-24 14:56:11 +00:00
Conor_Mack bd225d1eac
Merge pull request #124 from Conor-Mack/bugfix/disable-list-item
Also disabled radio and check inputs
2020-02-24 11:52:16 +00:00
Conor_Mack 681b1edc7a Also disabled radio and check inputs 2020-02-24 11:50:20 +00:00
Conor_Mack 2c4d0b1de1
Merge pull request #123 from Conor-Mack/bugfix/disable-list-item
Support for disabling list items
2020-02-24 11:48:16 +00:00
Conor_Mack 80d46987eb Support for disabling list items 2020-02-24 11:46:38 +00:00
Michael Shanks fe57000acd bugfix - client - approotPath not passed correctly 2020-02-24 11:15:08 +00:00
Michael Shanks 503816bc7e bugfix - css not sent for all screens 2020-02-24 11:05:52 +00:00
Michael Shanks 547858ea9b buxfix - recordForm template maxlength incorrect 2020-02-24 11:05:31 +00:00
Michael Shanks e09a79fc87 test fixes - store renamed state 2020-02-23 22:18:23 +00:00
Michael Shanks fd810c9910 prettier - auto 2020-02-23 22:18:05 +00:00
Michael Shanks c3cb67cc3a Merge branch 'master' of github.com:Budibase/budibase 2020-02-23 22:17:38 +00:00
Michael Shanks 1a1a9e81e0
Merge pull request #121 from shogunpurple/state-management-v2
State management v2
2020-02-23 22:16:56 +00:00
Michael Shanks 4fb30835cd few broken tests (typos) 2020-02-23 21:59:27 +00:00
Michael Shanks 82f0063243 publishdev script to root package.json 2020-02-22 22:29:11 +00:00
Michael Shanks 6e85a7b34a updated contributor readme 2020-02-22 22:27:41 +00:00
Michael Shanks ca63862604 publishDev scripts create dirs, so we dont get annoying errors 2020-02-22 22:24:19 +00:00
Michael Shanks d99cd4522d MD button onclick hooked 2020-02-22 22:09:26 +00:00
Michael Shanks eed864b770 component templates: store binding renamed to state 2020-02-21 23:02:01 +00:00
Michael Shanks d0f3eeca1b pass in routeParams to uiFunctions 2020-02-21 23:01:41 +00:00
Michael Shanks 0902febc00 uiFunctions receive state and routeParams 2020-02-21 23:01:16 +00:00
Michael Shanks e24bdec1f9 record Form template 2020-02-21 22:56:37 +00:00
Michael Shanks b2c045c0ca standalone templates 2020-02-21 22:56:18 +00:00
Michael Shanks 5ce9bf5040 Merge branch 'master' of github.com:Budibase/budibase 2020-02-21 21:28:00 +00:00
Michael Shanks ed46afe74e bindable MDTextfield 2020-02-21 21:27:55 +00:00
Michael Shanks 20ae671eef standalone templates (templates with no component) 2020-02-21 21:27:44 +00:00
Martin McKeaveney a41d25f83e remove unnecessary file 2020-02-21 18:07:08 +00:00
Martin McKeaveney defb31910e lerna version 2020-02-21 18:06:23 +00:00
Martin McKeaveney 395dcd1cc2 finished state management ui for v2 2020-02-21 18:02:02 +00:00
Michael Shanks d271ed6a50 some more routing fixes - css now loaded at runtime 2020-02-21 16:52:29 +00:00
Martin McKeaveney 412aa6739f state management bindings 2020-02-21 15:44:48 +00:00
Michael Shanks 416a888ccc
Merge pull request #120 from mjashanks/master
Bugfixes...
2020-02-21 15:40:40 +00:00
Michael Shanks c0097f766e bugfix: binding broken in propertycascader 2020-02-21 15:39:56 +00:00
Michael Shanks 56f00f4e1d fix rooting to be able to handle appRootPath 2020-02-21 15:20:00 +00:00
Conor_Mack beb6ee55c2
Merge pull request #119 from Conor-Mack/feature/component-json-options
Component JSON options update and related changes
2020-02-21 15:02:19 +00:00
Conor_Mack 43355bf2d3 Component JSON options update and related changes 2020-02-21 15:00:42 +00:00
Michael Shanks 4b807d8f09 bindings can now be just a string (store.someValue) 2020-02-21 14:44:48 +00:00
Conor_Mack b4533f7ab1
Merge pull request #118 from Conor-Mack/feature/mdc-list
Adding List divider
2020-02-21 14:02:27 +00:00
Conor_Mack 705ffacd33 Adding List divider 2020-02-21 14:00:20 +00:00
Conor_Mack 9a08490930
Merge pull request #117 from Conor-Mack/feature/mdc-list
Completed List Component and related changes to Radio and Check Compo…
2020-02-21 13:42:04 +00:00
Conor_Mack 4e4470f240 Completed List Component and related changes to Radio and Check Components 2020-02-21 13:39:18 +00:00
Michael Shanks 7f557c98c1
Merge pull request #116 from pngwn/icons-update
Use remix icons for consistency.
2020-02-21 11:45:38 +00:00
Michael Shanks 8777f7e9f8 Merge branch 'master' of github.com:Budibase/budibase 2020-02-21 11:43:41 +00:00
Michael Shanks acd24f7389 components changes 2020-02-21 11:43:21 +00:00
pngwn fd4f0beb14 Use remix icons for consistency. Styling tweaks. 2020-02-21 11:09:37 +00:00
Michael Shanks 546dd05718 bugfix: generate css on screen change 2020-02-21 09:27:43 +00:00
Martin McKeaveney b46d33ad59
Update store.js 2020-02-20 21:21:16 +00:00
Michael Shanks d57c0ebd6a
Merge pull request #115 from mjashanks/master
New Components, Bug fixes... including PR #114
2020-02-20 17:30:30 +00:00
Michael Shanks 7940d12c62 dodgy merge 2020-02-20 17:27:48 +00:00
Michael Shanks f2e6ac0145 merge conflicts from peter/tweaks 2020-02-20 17:11:41 +00:00
Michael Shanks f9f2abac33 reduced padding on comp hierarchy 2020-02-20 17:09:35 +00:00