1
0
Fork 0
mirror of synced 2024-08-31 17:51:11 +12:00
Commit graph

776 commits

Author SHA1 Message Date
Conor_Mack
981934bf82 Merge pull request #170 from Conor-Mack/tidyup/components-json
Tidyup and components json update
2020-03-26 14:49:10 +00:00
Conor_Mack
835bfa5999 Tidyup and components json update 2020-03-26 14:47:49 +00:00
Michael Shanks
aad6d30749 bugfix: upgradeData - not upgrading child records 2020-03-26 14:32:09 +00:00
Michael Shanks
1efc3cfd98 bugfix: child views not loading 2020-03-26 14:31:56 +00:00
Conor_Mack
629e60b795 Merge pull request #169 from Conor-Mack/feature/slider
Complete Material Slider Component
2020-03-26 12:21:31 +00:00
Conor Mack
b8ea15b263 Complete Material Slider 2020-03-26 12:11:22 +00:00
Michael Shanks
b498d7809e Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-26 11:19:40 +00:00
Michael Shanks
c538cee59c _builder routing servs index for non-file paths 2020-03-26 11:19:21 +00:00
Martin McKeaveney
52a7c5581b Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-26 10:10:37 +00:00
Martin McKeaveney
ff0ecda010 allow creation of child views 2020-03-26 10:10:18 +00:00
Michael Shanks
b94632ed62 bugfix: model renamed on record creation 2020-03-26 09:45:04 +00:00
Martin McKeaveney
6ac63dfdf9 make it easy for users to create children 2020-03-25 21:47:17 +00:00
Martin McKeaveney
a721ab80dc child record drilldown 2020-03-25 17:01:53 +00:00
Martin McKeaveney
062776d94e Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-25 16:59:36 +00:00
Martin McKeaveney
bdecbf1e82 userslist 2020-03-25 16:59:32 +00:00
Michael Shanks
3cc5773fde validation for delete index and records 2020-03-25 16:57:04 +00:00
Michael Shanks
0c9d6abbf0 bugfix: user not getting created 2020-03-25 16:10:39 +00:00
Michael Shanks
5af53922ed evict packages from cache on SaveBackend 2020-03-25 12:38:04 +00:00
Michael Shanks
f3a9d138d7 default index name - dont use collectionName
(collectionName is now a number)
2020-03-25 11:31:58 +00:00
Michael Shanks
4c5e5f9716 Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-25 11:29:12 +00:00
Martin McKeaveney
ecf324453e bug fix for indexes 2020-03-25 11:28:45 +00:00
Michael Shanks
9e6e471a38 bugfix: dont put 'IsNew' into index 2020-03-25 11:18:13 +00:00
Michael Shanks
c2212840ce Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-25 11:14:04 +00:00
Michael Shanks
7274d44fd9 canDelete methods for index and record 2020-03-25 11:11:28 +00:00
Martin McKeaveney
a099558d9e bug fixes= 2020-03-25 10:59:47 +00:00
Michael Shanks
bcd8b602b3 collection name uses nodeId by default, and field is removed 2020-03-25 10:45:11 +00:00
Michael Shanks
e20bb608dd bugfix: nav items text background grey on windows 2020-03-25 08:56:34 +00:00
Michael Shanks
1cc2991d18 Merge branch 'new-backend' of github.com:Budibase/budibase into new-backend 2020-03-25 08:49:35 +00:00
Martin McKeaveney
ad8617406f tidy up 2020-03-24 19:59:30 +00:00
Martin McKeaveney
57c3598d9f user creation 2020-03-24 16:17:46 +00:00
Martin McKeaveney
d85c04acbf reactive model data table 2020-03-24 16:17:46 +00:00
Michael Shanks
8afbf12021 allow all conde snippets to be either blocks or expressions 2020-03-24 16:12:46 +00:00
Joe
f49ece1890 Merge pull request #166 from Budibase/nav-items-within-frontend-panels-highlighted
frontend panel nav items highlights
2020-03-24 15:59:52 +00:00
Michael Shanks
7462b55a9a bugfix... new apps had incorrect appDefinition.json 2020-03-24 15:33:31 +00:00
Joe
0d7cd5ec2e frontend panel nav items highlights
Changes include
Font updates
Font spacing added
Font weights changed
2020-03-24 11:12:08 +00:00
Michael Shanks
3429311d5e upgrade data - hooked up to server & builder 2020-03-24 10:58:15 +00:00
Michael Shanks
9ee1132185 bugfix: views duplicated 2020-03-24 10:57:54 +00:00
Michael Shanks
6ab3003106 merge conflicts 2020-03-24 10:56:48 +00:00
Conor_Mack
38a19dc930 Merge pull request #165 from Conor-Mack/feature/switch
Completed MD Switch component
2020-03-23 15:50:44 +00:00
Conor Mack
74f628d102 Completed MD Switch component 2020-03-23 15:49:06 +00:00
Michael Shanks
60013d3d3b prettier auto fix 2020-03-23 14:26:38 +00:00
Michael Shanks
d6da49e589 Merge branch 'martys-backend' into new-backend 2020-03-23 14:25:44 +00:00
Martin McKeaveney
b26a5ed6a4 started drilldown 2020-03-23 14:15:09 +00:00
Conor_Mack
f9b55eb97d Merge pull request #164 from Conor-Mack/feature/dialog
Removing console log
2020-03-23 14:05:19 +00:00
Conor Mack
b67fffe7e6 removing console log 2020-03-23 14:02:54 +00:00
Conor_Mack
6bb9de36e5 Merge pull request #163 from Conor-Mack/feature/dialog
MD Dialog Complete and Margins for Typography
2020-03-23 14:01:48 +00:00
Conor Mack
202b4f0996 MD Dialog Complete and Margins for Typography 2020-03-23 13:58:40 +00:00
Michael Shanks
c6beee73e5 backend - getting create instance to work 2020-03-23 12:47:31 +00:00
Martin McKeaveney
e073d30e44 solving initial table load issue 2020-03-23 10:43:34 +00:00
Martin McKeaveney
e772283914 further tidy up 2020-03-22 14:14:38 +00:00