feat: initial uploads and single study space view #31
@@ -1,8 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import SpaceCard from "$lib/components/SpaceCard.svelte";
|
import SpaceCard from "$lib/components/SpaceCard.svelte";
|
||||||
import defaultImg from "$lib/assets/study_space.png";
|
import defaultImg from "$lib/assets/study_space.png";
|
||||||
import { invalidate } from "$app/navigation";
|
|
||||||
import type { Table } from "$lib";
|
|
||||||
import crossUrl from "$lib/assets/cross.svg";
|
import crossUrl from "$lib/assets/cross.svg";
|
||||||
import Navbar from "$lib/components/Navbar.svelte";
|
import Navbar from "$lib/components/Navbar.svelte";
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import { goto } from "$app/navigation";
|
||||||
import Text from "$lib/components/inputs/Text.svelte";
|
import Text from "$lib/components/inputs/Text.svelte";
|
||||||
import Textarea from "$lib/components/inputs/Textarea.svelte";
|
import Textarea from "$lib/components/inputs/Textarea.svelte";
|
||||||
import Navbar from "$lib/components/Navbar.svelte";
|
import Navbar from "$lib/components/Navbar.svelte";
|
||||||
@@ -6,7 +7,6 @@
|
|||||||
import Button from "$lib/components/Button.svelte";
|
import Button from "$lib/components/Button.svelte";
|
||||||
import Image from "$lib/components/inputs/Image.svelte";
|
import Image from "$lib/components/inputs/Image.svelte";
|
||||||
import type { Table } from "$lib";
|
import type { Table } from "$lib";
|
||||||
import { goto, invalidate } from "$app/navigation";
|
|
||||||
|
|
||||||
const { data } = $props();
|
const { data } = $props();
|
||||||
const { supabase } = $derived(data);
|
const { supabase } = $derived(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user