1060 Commits

Author SHA1 Message Date
285fc91c66
feat(tools): Remove unnecessary validation display in donation creation 2025-05-16 16:42:09 +02:00
51ba1c852c
feat(tools): Added tool for fast sponsoring creation 2025-05-16 16:40:58 +02:00
80ca7aa08b
feat(tools): Remove requirement for ten-diget codes 2025-05-01 20:51:01 +02:00
06cfd603ca
feat(dashboard): Added scanclient tool to dashboard 2025-05-01 20:36:26 +02:00
500886e410
feat(tools): Basic mobile scanner 2025-05-01 20:35:02 +02:00
16dc789db5
refactor(tools): Move tools to tools route 2025-05-01 19:52:47 +02:00
e4f9b1a605
refactor(tools): Move tools into shared directory instead of the non-descript "general" 2025-05-01 19:47:25 +02:00
3a8533a7ba
feat(dasboard): Added section headers to main nav 2025-05-01 19:44:42 +02:00
14501d3828
feat(runners): Created_via filters can now be set via query params 2025-05-01 19:38:41 +02:00
93422b9779
feat(pdfs): Experimental generation of large runner card files 2025-05-01 19:08:49 +02:00
f27c716296
feat(runners): Show total donations in runner detail 2025-05-01 16:18:16 +02:00
7f802d57f8
feat: Fast card replacement view 2025-04-28 21:30:56 +02:00
9e8c236281
feat(cardassignment): Now with hand scanner support 2025-04-28 21:07:42 +02:00
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
724e84441e
feat(shared): Hide link while keeping width 2025-04-28 19:39:02 +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
7a92adcd3a
Merge branch 'dev' of git.odit.services:lfk/frontend into dev 2025-04-25 16:11:00 +02:00
27396e17f2
fix(cards): Update table for edit events 2025-04-25 16:10:11 +02:00
8e314f8676
feat(CardAssignment): support EAN13 2025-04-25 15:14:31 +02:00
efad6fdf2e
fix(cards): Z-Index for bulk card modal 2025-04-25 14:53:36 +02:00
6c986467d3
fix(cardassignment): handle card not found 2025-04-23 11:01:06 +02:00
1d6ed99073
fix(cardassignment): debounce w/ immediate start 2025-04-22 22:25:54 +02:00
1605b0f7b2
feat(cards): badge style for runner links 2025-04-22 22:05:29 +02:00
244be471f0
chore(deps): bump
- vite@6
- @bwip-js/browser
- svelte-i18n@4
- migrate from csvtojson to papaparse
2025-04-22 22:03:23 +02:00
a12c4f87d2
fix: modal position & z index 2025-04-22 21:59:15 +02:00
312457494c
feat(ImportRunnerModal): sort groups by name 2025-04-22 21:57:59 +02:00
3288ffb3cc
chore: move privacy & imprint to website links 2025-04-22 21:19:00 +02:00
e1bf435080
fix(RunnerDetail): move to standard html select for groups 2025-04-22 21:15:56 +02:00
80ab4e037e
chore: tailwind class cleanup 2025-04-22 21:15:18 +02:00
d841727439
feat: improved mobile card assignment
commit 062daa6a0c0b1ce73508c8bca72255ac6759efc3
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 19:10:26 2025 +0200

    wip

commit cfc3c44f9f9ca57c2478649c47a6b7286249efc8
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 19:09:19 2025 +0200

    wip

commit d2bc78065636b89ec11e94a3b6099cdc3da9e3a8
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 19:09:02 2025 +0200

    wip

commit dc5ea5240c71e3ced4cfe48537a3435953de919e
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 18:48:25 2025 +0200

    wip

commit fcadedaa300303b0ef134f55b3464eb7b80ac588
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 18:47:41 2025 +0200

    wip

commit 2a4fe2b28f6b53eabf62711ad543ea449c850b37
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Tue Apr 22 18:40:26 2025 +0200

    wip
2025-04-22 19:10:57 +02:00
9c3b742a98
feat(runners): add distance sorting 2025-04-22 17:47:04 +02:00
f88c6e0dba
fix(runners): Fix runner overview sort 2025-04-22 17:26:18 +02:00
01e77a97f3
feat(pdf): Send selfservicelink for generation 2025-04-17 21:13:15 +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
ac4ef8fb6d
feat: working CardAssignment 2025-04-09 10:38:45 +02:00
5291f8a4d1
feat(dash): add runnersViaKiosk 2025-04-08 22:16:46 +02:00
d7c9c27ec7
feat: add experimental ui for mobile card assignment 2025-04-08 21:56:23 +02:00
ec63c7c1c5
fix(CopyScanStationTokenModal): code sizes 2025-04-04 22:40:04 +02:00
e261d5e345
feat(GenerateSponsoringContracts): show download progress
commit c3226c37c901ab7e2aadb0ec11fb87a6e0610fe2
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Wed Apr 2 22:03:06 2025 +0200

    wip

commit 210140fd67322c4052120c48f835b34e0f4993a9
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Wed Apr 2 21:58:07 2025 +0200

    wip

commit 35e58d233eff076efb62722c76a11e22b6e14441
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Wed Apr 2 21:55:21 2025 +0200

    wip

commit a09bf31e220cf17cdc4159e6f1beb7dbbefb6114
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Wed Apr 2 21:48:51 2025 +0200

    wip

commit 7c31fba83a4105df7738bd8e47a7feb11284cd0c
Author: Philipp Dormann <philipp@philippdormann.de>
Date:   Wed Apr 2 21:48:37 2025 +0200

    wip
2025-04-02 22:03:47 +02:00
766eeab49f
fix: ImportRunnerModal scrolling & team select 2025-04-02 13:35:08 +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