Skip to content

Commit

Permalink
Merge pull request #30 from IGNF/revert-23-api_telechargement_7
Browse files Browse the repository at this point in the history
Revert "Api telechargement 7"
  • Loading branch information
Naminoshin authored Jun 17, 2024
2 parents 63052c1 + 00a1ced commit 8e1d47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions libs/feature/record/src/lib/ign-api-dl/ign-api-dl.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,9 @@
class="sticky z-10 top-0 text-sm leading-6 font-semibold text-slate-700 bg-white p-0 dark:bg-slate-900 dark:text-slate-300"
>
<div
*ngIf="pageSize$.value < (numberFilteredProduct$ | async)"
class="py-2 pr-2 text-xl border-b border-slate-200 dark:border-slate-400/20"
>

Produits ({{pageSize$.value}}/{{numberFilteredProduct$ | async }}):
</div>
<div
*ngIf="pageSize$.value > (numberFilteredProduct$ | async)"
class="py-2 pr-2 text-xl border-b border-slate-200 dark:border-slate-400/20"
>

Produits ({{numberFilteredProduct$ | async }}/{{numberFilteredProduct$ | async }}):
Produits ({{ numberFilteredProduct$ | async }}):
</div>
</tr>
</thead>
Expand All @@ -92,7 +83,6 @@
</tr>
<tr>
<button
*ngIf="pageSize$.value < (numberFilteredProduct$ | async)"
(click)="moreResult()"
class="bg-primary-opacity-50 inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded capitalize text-primary-lightest hover:bg-primary transition-colors"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="group flex justify-between card-shadow px-6 py-5"
<a
class="group flex justify-between card-shadow px-6 py-5 cursor-pointer"
rel="noopener"
>
<div class="grow-1 w-full overflow-hidden">
Expand Down Expand Up @@ -30,4 +30,4 @@
</div>
</div>

</div>
</a>

0 comments on commit 8e1d47f

Please sign in to comment.