Martin McKeaveney
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
15 additions and
1 deletions
-
packages/builder/src/pages/[application]/_reset.svelte
-
packages/standard-components/package.json
|
|
|
@ -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> |
|
|
|
|
|
|
|
@ -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", |
|
|
|
|