From 8857bb82b0cfd10c775ea8c1c73830304ae1eccb Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 18 Jun 2026 11:56:44 +0200 Subject: [PATCH] feat: sort intent list by submit time and add copy-order-id affordance Sort the intent list by order-server submit time (newest first), with fillDeadline as a deterministic tiebreaker. parseOrderStatusPayload now captures meta.submitTime (normalizing ms->s), buildBaseIntentRow falls back to the local created time, and state persists/re-attaches createdAt from the authoritative DB column. Add a copy-to-clipboard affordance on the order-id chip (async Clipboard API with an execCommand fallback for insecure contexts). The intent-list card wrappers are now role="button" divs instead of native + + {#if expandedExpiredOrderId === row.orderId}