all repos — searchix @ 70340c792a3c956bb73337a51970cc16dfff391d

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: Port modals to no-js variant

Kaya
commit

70340c792a3c956bb73337a51970cc16dfff391d

parent

02efd4e911618272b5b4863a730c64654a34914a

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M internal/components/combined.gointernal/components/combined.go
@@ -20,7 +20,7 @@
return g.Text("No description Available") } -func Combined(result *index.Result) g.Node { +func Combined(result *index.Result, qs string) g.Node { return Table( THead( Tr(
@@ -35,7 +35,7 @@ TBody(
g.MapIter(result.Hits, func(hit index.DocumentMatch) g.Node { return Tr( Td( - openCombinedDialogLink(hit.ID), + openCombinedDialogLink(hit.ID, qs), ), Td(Class("description"), CombinedData(hit.Data),