Lint
This commit is contained in:
parent
fcf682b827
commit
c8a8e60a09
|
@ -1,14 +1,14 @@
|
||||||
<div class="icon-side-nav">
|
<div class="icon-side-nav">
|
||||||
<slot/>
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.icon-side-nav {
|
.icon-side-nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: var(--spacing-s);
|
padding: var(--spacing-s);
|
||||||
gap: var(--spacing-xs);
|
gap: var(--spacing-xs);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -1,12 +1,6 @@
|
||||||
import { get, writable } from "svelte/store"
|
import { get, writable } from "svelte/store"
|
||||||
import { cloneDeep } from "lodash/fp"
|
import { cloneDeep } from "lodash/fp"
|
||||||
import {
|
import { currentAsset, mainLayout, selectedComponent } from "builderStore"
|
||||||
currentAsset,
|
|
||||||
mainLayout,
|
|
||||||
selectedComponent,
|
|
||||||
selectedScreen,
|
|
||||||
store,
|
|
||||||
} from "builderStore"
|
|
||||||
import {
|
import {
|
||||||
datasources,
|
datasources,
|
||||||
integrations,
|
integrations,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import Panel from "components/design/Panel.svelte"
|
import Panel from "components/design/Panel.svelte"
|
||||||
import {
|
import {
|
||||||
Body,
|
|
||||||
Layout,
|
Layout,
|
||||||
Label,
|
Label,
|
||||||
ActionGroup,
|
ActionGroup,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import { notifications, Slider, Icon } from "@budibase/bbui"
|
import { notifications, Slider, Icon } from "@budibase/bbui"
|
||||||
import { store } from "builderStore"
|
import { store } from "builderStore"
|
||||||
import { get } from "svelte/store"
|
|
||||||
|
|
||||||
const ThemeOptions = [
|
const ThemeOptions = [
|
||||||
"spectrum--darkest",
|
"spectrum--darkest",
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import Panel from "components/design/Panel.svelte"
|
import Panel from "components/design/Panel.svelte"
|
||||||
import {
|
import {
|
||||||
Body,
|
|
||||||
Layout,
|
Layout,
|
||||||
Label,
|
Label,
|
||||||
ColorPicker,
|
ColorPicker,
|
||||||
|
|
Loading…
Reference in New Issue