1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Merge pull request #766 from Budibase/public-beta

Public beta
This commit is contained in:
Martin McKeaveney 2020-10-20 14:29:02 +01:00 committed by GitHub
commit ce5dca72b4
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
<script>
import { store, automationStore, backendUiStore } from "builderStore"
import { Button } from "@budibase/bbui"
import SettingsLink from "components/settings/Link.svelte"
import { get } from "builderStore/api"
import { isActive, goto, layout } from "@sveltech/routify"
@ -83,6 +84,13 @@
</span>
</div>
</div>
<div class="beta">
<Button
secondary
href="https://www.budibase.com/blog/budibase-public-beta/">
Budibase is in Beta
</Button>
</div>
{#await promise}
<!-- This should probably be some kind of loading state? -->
@ -198,4 +206,10 @@
font-size: 24px;
color: var(--grey-7);
}
.beta {
position: absolute;
bottom: var(--spacing-m);
left: var(--spacing-m);
}
</style>

View file

@ -36,7 +36,7 @@
"gitHead": "284cceb9b703c38566c6e6363c022f79a08d5691",
"dependencies": {
"@beyonk/svelte-googlemaps": "^2.2.0",
"@budibase/bbui": "^1.44.0",
"@budibase/bbui": "^1.44.1",
"@budibase/svelte-ag-grid": "^0.0.13",
"@fortawesome/fontawesome-free": "^5.14.0",
"@svelteschool/svelte-forms": "^0.7.0",