Skip to content

Commit

Permalink
Fix search indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
T3C42 committed Jul 10, 2024
1 parent 160a11e commit bfa3d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/frontend/ingredients_tab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ pub async fn ingredients_view(State(state): State<MyAppState>) -> Markup {
}
(add_ingredient_button())

span class="htmx-indicator" { "Searching..." }

table class="table-fixed"{
thead { tr class="p-2" {
th class="w-1/4" { "Name" }
Expand Down

0 comments on commit bfa3d1b

Please sign in to comment.