share remove
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
import Topbar from "./components/Topbar.svelte";
|
||||
import Files from "./routes/Files.svelte";
|
||||
import Transfers from "./routes/Transfers.svelte";
|
||||
import Sharing from "./routes/Sharing.svelte";
|
||||
import Trash from "./routes/Trash.svelte";
|
||||
import Movies from "./routes/Movies.svelte";
|
||||
import TvShows from "./routes/TvShows.svelte";
|
||||
@@ -105,7 +104,6 @@
|
||||
<Route path="/movies" component={Movies} />
|
||||
<Route path="/tv" component={TvShows} />
|
||||
<Route path="/transfers" component={Transfers} />
|
||||
<Route path="/sharing" component={Sharing} />
|
||||
<Route path="/trash" component={Trash} />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -172,18 +172,6 @@
|
||||
Transfers
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
to="/sharing"
|
||||
class="item"
|
||||
getProps={({ isCurrent }) => ({
|
||||
class: isCurrent ? "item active" : "item",
|
||||
})}
|
||||
on:click={handleLinkClick}
|
||||
>
|
||||
<i class="fa-solid fa-share-nodes icon"></i>
|
||||
Sharing
|
||||
</Link>
|
||||
|
||||
<Link
|
||||
to="/trash"
|
||||
class="item"
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<section class="files">
|
||||
<h2>Sharing</h2>
|
||||
<div class="empty"><p>No shared files yet.</p></div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user