sticky pagination
All checks were successful
Build and Push Image / build-and-push (push) Successful in 4m6s

This commit is contained in:
2025-12-28 15:20:21 -05:00
parent 41aa78b672
commit 511e62b58c
3 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ use dioxus::prelude::*;
#[component]
pub fn Search(query: Signal<String>, page: Signal<i32>) -> Element {
rsx! {
div { class: "searchBar stickyTop",
div { class: "searchBar",
input {
r#type: "search",
placeholder: "Search Files",