Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:HTML language:Java language:TypeScript language:Java

Filter by

142M results  (2 s)

142M results

Summary All 6 corrections to the print receipt (BillPDF component) per TKT-000020. Changes 1. Patient Name + Mobile — receipt now shows patient name (walk-in name if captured) and mobile number 2. ...

Summary Adds a Layer 4.5 checkpoint lifecycle model to the Riddle Proof Lean sidecar. The new model separates response admission from durable lifecycle projection: advancing responses clear pending packets, ...

Fixes the skeleton-forever canvas (e.g. Offene Debitoren Rechnungen): the privacy shield correctly hides real rows from the LLM (identityOnWire=0), but canvas_publish_rows only accepted concrete rows — ...

Summary Phase 5 — Job Match Engine. Ranks real roles against a resume with explainable match scores, skill gaps, and why you re a match reasons. Works fully offline with a bundled seed dataset (no external ...

Summary - Focus-visible states: Added visible keyboard focus indicators (outline: 2px solid #4a90d9) to all 16 interactive components (Button, Checkbox, Radio, Switch, Tabs, Accordion, Pagination, ...

Resolves #4
enhancement

Animated live drop-in queue demo + auto-advancing feature walkthrough on the welcome screen, with sign-up nudge.

🎯 What: Removed the unused getReferenceById function from src/lib/content.ts. 💡 Why: The function was exported but never used anywhere in the codebase. Removing it reduces dead code and improves maintainability. ...

Reuse the CharsetEncoder in ChecksumResultSet to prevent the creation of a new encoder for each string that we encounter.