109 Commits

Author SHA1 Message Date
edd5da89a7
fix(donations): Move amount to extra line 2025-04-28 20:08:08 +02:00
27187b428d
fix(donations): Support anon donations in deletion modal 2025-04-28 20:06:27 +02:00
e28f543d89
feat(donation): Use new endpoint for creating anon donations 2025-04-28 20:06:07 +02:00
dc1e6b7a67
fix(donations): Translate modal title 2025-04-28 19:56:47 +02:00
31a4ff9d90
fix(donations): Remove paid from anon donations 2025-04-28 19:55:47 +02:00
32f72df105
fix(donations): Don't show enter payment for anon donations 2025-04-28 19:40:57 +02:00
ecd418c5db
fix(donations): Don't show details for anon donations 2025-04-28 19:38:43 +02:00
9c03e359a4
feat: anonymous donations
commit 8c56aa3c460595a5706d5c0d4bf020d74d5cdd67
Merge: f642849d 1505080a
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:57:14 2025 +0200

    Merge branch 'dev' into feature/anonyme-spende

commit f642849dbbd6e68198937fe2d9e588e0ddeb9fdb
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:56:45 2025 +0200

    wip

commit 7ac92ae6ca310c9e4d5ed3fb38f8b5eb93949809
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:45:47 2025 +0200

    wip

commit 95af9f9914883e3d8a272f89b7c11c4a6802a416
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:44:02 2025 +0200

    i18n

commit 1004aee16c61411489f0231366ee94fdc16f21b2
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:40:23 2025 +0200

    implement DonationDonor

commit 0baf2fc460178cf8c6fa193547417e8d25f227a1
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:38:27 2025 +0200

    wip

commit 09b59175eeffe6026a4b48ee3d2f94a83f9dbf09
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:35:45 2025 +0200

    wip

commit a21f61f3f390d506a9046e17f9f49ba70cfc04b6
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Mon Apr 28 10:24:07 2025 +0200

    wip
2025-04-28 11:05:40 +02:00
1505080afd
refactor: use modern tailwindcss features 2025-04-28 10:57:06 +02:00
a12c4f87d2
fix: modal position & z index 2025-04-22 21:59:15 +02:00
80ab4e037e
chore: tailwind class cleanup 2025-04-22 21:15:18 +02:00
785b9e0b60
refactor(runners): filter table for created_via 2025-04-11 12:24:02 +02:00
991716a7f5
feat: runner list filtered by created_via 2025-04-09 11:56:59 +02:00
d7e84a79a8
feat: modal improvements 2025-03-29 02:23:32 +01:00
90b0fec236
feat: improve modals 2025-03-29 02:00:27 +01:00
13c6e96292
feat: modal improvements 2025-03-29 01:45:25 +01:00
fbe38eede9
feat: modal improvements 2025-03-29 01:34:46 +01:00
22551c379f
feat: modal improvements 2025-03-29 01:14:17 +01:00
481f6b686e
feat: improve toasts
All checks were successful
Build Latest and dev images / build-container (push) Successful in 1m0s
2025-03-28 11:44:10 +01:00
f5a46aa203
feat: modal improvements 2025-03-28 11:37:06 +01:00
443371e2fd
feat: improve modals 2025-03-28 11:29:30 +01:00
7633b7b056
feat: improvement of card,certificate,sponsoringcontract action buttons
All checks were successful
Build Latest and dev images / build-container (push) Successful in 1m1s
2025-03-26 21:59:55 +01:00
824ecfab2e
wip 2025-03-20 22:29:36 +01:00
5f5d8277b9
wip 2025-03-20 22:15:36 +01:00
0a6cf619b0
wip 2025-03-20 22:13:41 +01:00
e82350df4a
wip 2025-03-20 21:42:02 +01:00
79e6a4212d
feat: improve input readability 2025-03-20 21:31:33 +01:00
c37fb98bed
feat: improve fonts + button positions 2025-03-20 21:29:10 +01:00
391186d01f
feat: athiti font 2025-03-18 00:46:10 +01:00
ad4db882f0
feat: cleanup random page toasts 2024-11-21 16:56:10 +01:00
38fb111f7a
feat: improved mobile buttons + search ui 2024-11-21 10:22:06 +01:00
c883920caa
feat: improved dashboard titles ui + a11y 2024-11-21 10:09:14 +01:00
21453ef272
feat: improved dashboard titles ui + a11y 2024-11-21 10:07:20 +01:00
9bfc0c5338
fix(components): Add missing toast imports 2024-11-20 19:28:07 +01:00
d867c08aba
fix(donation/payment): Funny javascript number to float conversion where integers were needed 2023-05-18 21:34:41 +02:00
6025e43baa
Fixed empty return 2023-05-09 16:29:41 +02:00
d9a47f882c
Changed the in table replacement method 2023-05-09 16:29:25 +02:00
59fe2dfabb
Switched donor loading to non-paginated 2023-05-09 10:43:33 +02:00
a8a771114d
Paginated modal data loading 2023-05-04 20:28:21 +02:00
4e0a2c8301
Moved loading to onmount 2023-05-04 20:17:29 +02:00
803d64c78c
fix: Removed dynamic pagesize adjustments
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-04 20:03:23 +02:00
dacb2f8ace
Revert "revert: buggy pagination"
This reverts commit b2648645e8fc05f8742ecfc592557f954261671b.
2023-05-04 19:57:46 +02:00
66f1e6b4fe
fix(AddDonationModal): missing toast dismiss on success distance donation
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-04 14:44:17 +02:00
b2648645e8
revert: buggy pagination
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-04 14:32:37 +02:00
811f5d5754
monospace fonts for IDs in overviews 2023-05-01 14:53:34 +02:00
064197d222
Dynamicly adjust page size for large datasets 2023-05-01 14:35:46 +02:00
a2f9dbbe01
text cleanups, StatCard improvements 2023-04-27 08:29:07 +02:00
5e82638f35
striped tabled 2023-04-26 22:51:57 +02:00
46d076af9d
formatting, full migration to svelte-french-toast 2023-04-26 22:47:42 +02:00
7cb6b63eb9
Smaller sponsoring page size 2023-04-19 18:23:07 +02:00