Update flake and other small changes
This commit is contained in:
@@ -921,7 +921,7 @@ video {
|
||||
|
||||
.bg-brown {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(62 56 52 / var(--tw-bg-opacity, 1));
|
||||
background-color: rgb(79 5 40 / var(--tw-bg-opacity, 1));
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
@@ -1039,7 +1039,7 @@ video {
|
||||
|
||||
.text-brown {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(62 56 52 / var(--tw-text-opacity, 1));
|
||||
color: rgb(79 5 40 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.text-red-400 {
|
||||
|
||||
@@ -53,7 +53,9 @@
|
||||
<div class="py-2">
|
||||
{% if prev_offset is not none %}
|
||||
<button class="text-beige mx-2"
|
||||
hx-get="/api/temes/busca?query={{ query }}&offset={{ prev_offset }}"
|
||||
hx-get="/api/temes/busca"
|
||||
hx-include="[name=query]"
|
||||
hx-vars="properties:{{ properties_str }},offset:{{ prev_offset }}"
|
||||
hx-target="#search-results"
|
||||
hx-swap="outerHTML">
|
||||
<i class="fa fa-chevron-left" aria-hidden="true"></i>
|
||||
@@ -61,7 +63,9 @@
|
||||
{% endif %}
|
||||
{% if next_offset is not none %}
|
||||
<button class="text-beige mx-2"
|
||||
hx-get="/api/temes/busca?query={{ query }}&offset={{ next_offset }}"
|
||||
hx-get="/api/temes/busca"
|
||||
hx-include="[name=query]"
|
||||
hx-vars="properties:{{ properties_str }},offset:{{ next_offset }}"
|
||||
hx-target="#search-results"
|
||||
hx-swap="outerHTML">
|
||||
<i class="fa fa-chevron-right" aria-hidden="true"></i>
|
||||
|
||||
@@ -96,6 +96,7 @@ def temes_busca(
|
||||
"temes": temes,
|
||||
"query": query,
|
||||
"properties": properties,
|
||||
"properties_str": build_property_str(properties),
|
||||
"property_results": property_results,
|
||||
"prev_offset": prev_offset,
|
||||
"next_offset": next_offset,
|
||||
|
||||
Reference in New Issue
Block a user