diff --git a/frontend/src/components/layout/toolbar.rs b/frontend/src/components/layout/toolbar.rs index 50a643a..ffc5f6f 100644 --- a/frontend/src/components/layout/toolbar.rs +++ b/frontend/src/components/layout/toolbar.rs @@ -1,4 +1,6 @@ use leptos::prelude::*; +use leptos_shadcn_input::Input; +use leptos_shadcn_button::{Button, ButtonVariant, ButtonSize}; use crate::components::torrent::add_torrent::AddTorrentDialog; #[component] @@ -9,54 +11,59 @@ pub fn Toolbar() -> impl IntoView { view! {
-
+ // Sol kısım: Menü butonu + Add Torrent +
// Mobile Menu Trigger - + -
- +
+ + // Sağ kısım: Search kutusu +
+
- - -
- - - -
+ + +
} } \ No newline at end of file diff --git a/vibetorrent.db b/vibetorrent.db index 7ee7c11..0927181 100644 Binary files a/vibetorrent.db and b/vibetorrent.db differ diff --git a/vibetorrent.db-shm b/vibetorrent.db-shm deleted file mode 100644 index 984065d..0000000 Binary files a/vibetorrent.db-shm and /dev/null differ diff --git a/vibetorrent.db-wal b/vibetorrent.db-wal deleted file mode 100644 index e6fecfd..0000000 Binary files a/vibetorrent.db-wal and /dev/null differ