Refactor: transaction vers htmx #249

Open
dnova wants to merge 6 commits from transaction_htmx into htmx_refactor
Member
No description provided.
@ -574,41 +533,6 @@
cursor: pointer;
Member

Ajoute cursor pointer sur les boutons de filtres, pour l'instant ca utilise le cursor default.

Ajoute cursor pointer sur les boutons de filtres, pour l'instant ca utilise le cursor default.
dnova marked this conversation as resolved
@ -159,3 +201,1 @@
<div class="table-wrapper">
{{ template "transactions_table" . }}
</div>
{{ template "transactions-results" . }}
Member

Besoin du padding/margin entre la table de transactions et pagination

Besoin du padding/margin entre la table de transactions et pagination
dnova marked this conversation as resolved
@ -67,0 +67,4 @@
{{ define "transactions-results" }}
<div id="transactions-results">
<div class="table-wrapper">
{{ template "transactions_table" . }}
Member

Pour les achats non-membre dans la liste, le membreID est remplacer par un tiret mais le nom du membre est juste vide

Pour les achats non-membre dans la liste, le membreID est remplacer par un tiret mais le nom du membre est juste vide
dnova marked this conversation as resolved
Member

Export modal a besoin de css pour dark mode

Export modal a besoin de css pour dark mode
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin transaction_htmx:transaction_htmx
git switch transaction_htmx

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch htmx_refactor
git merge --no-ff transaction_htmx
git switch transaction_htmx
git rebase htmx_refactor
git switch htmx_refactor
git merge --ff-only transaction_htmx
git switch transaction_htmx
git rebase htmx_refactor
git switch htmx_refactor
git merge --no-ff transaction_htmx
git switch htmx_refactor
git merge --squash transaction_htmx
git switch htmx_refactor
git merge --ff-only transaction_htmx
git switch htmx_refactor
git merge transaction_htmx
git push origin htmx_refactor
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bottin/cms!249
No description provided.