Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit f7824bb

Browse files
feat(src): remove /playground route
* The functionality is not used * Remove unused code Refs: PRODAI-198
1 parent 874030a commit f7824bb

10 files changed

Lines changed: 0 additions & 938 deletions

File tree

src/lib/components/layout/Sidebar/UserMenu.svelte

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -76,36 +76,6 @@
7676
{/if}
7777

7878
{#if role === 'admin'}
79-
<a
80-
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
81-
href="/playground"
82-
on:click={() => {
83-
show = false;
84-
85-
if ($mobile) {
86-
showSidebar.set(false);
87-
}
88-
}}
89-
>
90-
<div class=" self-center mr-3">
91-
<svg
92-
xmlns="http://www.w3.org/2000/svg"
93-
fill="none"
94-
viewBox="0 0 24 24"
95-
stroke-width="1.5"
96-
stroke="currentColor"
97-
class="size-5"
98-
>
99-
<path
100-
stroke-linecap="round"
101-
stroke-linejoin="round"
102-
d="M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"
103-
/>
104-
</svg>
105-
</div>
106-
<div class=" self-center truncate">{$i18n.t('Playground')}</div>
107-
</a>
108-
10979
<a
11080
class="flex rounded-md py-2 px-3 w-full hover:bg-gray-50 dark:hover:bg-gray-800 transition"
11181
href="/admin"

0 commit comments

Comments
 (0)