• Joined on 2026-01-29
mAi commented on issue m/paliad#125 2026-05-26 08:12:41 +00:00
Verfahrensablauf event-card overhaul: 'Wieder einblenden' horizontal-scroll + iconify hidden/optional state (the 'cut the tree' UX)

hermes shift-1 — t-paliad-293 implementation complete

Branch: mai/hermes/coder-verfahrensablauf Commit: [7ca6b2d](https://mgit.msbls.de/m/paliad/commit/7ca6b2d643434283112150f4c88f…

mAi opened issue m/paliad#125 2026-05-26 07:58:51 +00:00
Verfahrensablauf event-card overhaul: 'Wieder einblenden' horizontal-scroll + iconify hidden/optional state (the 'cut the tree' UX)
mAi opened issue m/paliad#124 2026-05-26 07:56:08 +00:00
Litigation Planner suite — extract Fristenrechner/Verfahrensablauf into a Go package for paliad + youpc.org reuse (inventor)
mAi commented on issue m/paliad#123 2026-05-26 07:46:31 +00:00
Dark mode: lime-green chip background gives zero contrast with white font (Berufung-durch + likely other selectors)

Fixed in 18d2e74 on branch mai/hermes/gitster-dark-mode-fix.

Root cause

Six CSS rules paired a lime background (var(--color-accent))…

mAi commented on issue m/paliad#122 2026-05-26 07:39:10 +00:00
Verfahrensablauf: re-surface hidden optional events — add 'show hidden' toggle

Shipped on mai/artemis/gitster-re-surface @ 80883ea.

What landed

Backend (internal/services/fristenrechner.go + internal/handlers/fristenrechner.go)

  • `CalcOptions.IncludeHidden…
mAi opened issue m/paliad#123 2026-05-26 07:35:22 +00:00
Dark mode: lime-green chip background gives zero contrast with white font (Berufung-durch + likely other selectors)
mAi commented on issue m/paliad#120 2026-05-26 07:33:26 +00:00
Verfahrensablauf perspective: replace 'Beide' with 'Undefined' (legally impossible to be on both sides)

Shipped on mai/hermes/gitster-verfahrensablauf @ 0e1f62e.

Changes

  • Chip label: BeideNicht festgelegt (DE) / Undefined (EN). The underlying radio value stays "" so the…
mAi opened issue m/paliad#122 2026-05-26 07:27:05 +00:00
Verfahrensablauf: re-surface hidden optional events — add 'show hidden' toggle
mAi opened issue m/paliad#121 2026-05-26 07:27:04 +00:00
Verfahrensablauf: rules anchored on uncertain triggers render concrete dates (R.109 backward-anchor without oral-hearing date, R.262(2) without Vertraulichkeitsantrag)
mAi opened issue m/paliad#120 2026-05-26 07:23:50 +00:00
Verfahrensablauf perspective: replace 'Beide' with 'Undefined' (legally impossible to be on both sides)
mAi opened issue m/paliad#119 2026-05-26 07:23:48 +00:00
Submission generator: form revision — drop 'Frist' block from output, group sections, add multi-party picker with Add Party + DB selection
mAi opened issue m/paliad#118 2026-05-25 15:19:58 +00:00
UPC Provisional Measures (upc.pi.cfi): missing appeal route + related deadlines
mAi opened issue m/paliad#117 2026-05-25 15:15:48 +00:00
UPC Damages proceeding: missing post-submission court followup (oral hearing, interim conference, appeal route)
mAi opened issue m/paliad#116 2026-05-25 15:12:54 +00:00
Wave 1 — Tier 1 rule additions: 12 high-frequency procedural events from curie's audit (incl. UPC Interim Conference R.105)
mAi opened issue m/paliad#115 2026-05-25 15:09:52 +00:00
/views/any: none of the filters work (regression from today's filter-bar churn)
mAi opened issue m/paliad#114 2026-05-25 14:56:54 +00:00
CI/CD: pre-deploy test + migration gate so paliad.de stays online through failed deploys (inventor)
mAi commented on issue m/paliad#113 2026-05-25 14:52:44 +00:00
Admin deadline-rules list: 'upc.apl.cost · undefined' — proceeding name missing in API response or frontend render

Root cause — frontend TS interface mismatch, not a missing SQL JOIN

The undefined was rendered client-side. The admin rules list does two parallel fetches — /admin/api/rules for rules…

mAi commented on issue m/paliad#109 2026-05-25 14:52:20 +00:00
Submission generator: improved party selector (pick from project's parties) + import-from-project affordance

SHIPPED on mai/artemis/gitster-submission @ 4fc3005

Commit

What's in

**Schema (mig 131 — slot reservation per paliadin head-up,…

mAi commented on issue m/paliad#111 2026-05-25 14:52:08 +00:00
Verfahrensablauf: party selector goes AFTER proceeding-type selector (defines proceeding too; auto-filled when project data present)

Done — t-paliad-279 / m/paliad#111 reorder shipped

Branch: mai/icarus/gitster-verfahrensablauf
Commit: [a6d0acb](https://mgit.msbls.de/m/paliad/commit/a6d0acbcb431576d6bdb850070a85…

mAi commented on issue m/paliad#112 2026-05-25 14:50:38 +00:00
Search inputs: magnifying-glass icon overlaps placeholder text (Fristenrechner 'Akte suchen' + audit other search fields)

Fixed — Fristenrechner Akte-Picker icon overlap

Root cause (.fristen-step1-search-row in frontend/src/styles/global.css):

The Step-1 Akte picker wraps its magnifying-glass icon +…