1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00
Commit graph

3056 commits

Author SHA1 Message Date
Michael Shanks 5578e48f34 stop multiple creates on save record 2020-10-16 22:46:15 +01:00
Martin McKeaveney ddbe66b000 hiding templates for now 2020-10-16 22:11:13 +01:00
Martin McKeaveney 82218c3a50 adding health check endpoint for AWS ALB 2020-10-16 22:02:17 +01:00
Michael Shanks 143177a0d5 Primary display column is always required 2020-10-16 21:50:58 +01:00
Martin McKeaveney d44ff8ceeb Merge branch 'master' of github.com:Budibase/budibase into fix-issues 2020-10-16 21:41:58 +01:00
Michael Shanks 3f53e2958b Merge remote-tracking branch 'origin/master' into mike-fixes 2020-10-16 21:39:51 +01:00
Andrew Kingston be2fcf338a
Merge pull request #742 from Budibase/autoscreen-templates
Autoscreen templates
2020-10-16 21:15:59 +01:00
mike12345567 1b56778133 Some minor fixes, right padding wasn't the same as left padding and fixing 404 when deleting a view. 2020-10-16 18:05:45 +01:00
Martin McKeaveney ab50887102 Merge branch 'master' of github.com:Budibase/budibase into fix-issues 2020-10-16 17:18:11 +01:00
Michael Shanks 5027a6e49a removes unused components 2020-10-16 16:04:49 +01:00
Andrew Kingston 5253534a05 Fix link 2020-10-16 16:00:26 +01:00
Michael Shanks acd17a6668 client - sanitize urls, so we can match routes with nasty chars 2020-10-16 15:44:39 +01:00
Michael Shanks ba82d2d883 screen templates - convert spaces to "-" in urls 2020-10-16 15:43:55 +01:00
Andrew Kingston 2ce51346ca Fix default home page overriding detail pages 2020-10-16 15:32:50 +01:00
Andrew Kingston 454199b17d Set default link font weight to 500 2020-10-16 15:32:30 +01:00
Andrew Kingston 6b077d86fd Fix login component with login app names 2020-10-16 15:32:02 +01:00
Martin McKeaveney bd2fec7594 allow calculation views to be used in context components again 2020-10-16 15:26:08 +01:00
Andrew Kingston edb91717ef Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates 2020-10-16 15:16:46 +01:00
Andrew Kingston 8149ad848f Add new DetailScreenSelect component for selecting only detail screens and update detail linking in grids 2020-10-16 15:16:29 +01:00
Andrew Kingston 6694d33cfb Update template auto screens 2020-10-16 15:15:00 +01:00
Andrew Kingston 7a544a8079 Bump BBUI version 2020-10-16 15:14:36 +01:00
Michael Drury 062c92b1c0
Merge pull request #737 from Budibase/bug/relationship-bugs
Minor - Some relationship bugs
2020-10-16 14:21:14 +01:00
mike12345567 826aa4514d Fixing linting issue. 2020-10-16 14:00:08 +01:00
mike12345567 691ce5420f Linting. 2020-10-16 13:50:18 +01:00
mike12345567 c5dc50e8bf Fixing some issues found with deleting tables and relationships not getting cleaned up fully + builder not updating - also making sure builder store initial state of screens is accurate. 2020-10-16 13:48:59 +01:00
Andrew Kingston 42469e069d Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates 2020-10-16 12:57:29 +01:00
Andrew Kingston 5c9c7e0a2d Make detail column sticky and left orientated and fix crash with options inside grid 2020-10-16 12:55:20 +01:00
Martin McKeaveney fff78a0072 v0.2.2 2020-10-16 12:41:05 +01:00
Andrew Kingston 60a771ecbe Bump BBUI version 2020-10-16 12:39:26 +01:00
Martin McKeaveney 6f4b55c0f5 making deploy process async, adding local deployment history 2020-10-16 12:38:07 +01:00
Michael Drury e3514b5250
Merge pull request #733 from Budibase/bug/casing-table-fix
Fixing column casing issues
2020-10-16 12:22:30 +01:00
mike12345567 a21a3f817e Linting. 2020-10-16 12:13:27 +01:00
mike12345567 e87d9afbaf Fixing an issue whereby in some enrichment calls the count of links would be doubled (counting both sides). 2020-10-16 11:59:59 +01:00
Kevin Åberg Kultalahti 83f99aeaff
Merge pull request #730 from Budibase/feature/remove-add-row-button-in-grid-component
Feature/remove add row button in grid component
2020-10-16 12:15:07 +02:00
Kevin Åberg Kultalahti cf68101745
Merge branch 'master' into feature/remove-add-row-button-in-grid-component 2020-10-16 11:14:26 +02:00
Andrew Kingston 0f8eaeedf2 Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates 2020-10-16 10:00:22 +01:00
mike12345567 f31cd884ec linting 2020-10-16 09:54:35 +01:00
mike12345567 77f70d035b Merge branch 'master' of github.com:Budibase/budibase into bug/casing-table-fix 2020-10-16 09:53:38 +01:00
Kevin Åberg Kultalahti 188c171f83
Merge pull request #734 from Budibase/feature/add-edit-button-custom-renderer-for-grid-component
Feature/add details button custom renderer for grid component
2020-10-16 10:51:11 +02:00
Kevin Åberg Kultalahti 7d1e8398f8
Merge branch 'master' into feature/add-edit-button-custom-renderer-for-grid-component 2020-10-16 10:37:22 +02:00
Andrew Kingston 711fab2269 Fix crashing whenever hitting an API error from client app 2020-10-16 09:37:19 +01:00
kevmodrome 35e8c4d655
change from Input to ScreenSelect component for prop 2020-10-16 10:35:15 +02:00
mike12345567 ea772c0342 Removing the pretty function on DataGrids to match the backend. 2020-10-16 09:33:17 +01:00
Andrew Kingston c818bc9a3f Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates 2020-10-16 09:17:54 +01:00
Andrew Kingston ca200b81f3 Fix new row screen template 2020-10-16 09:16:36 +01:00
Andrew Kingston c627c1d7d7 Fix popstate client routing events 2020-10-16 09:16:25 +01:00
Michael Shanks f94841b7d8
Merge pull request #735 from Budibase/mike-fixes
Mike fixes
2020-10-16 09:15:08 +01:00
Andrew Kingston e21059c74f Merge branch 'master' of github.com:Budibase/budibase into autoscreen-templates 2020-10-16 08:39:06 +01:00
Andrew Kingston 9234b9b817 Add new template for row details autoscreen 2020-10-16 08:38:40 +01:00
Andrew Kingston 02bd7fa075 Add new template for new row autoscreen 2020-10-16 08:38:27 +01:00