2db467d5d1
fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells
...
DateTime.from_iso8601/1 returns {:ok, datetime, offset}, so the two-tuple clauses never matched and datetime cells fell through to the naive-parse fallback. Matching the real shape routes them through the intended DateTime path; UTC values render identically.
2026-06-02 12:04:37 +02:00
6987733707
MembersPDF test: async false and try/after to avoid flakiness
...
Tests that remove the template file run sequentially; restore
template in after block so it is restored even when assertion fails.
2026-03-04 17:12:01 +01:00
081e44fc05
fix: add test, accidentally deleted by commit baa288bf
2026-03-04 16:21:16 +01:00
e537f4eb31
Fix Credo Design in test support and member index test
...
Add aliases in fixtures, conn_case, data_case. Use aliases
in index_test.exs. Remove empty placeholder test files.
2026-03-04 16:21:15 +01:00
baa288bff3
refactor
2026-02-13 17:21:14 +01:00
f6b35f03a5
feat: adds pdf export with imprintor
continuous-integration/drone/push Build is failing
2026-02-11 11:47:26 +01:00