Merge branch 'main' into boris/dev-1205-trace-rules

This commit is contained in:
aecsocket
2026-07-27 10:05:50 +01:00
33 changed files with 2804 additions and 720 deletions
+6
View File
@@ -10,6 +10,12 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-07-26T19:06:47+00:00`,
product: 'web',
body: `## Changed
- Changed review estimate text from 2448 hours to within a week, to set more realistic expectations for now.`,
},
{
date: `2026-07-26T01:32:43+00:00`,
product: 'web',
@@ -1,5 +1,5 @@
<template>
<span class="inline-flex items-center gap-1 font-semibold text-secondary">
<span class="inline-flex items-center gap-1 align-middle font-semibold text-secondary">
<component :is="icon" v-if="icon" :aria-hidden="true" class="shrink-0" />
{{ formattedName }}
</span>