mirror of https://github.com/Budibase/budibase.git
14 changed files with 43 additions and 40 deletions
@ -1,7 +1,7 @@ |
|||
<script> |
|||
import ComponentNavigationPanel from "./_components/navigation/ComponentNavigationPanel.svelte" |
|||
import ComponentListPanel from "./_components/navigation/ComponentListPanel.svelte" |
|||
import ComponentSettingsPanel from "./_components/settings/ComponentSettingsPanel.svelte" |
|||
</script> |
|||
|
|||
<ComponentNavigationPanel /> |
|||
<ComponentListPanel /> |
|||
<ComponentSettingsPanel /> |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
<script> |
|||
import SettingsPanel from "components/design/settings/SettingsPanel.svelte" |
|||
import Panel from "components/design/Panel.svelte" |
|||
</script> |
|||
|
|||
< |
|||
<Panel title="Layout" borderLeft /> |
|||
|
|||
@ -1,5 +1,7 @@ |
|||
<script> |
|||
import LayoutNavigationPanel from "./_components/LayoutNavigationPanel.svelte" |
|||
import LayoutListPanel from "./_components/LayoutListPanel.svelte" |
|||
import LayoutSettingsPanel from "./_components/LayoutSettingsPanel.svelte" |
|||
</script> |
|||
|
|||
<LayoutNavigationPanel /> |
|||
<LayoutListPanel /> |
|||
<LayoutSettingsPanel /> |
|||
|
|||
@ -1,7 +1,7 @@ |
|||
<script> |
|||
import ScreenNavigationPanel from "./_components/ScreenNavigationPanel.svelte" |
|||
import ScreenListPanel from "./_components/ScreenListPanel.svelte" |
|||
import ScreenSettingsPanel from "./_components/ScreenSettingsPanel.svelte" |
|||
</script> |
|||
|
|||
<ScreenNavigationPanel /> |
|||
<ScreenListPanel /> |
|||
<ScreenSettingsPanel /> |
|||
|
|||
Loading…
Reference in new issue