diff --git a/appview/pages/templates/fragments/multiline-select.html b/appview/pages/templates/fragments/multiline-select.html new file mode 100644 index 00000000..7c34d481 --- /dev/null +++ b/appview/pages/templates/fragments/multiline-select.html @@ -0,0 +1,90 @@ +{{ define "fragments/multiline-select" }} + +{{ end }} diff --git a/appview/pages/templates/repo/blob.html b/appview/pages/templates/repo/blob.html index 89280c3d..33a2c52e 100644 --- a/appview/pages/templates/repo/blob.html +++ b/appview/pages/templates/repo/blob.html @@ -78,4 +78,5 @@ {{ end }} {{ end }} + {{ template "fragments/multiline-select" }} {{ end }} diff --git a/appview/pages/templates/strings/string.html b/appview/pages/templates/strings/string.html index 0e8a48ec..09b93206 100644 --- a/appview/pages/templates/strings/string.html +++ b/appview/pages/templates/strings/string.html @@ -23,7 +23,7 @@ hx-boost="true" href="/strings/{{ .String.Did }}/{{ .String.Rkey }}/edit"> {{ i "pencil" "size-4" }} - edit + edit {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} @@ -80,5 +80,6 @@