Merge branch 'release/2022.04-01'

This commit is contained in:
Björn Fromme
2022-04-12 18:18:26 +02:00
5 changed files with 1042 additions and 1511 deletions
Generated
+321 -320
View File
File diff suppressed because it is too large Load Diff
+718 -1188
View File
File diff suppressed because it is too large Load Diff
@@ -3,7 +3,7 @@
<h1 class="mb-4">
Meine Buchungen
</h1>
<div class="w-full max-w-full overflow-x-scroll">
<div class="w-full max-w-full overflow-x-auto">
<table class="min-w-full border border-gray-200 border-collapse mb-8 text-sm">
<thead>
<tr>
@@ -7,7 +7,7 @@
<f:render partial="NotBookable" arguments="{_all}"/>
</f:then>
<f:else>
<div class="w-full max-w-full overflow-x-scroll"
<div class="w-full max-w-full overflow-x-auto"
data-controller="pricetable"
data-pricetable-show-all-rows-value="true">
<table class="min-w-full border border-gray-200 border-collapse mb-8">
@@ -17,7 +17,7 @@
</f:section>
<f:section name="Table">
<div class="w-full max-w-full overflow-x-scroll">
<div class="w-full max-w-full overflow-x-auto">
<table class="min-w-full border border-gray-200 border-collapse mb-8">
<f:for each="{categories}" as="category" key="categoryKey">
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">