diff --git a/src/routes/(authenticated)/shares/+page.svelte b/src/routes/(authenticated)/shares/+page.svelte index e69de29b..10965320 100644 --- a/src/routes/(authenticated)/shares/+page.svelte +++ b/src/routes/(authenticated)/shares/+page.svelte @@ -0,0 +1,36 @@ + + +
+ + + User Shares + Manage Shockers Shared with other Users directly + + +

Card Content

+
+ + + +
+ + + Share Links + Active Share Links + + +

Card Content

+
+ + + +
+
diff --git a/src/routes/(authenticated)/sharelinks/+page.svelte b/src/routes/(authenticated)/shares/links/+page.svelte similarity index 100% rename from src/routes/(authenticated)/sharelinks/+page.svelte rename to src/routes/(authenticated)/shares/links/+page.svelte diff --git a/src/routes/(authenticated)/sharelinks/columns.ts b/src/routes/(authenticated)/shares/links/columns.ts similarity index 100% rename from src/routes/(authenticated)/sharelinks/columns.ts rename to src/routes/(authenticated)/shares/links/columns.ts diff --git a/src/routes/(authenticated)/sharelinks/data-table-actions.svelte b/src/routes/(authenticated)/shares/links/data-table-actions.svelte similarity index 100% rename from src/routes/(authenticated)/sharelinks/data-table-actions.svelte rename to src/routes/(authenticated)/shares/links/data-table-actions.svelte diff --git a/src/routes/(authenticated)/sharelinks/data-table.svelte b/src/routes/(authenticated)/shares/links/data-table.svelte similarity index 100% rename from src/routes/(authenticated)/sharelinks/data-table.svelte rename to src/routes/(authenticated)/shares/links/data-table.svelte diff --git a/src/routes/(authenticated)/sharelinks/dialog-sharelink-delete.svelte b/src/routes/(authenticated)/shares/links/dialog-sharelink-delete.svelte similarity index 100% rename from src/routes/(authenticated)/sharelinks/dialog-sharelink-delete.svelte rename to src/routes/(authenticated)/shares/links/dialog-sharelink-delete.svelte diff --git a/src/routes/(authenticated)/sharelinks/dialog-sharelink-edit.svelte b/src/routes/(authenticated)/shares/links/dialog-sharelink-edit.svelte similarity index 100% rename from src/routes/(authenticated)/sharelinks/dialog-sharelink-edit.svelte rename to src/routes/(authenticated)/shares/links/dialog-sharelink-edit.svelte