{"version":"https://jsonfeed.org/version/1.1","title":"Minuta","home_page_url":"","feed_url":"http://sveltekit-prerender/feed.json","description":"Latest articles from Minuta","items":[{"id":"/cli/","url":"/cli/","relPath":"/cli/","title":"Command-line tool","summary":"","image":"","wordCount":245,"date_published":"2024-01-01T00:00:00-00:00","content_html":"<!--[--><div class=\"ids__wrapper-wide\"><h1>Command-line tool</h1> <p><code>minuta</code> is the command-line companion to the Mac and iPhone app. It works on the\n    same storage folder as the app — start a timer in the terminal and it\n    appears in the app instantly, and vice versa. Writes are coordinated through\n    a shared lock, so both can run at once safely.</p> <h2>Install</h2> <p>Via Homebrew (bundles man pages and bash, zsh, and fish completions):</p> <pre class=\"svelte-rcoc1p\"><code class=\"svelte-rcoc1p\">brew tap ramil-k/minuta\nbrew install minuta</code></pre> <p>Or grab the universal binary from the <a href=\"/downloads/\">downloads page</a>. The CLI finds the storage folder\n    the app uses automatically; override with <code>--storage &lt;path></code> or the <code>MINUTA_STORAGE</code> environment variable.</p> <h2>Track time</h2> <pre class=\"svelte-rcoc1p\"><code class=\"svelte-rcoc1p\">minuta start --tag coding --comment \"fix the parser\"\nminuta status\nminuta stop</code></pre> <p>Timers, records, and tags are all manageable from the terminal: <code>records list</code>, <code>records add</code>, <code>records edit</code>, <code>tags add</code>, <code>tags rename</code>, and more.</p> <h2>Export and reports</h2> <pre class=\"svelte-rcoc1p\"><code class=\"svelte-rcoc1p\">minuta export csv --this-month -o month.csv\nminuta export report --prev-month --open</code></pre> <p>Reports render as PNG or SVG with per-tag charts — the same reports the app\n    produces, generated headlessly.</p> <h2>Built for scripting</h2> <p>Every command takes <code>--json</code> with stable schemas, stdout carries\n    data only (progress goes to stderr), and exit codes are documented. Pipe it\n    anywhere:</p> <pre class=\"svelte-rcoc1p\"><code class=\"svelte-rcoc1p\">minuta export csv --this-month | duckdb -c \\\n  \"SELECT Tag, SUM(Duration) FROM read_csv_auto('/dev/stdin') GROUP BY Tag\"</code></pre> <p><code>minuta doctor</code> checks storage health — handy in cron or CI.</p> <h2>Learn more</h2> <p>The full command list, JSON schemas, exit codes, and automation patterns are\n    in the <a href=\"/docs/300-services/311-cli/\">CLI reference</a>. After\n    installing, <code>man minuta</code> works too.</p></div><!--]-->"},{"id":"/downloads/","url":"/downloads/","relPath":"/downloads/","title":"downloads","summary":"Error rendering page: Cannot read properties of undefined (reading 'appVersion')","image":"","date_published":"2024-01-01T00:00:00-00:00","content_html":"<div class=\"error\"><h1>downloads</h1><p>Error: Cannot read properties of undefined (reading 'appVersion')</p><pre>TypeError: Cannot read properties of undefined (reading 'appVersion')\n    at file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/entries/pages/downloads/_page.svelte.js:11:119\n    at Renderer.child (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3499:18)\n    at Renderer.component (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3572:22)\n    at _page (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/entries/pages/downloads/_page.svelte.js:8:13)\n    at #open_render (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3900:4)\n    at #render (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3796:42)\n    at Object.get (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3728:38)\n    at renderBlogPage (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/pages.remote.js:141:11)\n    at file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/pages.remote.js:214:11\n    at async Promise.all (index 2)</pre></div>","error":{"message":"Cannot read properties of undefined (reading 'appVersion')","stack":"TypeError: Cannot read properties of undefined (reading 'appVersion')\n    at file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/entries/pages/downloads/_page.svelte.js:11:119\n    at Renderer.child (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3499:18)\n    at Renderer.component (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3572:22)\n    at _page (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/entries/pages/downloads/_page.svelte.js:8:13)\n    at #open_render (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3900:4)\n    at #render (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3796:42)\n    at Object.get (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/async.js:3728:38)\n    at renderBlogPage (file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/pages.remote.js:141:11)\n    at file:///Users/ramil/Projects/minuta/minuta.tools/.svelte-kit/output/server/chunks/pages.remote.js:214:11\n    at async Promise.all (index 2)","name":"TypeError"}},{"id":"/privacy/","url":"/privacy/","relPath":"/privacy/","title":"Privacy Policy","summary":"","image":"","wordCount":142,"date_published":"2024-01-01T00:00:00-00:00","content_html":"<!--[--><div class=\"ids__wrapper-wide\"><h1>Privacy Policy</h1> <p><em>Last updated: April 14, 2025</em></p> <h2>No data collection</h2> <p>Minuta does not collect, transmit, or share any personal data. All time\n    records, tags, and attachments are stored locally on your device in <code>~/Documents/Minuta/</code>.</p> <h2>No network requests</h2> <p>The app makes no network requests of any kind. It has no servers, no\n    analytics, no crash reporting, and no telemetry.</p> <h2>Sync</h2> <p>If you choose to place your data folder inside Dropbox, iCloud Drive, Google\n    Drive, or another folder sync service, that service's own privacy policy\n    applies to the synced files. Minuta itself is not involved in the sync\n    process.</p> <h2>Permissions</h2> <p>Minuta may request access to your photo library (to attach images to time\n    records) and to a folder you select (for custom storage location). These\n    permissions are used solely within the app and no data leaves your device\n    through Minuta.</p> <h2>Contact</h2> <p>Questions? Email <a href=\"mailto:hi@minuta.tools\">hi@minuta.tools</a>.</p></div><!--]-->"},{"id":"/screenshots/","url":"/screenshots/","relPath":"/screenshots/","title":"Screenshots","summary":"","image":"","wordCount":1629,"date_published":"2024-01-01T00:00:00-00:00","content_html":"<!--[--><div class=\"ids__wrapper-wide\"><h1>Screenshots</h1> <h2>iPhone</h2> <div class=\"gallery svelte-ewh1ap\"><!--[--><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DEE1xKuD.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.XmFIFKUF.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DEE1xKuD.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DyI1h6eW.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Bare Record Editor: bare record visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.lP90xrol.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.DmYYsVfK.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.lP90xrol.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/BareRecordEditorTests--02-editor-open.CD7uyyBj.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Bare Record Editor: editor open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all tags</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: before search</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: before toggle</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: collapsed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.op9Y-zxV.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-current-month.eJIyrEEJ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: current month</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: default</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: initial filters</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.op9Y-zxV.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-current-month.eJIyrEEJ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.BXQMBI4I.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected._qTRdhQn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: acme selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all filters visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-calendar-open.7fx5H39x.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.B9ksF5xK.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.7fx5H39x.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.BI-Wu3y6.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: calendar open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: expanded</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.BXQMBI4I.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected._qTRdhQn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: only acme</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-only-untagged.D295P1fC.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-only-untagged.1kOeP81q.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-only-untagged.D295P1fC.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-only-untagged.SQngFBWu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: only untagged</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-search-startup.4hvfNZbo.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-search-startup.CCWYLOjG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-search-startup.4hvfNZbo.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-search-startup.K5s9FOV0.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: search startup</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: acme cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all restored</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: collapsed again</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--03-search-cleared.C_1FKGOV.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-search-cleared.C2RV1xbJ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-search-cleared.C_1FKGOV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--03-search-cleared.CNvo9HPp.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: search cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--05-current-month-selected.CnThONB7.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--05-current-month-selected.BEE8fhl0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--05-current-month-selected.CnThONB7.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--05-current-month-selected.DozPJQGj.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: current month selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: app launched</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: before export</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: before scroll</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.BuL9s-_I.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.BuL9s-_I.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: export sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.DUi8i5sO.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.C6XbIz_7.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.DUi8i5sO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-after-scroll-down.CoXTQF70.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: after scroll down</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: content loaded</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DP6TIay5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DP6TIay5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: export sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: history visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: pdf selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--03-after-scroll-up.C49tu6gG.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-after-scroll-up.Bjk2qw88.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-after-scroll-up.C49tu6gG.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--03-after-scroll-up.EErweXlx.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: after scroll up</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--03-report-generated.DJigiBzF.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-report-generated.DDKfBv_4.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-report-generated.DJigiBzF.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--03-report-generated.CEST_JiR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: report generated</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.DYTDczOU.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.gH2uhaMU.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.DYTDczOU.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.F61e8100.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: benchmark complete</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: before share</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: history before edit</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: initial with records</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-record-created.BBylfbyQ.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-record-created.Ck01hgHi.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-record-created.BBylfbyQ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-record-created.C_REjN2R.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: record created</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.DtLo1iJn.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.Cz1R0bgN.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.DtLo1iJn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--02-history-record-editing.T8cZ0dqZ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: history record editing</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: scrolled history</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.DnE1mKDB.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.Bsbet22T.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.DnE1mKDB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--02-timer-running.Det10OZb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: timer running</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: after save</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.CxN7PJCf.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.JOwXxRH3.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.CxN7PJCf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--03-comment-added.BzpHMOoB.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: comment added</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: record with tag visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet still open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: form properly closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.DTX5p0u4.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BSjaONS3.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.DTX5p0u4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BR675tJL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: timer stopped with comment</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BGplIV1A.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.D-fvrmp1.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BGplIV1A.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.Dw0xfbLa.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: csv format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet formats</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DPTPkJiP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.BBjcbGWo.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DPTPkJiP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.CuTLNsOY.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: png format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CGve4KDi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.8QbZtA3y.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CGve4KDi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BLjhsJJc.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: svg format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.B65ef8K1.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.CIyqfb7A.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.B65ef8K1.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-csv-preview.B2XN_SXQ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: csv preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.FzaRlLa4.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.DAy-OfX6.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.FzaRlLa4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-generation-complete.3Q1JTw5b.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: generation complete</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.BmYlb1Ce.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CCuq4VBu.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.BmYlb1Ce.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CB8xmbmI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.BNpvL6pM.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.B4JCxMZE.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.BNpvL6pM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-png-preview.K1exoiuq.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: png preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.BJEp3zEH.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.DfwXLR6s.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.BJEp3zEH.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-svg-preview.CuEuDUZg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: svg preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf preview closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: pdf format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.VS46m-xO.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.DdPpfbP0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.VS46m-xO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.DH9aO1zs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: png preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DcqB7VSy.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.CUAIu-tw.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DcqB7VSy.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BDFuMG62.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: svg preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B8iAoQVy.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.aMV0QwNu.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B8iAoQVy.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.CxCx7Z1D.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: pdf preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.C0PvUxfu.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.DO3HDysn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: add tag sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-export-sheet.BQP-eFM8.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-export-sheet.Ct_r7wC6.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-export-sheet.BQP-eFM8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-export-sheet.BXsoir4r.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: export sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: initial with data</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings with tags</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: tags visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--01-initial.BKddUfXi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--01-initial.Do_Ycstj.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--01-initial.BKddUfXi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--01-initial.KZuR1bQr.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--02-settings-open.BReEKNMd.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-settings-open.DCGih405.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-settings-open.BReEKNMd.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--02-settings-open.BSbgbzky.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: settings open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--02-timer-started.CYGgeQ3u.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-timer-started.DUPHAMxA.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-timer-started.CYGgeQ3u.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--02-timer-started.RAS75y4I.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: timer started</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.C0PvUxfu.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.DO3HDysn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: new tag sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.DxhLA6SC.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.Cf5uWIoo.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.DxhLA6SC.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--03-tag-entered.FFJPa33O.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag entered</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DvU1E9zO.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.Ba86rbng.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DvU1E9zO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DoguGvHi.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag name entered</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.B9jlfy9t.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.CKMIQeI_.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.B9jlfy9t.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.D-g17HgE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: timer stopped with tag</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--05-tag-created.CKh7a8Em.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--05-tag-created.DLXabRU0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--05-tag-created.CKh7a8Em.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--05-tag-created.CrmMBCdD.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag created</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: before refresh</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: initial empty</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bz15mKqi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.CO6hT3Oz.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bz15mKqi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--02-after-play-tap.DRyBrvzK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: after play tap</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: after refresh</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.pnOhUdCu.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.Kv9SeYGU.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.pnOhUdCu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--03-timer-running.B-q9YEZm.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: timer running</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.Bq0F1xJz.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CVEd9SCt.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.Bq0F1xJz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.01AM2sO5.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: timer stopped record created</figcaption><!--]--></figure><!--]--></div> <dialog class=\"svelte-ewh1ap\"><button type=\"button\" class=\"nav-btn nav-prev svelte-ewh1ap\" tabindex=\"-1\" aria-label=\"Previous image\"><span class=\"arrow-left svelte-ewh1ap\"></span></button> <div class=\"dialog-strip svelte-ewh1ap\"><!--[--><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"0\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.XmFIFKUF.avif 197w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.kKg6Rw5n.avif 263w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.CgoYCqI0.avif 349w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.C1pSJpLV.avif 360w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.JrAXCxml.avif 385w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.nI4MrduV.avif 414w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.C9vGeTxG.avif 768w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DEE1xKuD.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DEE1xKuD.avif\" alt=\"\" loading=\"eager\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DyI1h6eW.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Bare Record Editor: bare record visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"1\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.DmYYsVfK.avif 197w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.BudsbOvX.avif 263w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.CfosPs1P.avif 349w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.BD22YeAd.avif 360w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.9lAHVjBi.avif 385w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.B9gb7BXI.avif 414w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.CuifRWkE.avif 768w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.lP90xrol.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.lP90xrol.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/BareRecordEditorTests--02-editor-open.CD7uyyBj.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Bare Record Editor: editor open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"2\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all tags</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"3\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: before search</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"4\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: before toggle</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"5\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: collapsed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"6\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.op9Y-zxV.avif 197w, /_app/immutable/assets/FilterTests--01-current-month.Cc4M9bAl.avif 263w, /_app/immutable/assets/FilterTests--01-current-month.DStZlgBR.avif 349w, /_app/immutable/assets/FilterTests--01-current-month.CedY9teF.avif 360w, /_app/immutable/assets/FilterTests--01-current-month.DqqjfHrY.avif 385w, /_app/immutable/assets/FilterTests--01-current-month.BGfJowBu.avif 414w, /_app/immutable/assets/FilterTests--01-current-month.vU55gLg0.avif 768w, /_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-current-month.eJIyrEEJ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: current month</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"7\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: default</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"8\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: initial filters</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"9\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.op9Y-zxV.avif 197w, /_app/immutable/assets/FilterTests--01-current-month.Cc4M9bAl.avif 263w, /_app/immutable/assets/FilterTests--01-current-month.DStZlgBR.avif 349w, /_app/immutable/assets/FilterTests--01-current-month.CedY9teF.avif 360w, /_app/immutable/assets/FilterTests--01-current-month.DqqjfHrY.avif 385w, /_app/immutable/assets/FilterTests--01-current-month.BGfJowBu.avif 414w, /_app/immutable/assets/FilterTests--01-current-month.vU55gLg0.avif 768w, /_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.BtFnUnUv.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-current-month.eJIyrEEJ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"10\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.BXQMBI4I.avif 197w, /_app/immutable/assets/FilterTests--02-acme-selected.DZJTw9hP.avif 263w, /_app/immutable/assets/FilterTests--02-acme-selected.DyapF8Z8.avif 349w, /_app/immutable/assets/FilterTests--02-acme-selected.CNj9MP9I.avif 360w, /_app/immutable/assets/FilterTests--02-acme-selected.BjCpprVb.avif 385w, /_app/immutable/assets/FilterTests--02-acme-selected.DzZHxnIU.avif 414w, /_app/immutable/assets/FilterTests--02-acme-selected.D7jKcA-M.avif 768w, /_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected._qTRdhQn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: acme selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"11\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all filters visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"12\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.B9ksF5xK.avif 197w, /_app/immutable/assets/FilterTests--02-calendar-open.ChaLrP00.avif 263w, /_app/immutable/assets/FilterTests--02-calendar-open.Cn1XaqvZ.avif 349w, /_app/immutable/assets/FilterTests--02-calendar-open.Cr7WK1Fh.avif 360w, /_app/immutable/assets/FilterTests--02-calendar-open.Brn-oA-e.avif 385w, /_app/immutable/assets/FilterTests--02-calendar-open.BZTCTzJH.avif 414w, /_app/immutable/assets/FilterTests--02-calendar-open.Cw_Waopw.avif 768w, /_app/immutable/assets/FilterTests--02-calendar-open.7fx5H39x.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.7fx5H39x.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.BI-Wu3y6.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: calendar open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"13\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: expanded</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"14\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.BXQMBI4I.avif 197w, /_app/immutable/assets/FilterTests--02-acme-selected.DZJTw9hP.avif 263w, /_app/immutable/assets/FilterTests--02-acme-selected.DyapF8Z8.avif 349w, /_app/immutable/assets/FilterTests--02-acme-selected.CNj9MP9I.avif 360w, /_app/immutable/assets/FilterTests--02-acme-selected.BjCpprVb.avif 385w, /_app/immutable/assets/FilterTests--02-acme-selected.DzZHxnIU.avif 414w, /_app/immutable/assets/FilterTests--02-acme-selected.D7jKcA-M.avif 768w, /_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.BaicJwDf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected._qTRdhQn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: only acme</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"15\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-only-untagged.1kOeP81q.avif 197w, /_app/immutable/assets/FilterTests--02-only-untagged.Rbxv0JWq.avif 263w, /_app/immutable/assets/FilterTests--02-only-untagged.CTBPrrjj.avif 349w, /_app/immutable/assets/FilterTests--02-only-untagged.COuCJSsx.avif 360w, /_app/immutable/assets/FilterTests--02-only-untagged.CWuvrkcF.avif 385w, /_app/immutable/assets/FilterTests--02-only-untagged.wy7wqmFQ.avif 414w, /_app/immutable/assets/FilterTests--02-only-untagged.u-YwvwCM.avif 768w, /_app/immutable/assets/FilterTests--02-only-untagged.D295P1fC.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-only-untagged.D295P1fC.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-only-untagged.SQngFBWu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: only untagged</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"16\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-search-startup.CCWYLOjG.avif 197w, /_app/immutable/assets/FilterTests--02-search-startup.Hl3TER1T.avif 263w, /_app/immutable/assets/FilterTests--02-search-startup.BeFdYk2o.avif 349w, /_app/immutable/assets/FilterTests--02-search-startup.BkYIconp.avif 360w, /_app/immutable/assets/FilterTests--02-search-startup.DY0ojYrU.avif 385w, /_app/immutable/assets/FilterTests--02-search-startup.CsFsY2Fb.avif 414w, /_app/immutable/assets/FilterTests--02-search-startup.s0sV9hwG.avif 768w, /_app/immutable/assets/FilterTests--02-search-startup.4hvfNZbo.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-search-startup.4hvfNZbo.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--02-search-startup.K5s9FOV0.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: search startup</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"17\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: acme cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"18\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all restored</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"19\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-all-tags.BgZo7unS.avif 197w, /_app/immutable/assets/FilterTests--01-all-tags.CDKQPzNN.avif 263w, /_app/immutable/assets/FilterTests--01-all-tags.CuhtsFj0.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.BtInk9Gn.avif 360w, /_app/immutable/assets/FilterTests--01-all-tags.CC3_Q-iz.avif 385w, /_app/immutable/assets/FilterTests--01-all-tags.BbQQl16K.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.U8avzR0M.avif 768w, /_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-all-tags.CFuKbHbn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--01-all-tags.CKDk8hVd.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"20\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: collapsed again</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"21\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-search-cleared.C2RV1xbJ.avif 197w, /_app/immutable/assets/FilterTests--03-search-cleared.4RZO-AEl.avif 263w, /_app/immutable/assets/FilterTests--03-search-cleared.sUFGyK5A.avif 349w, /_app/immutable/assets/FilterTests--03-search-cleared.uc6jyWnl.avif 360w, /_app/immutable/assets/FilterTests--03-search-cleared.BeJcgSke.avif 385w, /_app/immutable/assets/FilterTests--03-search-cleared.B8qYJJa9.avif 414w, /_app/immutable/assets/FilterTests--03-search-cleared.DY3y3GXF.avif 768w, /_app/immutable/assets/FilterTests--03-search-cleared.C_1FKGOV.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-search-cleared.C_1FKGOV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--03-search-cleared.CNvo9HPp.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: search cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"22\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--05-current-month-selected.BEE8fhl0.avif 197w, /_app/immutable/assets/FilterTests--05-current-month-selected.Bb-7cq6P.avif 263w, /_app/immutable/assets/FilterTests--05-current-month-selected.BKSp2d0g.avif 349w, /_app/immutable/assets/FilterTests--05-current-month-selected.kCD9Iw_l.avif 360w, /_app/immutable/assets/FilterTests--05-current-month-selected.DN7o6ukH.avif 385w, /_app/immutable/assets/FilterTests--05-current-month-selected.BquvvzUZ.avif 414w, /_app/immutable/assets/FilterTests--05-current-month-selected.DvpWv5sf.avif 768w, /_app/immutable/assets/FilterTests--05-current-month-selected.CnThONB7.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--05-current-month-selected.CnThONB7.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/FilterTests--05-current-month-selected.DozPJQGj.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: current month selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"23\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: app launched</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"24\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: before export</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"25\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: before scroll</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"26\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--01-export-sheet.DuYEDSI8.avif 385w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BBNGLW_z.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BuL9s-_I.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.BuL9s-_I.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: export sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"27\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"28\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.C6XbIz_7.avif 197w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.DFGTmd93.avif 263w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.BlyNfNmk.avif 349w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.B50z5zFx.avif 360w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.GRFZXcCt.avif 385w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.CMLoyWRd.avif 414w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.B2jzRXje.avif 768w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.DUi8i5sO.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.DUi8i5sO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-after-scroll-down.CoXTQF70.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: after scroll down</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"29\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: content loaded</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"30\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.DP6TIay5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DP6TIay5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: export sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"31\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.DmmeDkbb.avif 197w, /_app/immutable/assets/PerformanceTests--02-content-loaded.N46vyGD3.avif 263w, /_app/immutable/assets/PerformanceTests--02-content-loaded.F6ac-V39.avif 349w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DnPanIyw.avif 360w, /_app/immutable/assets/PerformanceTests--02-content-loaded.DIs_cJLq.avif 385w, /_app/immutable/assets/PerformanceTests--02-content-loaded.BVWwJqQW.avif 414w, /_app/immutable/assets/PerformanceTests--02-content-loaded.CH3jH7wG.avif 768w, /_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-content-loaded.B-LyLEY5.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--02-content-loaded.BxUkTXgz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: history visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"32\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: pdf selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"33\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-after-scroll-up.Bjk2qw88.avif 197w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.tOmEoKCu.avif 263w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.Cp21F_ye.avif 349w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.MNtAyttr.avif 360w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.CwIo5QBt.avif 385w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.Bh3cQiGl.avif 414w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.zTHw8tnU.avif 768w, /_app/immutable/assets/PerformanceTests--03-after-scroll-up.C49tu6gG.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-after-scroll-up.C49tu6gG.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--03-after-scroll-up.EErweXlx.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: after scroll up</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"34\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-report-generated.DDKfBv_4.avif 197w, /_app/immutable/assets/PerformanceTests--03-report-generated.C9301_uM.avif 263w, /_app/immutable/assets/PerformanceTests--03-report-generated.BTxyWoDe.avif 349w, /_app/immutable/assets/PerformanceTests--03-report-generated.mCGRJn9F.avif 360w, /_app/immutable/assets/PerformanceTests--03-report-generated.vZ3QLNiR.avif 385w, /_app/immutable/assets/PerformanceTests--03-report-generated.CHVPw1dY.avif 414w, /_app/immutable/assets/PerformanceTests--03-report-generated.CTLpV2-n.avif 768w, /_app/immutable/assets/PerformanceTests--03-report-generated.DJigiBzF.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-report-generated.DJigiBzF.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--03-report-generated.CEST_JiR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: report generated</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"35\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.gH2uhaMU.avif 197w, /_app/immutable/assets/PerformanceTests--benchmark-complete.BZlBRAwh.avif 263w, /_app/immutable/assets/PerformanceTests--benchmark-complete.DkeeD4a-.avif 349w, /_app/immutable/assets/PerformanceTests--benchmark-complete.cRb_seoZ.avif 360w, /_app/immutable/assets/PerformanceTests--benchmark-complete.qwJcU9eo.avif 385w, /_app/immutable/assets/PerformanceTests--benchmark-complete.DWklqg2t.avif 414w, /_app/immutable/assets/PerformanceTests--benchmark-complete.C2UJKbOm.avif 768w, /_app/immutable/assets/PerformanceTests--benchmark-complete.DYTDczOU.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.DYTDczOU.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.F61e8100.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: benchmark complete</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"36\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.BqVgTGKk.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bbyshi6A.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.oP3IbUIQ.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: before share</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"37\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: history before edit</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"38\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: initial with records</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"39\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"40\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-record-created.Ck01hgHi.avif 197w, /_app/immutable/assets/RecordEditingTests--01-record-created.BSC_2_WY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-record-created.otXjfuGH.avif 349w, /_app/immutable/assets/RecordEditingTests--01-record-created.CYYOaAP5.avif 360w, /_app/immutable/assets/RecordEditingTests--01-record-created.Bhbf3K9s.avif 385w, /_app/immutable/assets/RecordEditingTests--01-record-created.DbvQmV1C.avif 414w, /_app/immutable/assets/RecordEditingTests--01-record-created.CrpUyVrP.avif 768w, /_app/immutable/assets/RecordEditingTests--01-record-created.BBylfbyQ.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-record-created.BBylfbyQ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-record-created.C_REjN2R.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: record created</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"41\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.Cz1R0bgN.avif 197w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.CEKkeY3_.avif 263w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.DG3h23nX.avif 349w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.B8dFn5qu.avif 360w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.CqA75yB6.avif 385w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.DJZlZZnP.avif 414w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.Dio7wJYW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.DtLo1iJn.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.DtLo1iJn.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--02-history-record-editing.T8cZ0dqZ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: history record editing</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"42\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: scrolled history</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"43\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"44\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.Bsbet22T.avif 197w, /_app/immutable/assets/RecordEditingTests--02-timer-running.DDtfZbFL.avif 263w, /_app/immutable/assets/RecordEditingTests--02-timer-running.B_-9xHmf.avif 349w, /_app/immutable/assets/RecordEditingTests--02-timer-running.lwHvd8so.avif 360w, /_app/immutable/assets/RecordEditingTests--02-timer-running.FrPNy9K_.avif 385w, /_app/immutable/assets/RecordEditingTests--02-timer-running.CEuHq1Sm.avif 414w, /_app/immutable/assets/RecordEditingTests--02-timer-running.BJE2Yztn.avif 768w, /_app/immutable/assets/RecordEditingTests--02-timer-running.DnE1mKDB.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.DnE1mKDB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--02-timer-running.Det10OZb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: timer running</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"45\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.BqVgTGKk.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bbyshi6A.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.oP3IbUIQ.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: after save</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"46\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.JOwXxRH3.avif 197w, /_app/immutable/assets/RecordEditingTests--03-comment-added.D2_ZDYtx.avif 263w, /_app/immutable/assets/RecordEditingTests--03-comment-added.CjMo3uRi.avif 349w, /_app/immutable/assets/RecordEditingTests--03-comment-added.D7fUExu7.avif 360w, /_app/immutable/assets/RecordEditingTests--03-comment-added.wh_2IEIA.avif 385w, /_app/immutable/assets/RecordEditingTests--03-comment-added.DTRBcrHV.avif 414w, /_app/immutable/assets/RecordEditingTests--03-comment-added.DqX-cli8.avif 768w, /_app/immutable/assets/RecordEditingTests--03-comment-added.CxN7PJCf.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.CxN7PJCf.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--03-comment-added.BzpHMOoB.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: comment added</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"47\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: record with tag visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"48\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet still open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"49\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.BqVgTGKk.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bbyshi6A.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.oP3IbUIQ.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: form properly closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"50\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.BqVgTGKk.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bbyshi6A.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.oP3IbUIQ.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"51\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BSjaONS3.avif 197w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BNUUXGJx.avif 263w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BJDuUZLY.avif 349w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.CYL4PlPJ.avif 360w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.NGpAoqQ2.avif 385w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.D4lQCCas.avif 414w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.DdLAVc-1.avif 768w, /_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.DTX5p0u4.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.DTX5p0u4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--04-timer-stopped-with-comment.BR675tJL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: timer stopped with comment</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"52\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.D-fvrmp1.avif 197w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.C7zIhB3p.avif 263w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.mM4HWQ0P.avif 349w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.Dj-DxWXP.avif 360w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.DJHkdKz_.avif 385w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected._d4ORpv8.avif 414w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.CMkjmM62.avif 768w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BGplIV1A.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BGplIV1A.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.Dw0xfbLa.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: csv format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"53\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet formats</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"54\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BMD4GPYB.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.D8pP5g7V.avif 385w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BBNGLW_z.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.D2SmUdKj.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"55\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"56\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.BBjcbGWo.avif 197w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.JNTkyy89.avif 263w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.CAAEVIXw.avif 349w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.x4mkGMAq.avif 360w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.Bw896bm2.avif 385w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.CMu3BMwn.avif 414w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.BTjLPCEr.avif 768w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.DPTPkJiP.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DPTPkJiP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.CuTLNsOY.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: png format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"57\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.8QbZtA3y.avif 197w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CZ-UHXBs.avif 263w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.zvShcWIN.avif 349w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CRgDs07r.avif 360w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.DJMX52ac.avif 385w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.DtV8PHzb.avif 414w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BB4MEhD5.avif 768w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CGve4KDi.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CGve4KDi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BLjhsJJc.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: svg format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"58\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.CIyqfb7A.avif 197w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.C6dGB0nt.avif 263w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.DQFMUsbq.avif 349w, /_app/immutable/assets/ReportFlowTests--02-csv-preview._Nr8KKrD.avif 360w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.Dsxt1B_7.avif 385w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.CWS4HwSo.avif 414w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.CzwnwAha.avif 768w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.B65ef8K1.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.B65ef8K1.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-csv-preview.B2XN_SXQ.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: csv preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"59\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.D2ovi37h.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.BqVgTGKk.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bbyshi6A.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.oP3IbUIQ.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.CqX-GHmI.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"60\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.DAy-OfX6.avif 197w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.Bjxp_Yhp.avif 263w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.DcO7rk8n.avif 349w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.D_BXd_jf.avif 360w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.BJllPvI3.avif 385w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.DIzlvDAc.avif 414w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.DoTlhwXs.avif 768w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.FzaRlLa4.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.FzaRlLa4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-generation-complete.3Q1JTw5b.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: generation complete</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"61\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CCuq4VBu.avif 197w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.Cen597xJ.avif 263w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.GyGpzmov.avif 349w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.C9wwPeQq.avif 360w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.4f3Znt1b.avif 385w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.CTUgoKQu.avif 414w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.CqZgIOK0.avif 768w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.BmYlb1Ce.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.BmYlb1Ce.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CB8xmbmI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"62\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.B4JCxMZE.avif 197w, /_app/immutable/assets/ReportFlowTests--02-png-preview.BodN55z4.avif 263w, /_app/immutable/assets/ReportFlowTests--02-png-preview.B9E0ATA6.avif 349w, /_app/immutable/assets/ReportFlowTests--02-png-preview.COGDRiNG.avif 360w, /_app/immutable/assets/ReportFlowTests--02-png-preview.BZlQzj22.avif 385w, /_app/immutable/assets/ReportFlowTests--02-png-preview.B4kYNtw_.avif 414w, /_app/immutable/assets/ReportFlowTests--02-png-preview.dcVelnij.avif 768w, /_app/immutable/assets/ReportFlowTests--02-png-preview.BNpvL6pM.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.BNpvL6pM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-png-preview.K1exoiuq.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: png preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"63\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.DfwXLR6s.avif 197w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.BPzvzf1q.avif 263w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.D0O7IZPU.avif 349w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.Dwz_zUe1.avif 360w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.DdQbBhvs.avif 385w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.C54ibb_9.avif 414w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.DEsRdTTn.avif 768w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.BJEp3zEH.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.BJEp3zEH.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportFlowTests--02-svg-preview.CuEuDUZg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: svg preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"64\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BMD4GPYB.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.D8pP5g7V.avif 385w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BBNGLW_z.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.D2SmUdKj.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-open.BkXboZ2V.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf preview closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"65\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.DM_dftT9.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dt6XZLu7.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.hnptYv57.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.BikLuU45.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.ZFh4tBMX.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.B1iSJjkZ.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-7D19zW.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.S0FCoM98.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C9386yai.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: pdf format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"66\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.DdPpfbP0.avif 197w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.20MsJ-Q7.avif 263w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.iz1qlXkV.avif 349w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.Chy-l9Oz.avif 360w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.rX87eWLd.avif 385w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.BX0jxJxl.avif 414w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.qXapPgsM.avif 768w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.VS46m-xO.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.VS46m-xO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.DH9aO1zs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: png preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"67\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.CUAIu-tw.avif 197w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.Biu-Wo8H.avif 263w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DDlr2RR_.avif 349w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.KZrYmamp.avif 360w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.CEsV0EIU.avif 385w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BVTWuD5L.avif 414w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.ClUc-Hzb.avif 768w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DcqB7VSy.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DcqB7VSy.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BDFuMG62.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: svg preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"68\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.aMV0QwNu.avif 197w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.CXbQ5UjR.avif 263w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.BtIDopU4.avif 349w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DXVdvnjz.avif 360w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.Ds38zWPi.avif 385w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.6FhVVvsX.avif 414w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.CMByg_JG.avif 768w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B8iAoQVy.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B8iAoQVy.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.CxCx7Z1D.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: pdf preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"69\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.C0PvUxfu.avif 197w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BWDoTM_f.avif 263w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.hWhArZl2.avif 349w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BbAUfyE8.avif 360w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.CfMQsSHN.avif 385w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.B0W1CR6E.avif 414w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BgC-tFl4.avif 768w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.DO3HDysn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: add tag sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"70\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-export-sheet.Ct_r7wC6.avif 197w, /_app/immutable/assets/SettingsTests--01-export-sheet.kDkEW9bN.avif 263w, /_app/immutable/assets/SettingsTests--01-export-sheet.BK2zd-oU.avif 349w, /_app/immutable/assets/SettingsTests--01-export-sheet.CVcwf7FP.avif 360w, /_app/immutable/assets/SettingsTests--01-export-sheet.DP_LfPRi.avif 385w, /_app/immutable/assets/SettingsTests--01-export-sheet.C9TsWUgA.avif 414w, /_app/immutable/assets/SettingsTests--01-export-sheet.CMfJLjKy.avif 768w, /_app/immutable/assets/SettingsTests--01-export-sheet.BQP-eFM8.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-export-sheet.BQP-eFM8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-export-sheet.BXsoir4r.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: export sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"71\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.W0455-yZ.avif 197w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.D3shYphY.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C5t5XvN0.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bm5nfHp2.avif 360w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.ClOmflSo.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.hlAPRr0S.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.OyTly2-i.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DxDGRESx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.CMM5O7LK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: initial with data</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"72\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.x4CZwge6.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DNoQu-Cs.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.OnLRxuCd.avif 360w, /_app/immutable/assets/SettingsTests--02-tags-visible.CKBeH0af.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.ZGjiEYNE.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.CqZqFkTg.avif 768w, /_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings with tags</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"73\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.x4CZwge6.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DNoQu-Cs.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.OnLRxuCd.avif 360w, /_app/immutable/assets/SettingsTests--02-settings-open.ChjjqFT4.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.ZGjiEYNE.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.CqZqFkTg.avif 768w, /_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"74\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.x4CZwge6.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DNoQu-Cs.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.OnLRxuCd.avif 360w, /_app/immutable/assets/SettingsTests--02-tags-visible.CKBeH0af.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.ZGjiEYNE.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.CqZqFkTg.avif 768w, /_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.BM5E9Ud6.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: tags visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"75\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.C6eJrNQh.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.x4CZwge6.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DNoQu-Cs.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.OnLRxuCd.avif 360w, /_app/immutable/assets/SettingsTests--02-settings-open.ChjjqFT4.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.ZGjiEYNE.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.CqZqFkTg.avif 768w, /_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.DWrvnsZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.Dd-ilegL.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"76\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--01-initial.Do_Ycstj.avif 197w, /_app/immutable/assets/TagManagementTests--01-initial.CD-202BZ.avif 263w, /_app/immutable/assets/TagManagementTests--01-initial.CG4eR25K.avif 349w, /_app/immutable/assets/TagManagementTests--01-initial.BW7wfUC-.avif 360w, /_app/immutable/assets/TagManagementTests--01-initial.CkAMPabm.avif 385w, /_app/immutable/assets/TagManagementTests--01-initial.Y-MH58Rh.avif 414w, /_app/immutable/assets/TagManagementTests--01-initial.DmFS49s8.avif 768w, /_app/immutable/assets/TagManagementTests--01-initial.BKddUfXi.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--01-initial.BKddUfXi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--01-initial.KZuR1bQr.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"77\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-settings-open.DCGih405.avif 197w, /_app/immutable/assets/TagManagementTests--02-settings-open.0TEQXXsL.avif 263w, /_app/immutable/assets/TagManagementTests--02-settings-open.BqWnhIWB.avif 349w, /_app/immutable/assets/TagManagementTests--02-settings-open.C-CokZY0.avif 360w, /_app/immutable/assets/TagManagementTests--02-settings-open.BRobmJMu.avif 385w, /_app/immutable/assets/TagManagementTests--02-settings-open.CPBAG2DD.avif 414w, /_app/immutable/assets/TagManagementTests--02-settings-open.CZ5WwrA5.avif 768w, /_app/immutable/assets/TagManagementTests--02-settings-open.BReEKNMd.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-settings-open.BReEKNMd.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--02-settings-open.BSbgbzky.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: settings open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"78\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-timer-started.DUPHAMxA.avif 197w, /_app/immutable/assets/TagManagementTests--02-timer-started.SCHw0znS.avif 263w, /_app/immutable/assets/TagManagementTests--02-timer-started.CjYbytv5.avif 349w, /_app/immutable/assets/TagManagementTests--02-timer-started.B8vJwhxb.avif 360w, /_app/immutable/assets/TagManagementTests--02-timer-started.WBJIXBTG.avif 385w, /_app/immutable/assets/TagManagementTests--02-timer-started.Dei3aeet.avif 414w, /_app/immutable/assets/TagManagementTests--02-timer-started.FPMyzlkl.avif 768w, /_app/immutable/assets/TagManagementTests--02-timer-started.CYGgeQ3u.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-timer-started.CYGgeQ3u.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--02-timer-started.RAS75y4I.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: timer started</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"79\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.C0PvUxfu.avif 197w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BWDoTM_f.avif 263w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.hWhArZl2.avif 349w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BbAUfyE8.avif 360w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.CfMQsSHN.avif 385w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.B0W1CR6E.avif 414w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BgC-tFl4.avif 768w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzPrsMO-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.DO3HDysn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: new tag sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"80\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.Cf5uWIoo.avif 197w, /_app/immutable/assets/TagManagementTests--03-tag-entered.Og21QVNW.avif 263w, /_app/immutable/assets/TagManagementTests--03-tag-entered.CswmqwdO.avif 349w, /_app/immutable/assets/TagManagementTests--03-tag-entered.Cv1AdWkK.avif 360w, /_app/immutable/assets/TagManagementTests--03-tag-entered.BDOs9Bu1.avif 385w, /_app/immutable/assets/TagManagementTests--03-tag-entered.BINYDDP3.avif 414w, /_app/immutable/assets/TagManagementTests--03-tag-entered.CFNYtldK.avif 768w, /_app/immutable/assets/TagManagementTests--03-tag-entered.DxhLA6SC.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.DxhLA6SC.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--03-tag-entered.FFJPa33O.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag entered</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"81\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.Ba86rbng.avif 197w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.Cppvnpq1.avif 263w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.D_gSXI5_.avif 349w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered._QJu4lJa.avif 360w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.CnK54_x6.avif 385w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.BomDK8_m.avif 414w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.htrzofZ_.avif 768w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.DvU1E9zO.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DvU1E9zO.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DoguGvHi.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag name entered</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"82\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.CKMIQeI_.avif 197w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.DtlUy5kk.avif 263w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.z0CE737w.avif 349w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.Dw4xznDw.avif 360w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.DmJRsGuX.avif 385w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.BMmIVTs7.avif 414w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.1y1CZi4S.avif 768w, /_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.B9jlfy9t.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.B9jlfy9t.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--04-timer-stopped-with-tag.D-g17HgE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: timer stopped with tag</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"83\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--05-tag-created.DLXabRU0.avif 197w, /_app/immutable/assets/TagManagementTests--05-tag-created.DC8gGQz1.avif 263w, /_app/immutable/assets/TagManagementTests--05-tag-created.D_JyNOpC.avif 349w, /_app/immutable/assets/TagManagementTests--05-tag-created.BcwUOMxl.avif 360w, /_app/immutable/assets/TagManagementTests--05-tag-created.l4jBUY28.avif 385w, /_app/immutable/assets/TagManagementTests--05-tag-created.18LtBYm5.avif 414w, /_app/immutable/assets/TagManagementTests--05-tag-created.Zehwzcn6.avif 768w, /_app/immutable/assets/TagManagementTests--05-tag-created.CKh7a8Em.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--05-tag-created.CKh7a8Em.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TagManagementTests--05-tag-created.CrmMBCdD.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag created</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"84\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DzBHj34Y.avif 263w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CX0ZKG-y.avif 349w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.QjDSsD6-.avif 360w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.BgOECWoe.avif 385w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CJWOGCU2.avif 414w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DuutPhh3.avif 768w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: before refresh</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"85\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DzBHj34Y.avif 263w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CX0ZKG-y.avif 349w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.QjDSsD6-.avif 360w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.BgOECWoe.avif 385w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CJWOGCU2.avif 414w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DuutPhh3.avif 768w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: initial empty</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"86\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.CO6hT3Oz.avif 197w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.B--G8Qo9.avif 263w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.RzoTAQag.avif 349w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.Dih6cHid.avif 360w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.uv7SlHZt.avif 385w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.nwTuIGHH.avif 414w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.nWgsIg46.avif 768w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bz15mKqi.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bz15mKqi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--02-after-play-tap.DRyBrvzK.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: after play tap</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"87\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.BFYfC6Ju.avif 197w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DzBHj34Y.avif 263w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CX0ZKG-y.avif 349w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.QjDSsD6-.avif 360w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.BgOECWoe.avif 385w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CJWOGCU2.avif 414w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DuutPhh3.avif 768w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.DAJPrUlP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--01-before-refresh.CPWuEXLs.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: after refresh</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"88\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.Kv9SeYGU.avif 197w, /_app/immutable/assets/TimerFlowTests--03-timer-running.D8TC2xHm.avif 263w, /_app/immutable/assets/TimerFlowTests--03-timer-running.Cka7yufg.avif 349w, /_app/immutable/assets/TimerFlowTests--03-timer-running.Bgr_rC9x.avif 360w, /_app/immutable/assets/TimerFlowTests--03-timer-running.n8HRwti8.avif 385w, /_app/immutable/assets/TimerFlowTests--03-timer-running.CLpwC9Ck.avif 414w, /_app/immutable/assets/TimerFlowTests--03-timer-running.BvXNyY5s.avif 768w, /_app/immutable/assets/TimerFlowTests--03-timer-running.pnOhUdCu.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.pnOhUdCu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--03-timer-running.B-q9YEZm.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: timer running</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"89\" style=\"view-transition-name: none;\"><div class=\"iphone-frame svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CVEd9SCt.avif 197w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.T4U6lKDS.avif 263w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.5u9hh3iK.avif 349w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.BJd37vQ6.avif 360w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.DRz3wEag.avif 385w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.yNez90H5.avif 414w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.YeIFcQNB.avif 768w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.Bq0F1xJz.avif 1206w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.Bq0F1xJz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1206 / 2622; background-image: url(/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.01AM2sO5.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: timer stopped record created</figcaption><!--]--></figure><!--]--></div> <button type=\"button\" class=\"nav-btn nav-next svelte-ewh1ap\" tabindex=\"-1\" aria-label=\"Next image\"><span class=\"arrow-right svelte-ewh1ap\"></span></button></dialog><!----> <!--[0--><h2>Mac</h2> <div class=\"gallery svelte-ewh1ap\"><!--[--><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.KsD5HxlN.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.CLnQce9r.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.KsD5HxlN.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.CkkqKXDz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Bare Record Editor: bare record visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.BqRn37hi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.HaZyHWZC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.BqRn37hi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/BareRecordEditorTests--02-editor-open.BBgGLEI4.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Bare Record Editor: editor open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.Dx5MKfKu.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.CdCqheG7.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.Dx5MKfKu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: history visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BtzKY9FL.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxTUypua.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: picker open before scroll</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BtzKY9FL.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxTUypua.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: after scroll attempt</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.d2cUrIAV.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.BfyK5iA6.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.d2cUrIAV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.j6DXsS2c.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: record editing</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CO__xbvw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.TdcDB2T7.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CO__xbvw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CZSHbZhO.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: document picker open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CGRXKYcK.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.B4J5MvXh.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CGRXKYcK.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CukbJmby.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: document picker still open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.DYbyNlPW.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.fRZQlpzd.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.DYbyNlPW.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.j6DXsS2c.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Document Picker Stability: document picker closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-default.B14L7xx-.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all tags</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: before search</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: before toggle</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-collapsed.D4KpQjfa.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-collapsed.DFVHeWze.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-collapsed.D4KpQjfa.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: collapsed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.D6HquhR6.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: current month</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-default.B14L7xx-.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: default</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: initial filters</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.D6HquhR6.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-acme-only-current-month.g14ZG-RW.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-only-current-month.Da1WlwRe.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-only-current-month.g14ZG-RW.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-only-current-month.B5lWk5KR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: acme only current month</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.Ujx66sIn.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected.Crqxxqbz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: acme selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all filters visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.DN3o9Y7V.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.B8A_9dZ_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: calendar open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: expanded</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.Ujx66sIn.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected.Crqxxqbz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: only acme</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-only-untagged.DlWNnpo_.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-only-untagged.COjwznxx.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-only-untagged.DlWNnpo_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-only-untagged.VWcFWt21.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: only untagged</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-search-startup.Cu-4sAr3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-search-startup.C8CKWdBX.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-search-startup.Cu-4sAr3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-search-startup.C5sxFjx3.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: search startup</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: acme cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all restored</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--03-collapsed-again.ROhdqmz3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-collapsed-again.CL9woUqL.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-collapsed-again.ROhdqmz3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: collapsed again</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--03-search-cleared.Dkasu4Ro.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-search-cleared.CbFUFuWm.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-search-cleared.Dkasu4Ro.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--03-search-cleared.C5mWvAtD.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: search cleared</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--04-all-tags-full-year.Diij9Cnm.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--04-all-tags-full-year.DuhmsZXG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--04-all-tags-full-year.Diij9Cnm.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--04-all-tags-full-year.Cg6fN0GG.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: all tags full year</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.DN3o9Y7V.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.B8A_9dZ_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Filter: current month selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-app-launched.Bqn7I0LG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: app launched</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-before-export.BtiozHqM.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-export.C0qn0ptA.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-export.BtiozHqM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: before export</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.DOL7qq5y.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: before scroll</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.Dgpu8Zkl.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C97d-FFb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: export sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-initial.D674GStl.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.D9Y3Hgn3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.BvifPbJD.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.D9Y3Hgn3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.DvIcQLml.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: after scroll down</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-app-launched.Bqn7I0LG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: content loaded</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.CzEhf97d.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DvSpBl6O.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.CzEhf97d.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DsbMF2Gf.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: export sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-initial.D674GStl.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: history visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.Dgpu8Zkl.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C97d-FFb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: pdf selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.DOL7qq5y.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: after scroll up</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--03-report-generated.D5FH6rLk.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-report-generated.CBPYTs3F.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-report-generated.D5FH6rLk.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--03-report-generated.Bdj20agA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: report generated</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.Bvyqs-nk.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.DgTUMotp.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.Bvyqs-nk.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.DvIcQLml.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Performance: benchmark complete</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: before share</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.D1SIV7Ij.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Bfdq-jZ_.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.D1SIV7Ij.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Du1_F2Tw.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: edit sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: history before edit</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: initial with records</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.Y0NvnDrX.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.8jz7xKYA.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.Y0NvnDrX.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-history-record-editing.B45CEkTS.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: history record editing</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: scrolled history</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.BoSpmPgJ.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.DYCu27Qx.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.BoSpmPgJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Dc7aKKDn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.kxr6l_bY.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.ZhdMY6EO.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.kxr6l_bY.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-timer-running.Ckb2sWux.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: timer running</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: after save</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.H0s4O_e1.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.CIos4vnz.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.H0s4O_e1.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--03-comment-added.CzbLSHaz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: comment added</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: record with tag visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Dd7lYDtG.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.8wa3n6aY.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Dd7lYDtG.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Dc7aKKDn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet still open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: form properly closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Record Editing: share sheet closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BPF1xpq8.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.XeGPKp9g.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BPF1xpq8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.CGaR6ptb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: csv format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet formats</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.B22FHtbB.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.s01IZDIH.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.B22FHtbB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: png format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BKBOYy8i.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.Cfo4cR5-.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BKBOYy8i.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.CGaR6ptb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: svg format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.DW3cSzbL.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.BoGNq6-i.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.DW3cSzbL.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-csv-preview.BeB6let-.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: csv preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.vuTGZYt2.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.BF5ymgkM.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.vuTGZYt2.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: export sheet closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.CL2jk3aV.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.itGh8W-a.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.CL2jk3aV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-generation-complete.2QsRcqBG.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: generation complete</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.VelKRjAj.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.DW_kSyms.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.VelKRjAj.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CUvBEybo.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.D6VMZu-p.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.624e6FlZ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.D6VMZu-p.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-png-preview.CaIChW8p.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: png preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.wQ3R5pYx.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.E54KCHOi.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.wQ3R5pYx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-svg-preview.BTDshTCc.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: svg preview</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report Flow: pdf preview closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.CbYTl0e4.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.C9kfiKq3.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.CbYTl0e4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.JDR3iMPC.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: pdf format selected</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.B4b9bD2F.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.GdqQTiN4.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.B4b9bD2F.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.C2CdPS_Q.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: png preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.C83sO55X.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BwEo_nmn.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.C83sO55X.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DhktuSex.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: svg preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DEYuwQKS.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.-ZyErfR0.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DEYuwQKS.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B6L2MPcu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Report With Images: pdf preview with images</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BmHE3PU7.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.CvNFN5tk.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BmHE3PU7.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzoyMEVn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: add tag sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-export-sheet.P7GfKOPJ.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-export-sheet.CGh4K1iM.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-export-sheet.P7GfKOPJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-export-sheet.E7B1vmuu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: export sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-initial-with-data.C2uH_yZT.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-initial-with-data.DVhnPrjs.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-initial-with-data.C2uH_yZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: initial with data</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-initial.Q6H8Yc2_.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-initial.ZWI3eTQQ.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-initial.Q6H8Yc2_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--01-settings-with-tags.CMVtY-vM.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-settings-with-tags.BwtjsOPp.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-settings-with-tags.CMVtY-vM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings with tags</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-pin-button-visible.DZtOBNo_.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-pin-button-visible.DtPQU7oy.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-pin-button-visible.DZtOBNo_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: pin button visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-settings-open.BjfFrtMi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-settings-open.BvbZ6JAm.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.BjfFrtMi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.DosFWH6j.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: tags visible</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--03-pinned.D43-XX4B.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--03-pinned.BDN8A66l.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--03-pinned.D43-XX4B.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--03-pinned.DXt00ERA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: pinned</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.DosFWH6j.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: settings closed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/SettingsTests--04-unpinned.C88bZLYi.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--04-unpinned.BOXuXF-s.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--04-unpinned.C88bZLYi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--03-pinned.DXt00ERA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Settings: unpinned</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--01-initial.fmBoac-q.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--01-initial.DRXdRQ6P.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--01-initial.fmBoac-q.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: initial</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--02-settings-open.CWHi_z0G.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-settings-open.D3-BQ_XP.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-settings-open.CWHi_z0G.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--02-settings-open.C4NdMrN2.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: settings open</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--02-timer-started.C-wg_6IJ.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-timer-started.BCQmK4Pi.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-timer-started.C-wg_6IJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--02-timer-started.DGCEEB9B.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: timer started</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.C3hzxneh.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.CI1udnHd.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.C3hzxneh.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.Bcgs7U2n.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: new tag sheet</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.Ch-RUWV9.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.CJqkKzco.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.Ch-RUWV9.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--03-tag-entered.ByO_BMh1.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag entered</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DcGrOpEY.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.JnGNQs6D.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DcGrOpEY.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DDbEZBJu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag name entered</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TagManagementTests--05-tag-created.B_D_denD.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--05-tag-created.bPyGLvBV.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--05-tag-created.B_D_denD.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--05-tag-created.U_lANn9_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Tag Management: tag created</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.E0vYjlbR.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.E0vYjlbR.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: before refresh</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: initial empty</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.CoFNgmpQ.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.DfvOhj_s.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.CoFNgmpQ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bm8640dR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: after play tap</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: after refresh</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.CqgJAnea.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.BIMVSKFb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.CqgJAnea.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--03-timer-running.BbrZD6vz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: timer running</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CYzIL1t8.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.BtMjNO13.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CYzIL1t8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.DVRJ1cB7.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Timer Flow: timer stopped record created</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BK2jqP7O.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.B2B4sNgY.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BK2jqP7O.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.f2C1n7xE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: enable prompt pill</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--01-no-pill.D6wOmrq-.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-no-pill.BTXVtUPn.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-no-pill.D6wOmrq-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-no-pill.5bqNrcig.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: no pill</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.BTpWhp0o.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.YB0rTYfM.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.BTpWhp0o.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: pill dismissed</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--01-toggle-off.ByuoB2tu.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-toggle-off.BhXFbkiR.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-toggle-off.ByuoB2tu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-toggle-off.DfcW3uHB.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: toggle off</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.D9yorkdt.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.BvpUNCqD.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.D9yorkdt.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.C61XsU95.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: update available pill</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.iQeBVzh4.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.B69rfOPb.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.iQeBVzh4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-no-pill.5bqNrcig.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: pill gone after enable</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.D4ovZvWP.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.Zy9Q5MMg.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.D4ovZvWP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.CKWwbxhf.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: settings update row</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--02-toggle-on.C0Akfv0w.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-toggle-on.BFWq9StR.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-toggle-on.C0Akfv0w.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--02-toggle-on.oOYsOwff.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: toggle on</figcaption><!--]--></figure><figure class=\"svelte-ewh1ap\"><a href=\"/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.seaTTUM8.avif\" target=\"_blank\" class=\"svelte-ewh1ap\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.Dk_-7OTe.avif 197w\" sizes=\"120px\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.seaTTUM8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.BROwr96A.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div></a> <!--[0--><figcaption>Update Prompt: settings toggle on</figcaption><!--]--></figure><!--]--></div> <dialog class=\"svelte-ewh1ap\"><button type=\"button\" class=\"nav-btn nav-prev svelte-ewh1ap\" tabindex=\"-1\" aria-label=\"Previous image\"><span class=\"arrow-left svelte-ewh1ap\"></span></button> <div class=\"dialog-strip svelte-ewh1ap\"><!--[--><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"0\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.CLnQce9r.avif 197w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.IGYb4mOj.avif 263w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.BVN39t_0.avif 349w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.z_m2fwUh.avif 360w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.Bch8YrFe.avif 385w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.DFi2KWFM.avif 414w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.cLX6ENou.avif 768w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.C4tQOxJp.avif 1440w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.BfSmCLLL.avif 1536w, /_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.KsD5HxlN.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.KsD5HxlN.avif\" alt=\"\" loading=\"eager\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/BareRecordEditorTests--01-bare-record-visible.CkkqKXDz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Bare Record Editor: bare record visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"1\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.HaZyHWZC.avif 197w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.4PDBBuEe.avif 263w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.BXydJHoS.avif 349w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.D4x0vR5O.avif 360w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.JIXuOsLb.avif 385w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.Z0kCfJU4.avif 414w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.DS5BI1eG.avif 768w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.DuWt-wzk.avif 1440w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.CLk8M5Fc.avif 1536w, /_app/immutable/assets/BareRecordEditorTests--02-editor-open.BqRn37hi.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/BareRecordEditorTests--02-editor-open.BqRn37hi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/BareRecordEditorTests--02-editor-open.BBgGLEI4.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Bare Record Editor: editor open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"2\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.CdCqheG7.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.ByzuxlgX.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.kAMI2nEr.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible._Qqb57Ik.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.DV-SofBL.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.-Y6G5GvJ.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.BYa5BgqN.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.BuPGxVe9.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.DpumD1nK.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.Dx5MKfKu.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--01-history-visible.Dx5MKfKu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: history visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"3\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BtzKY9FL.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DN5BBf14.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Bl42XOpX.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DvX9Y6TX.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.hLUrgGSc.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.MSz0E01g.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.D4o7SZDr.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxzTwKsu.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DWBh8rqT.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxTUypua.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: picker open before scroll</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"4\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BtzKY9FL.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DN5BBf14.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Bl42XOpX.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DvX9Y6TX.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.hLUrgGSc.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.MSz0E01g.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.D4o7SZDr.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxzTwKsu.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.DWBh8rqT.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.Cdwupb1r.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-after-scroll-attempt.BxTUypua.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: after scroll attempt</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"5\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.BfyK5iA6.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.BykshPgT.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.Cc-7PUKn.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.D7MVy_qM.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.Czhc3EH5.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.BFixrinU.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.D1p3Bffv.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.eEcjoCGk.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.CACk6jWx.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.d2cUrIAV.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.d2cUrIAV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.j6DXsS2c.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: record editing</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"6\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.TdcDB2T7.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.DS4v0Ky5.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.D6N1nisT.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.Clpe-O2G.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.DkxtP8L4.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.D94urQVF.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.hYv_vN6s.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.tXPvAwZC.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.DHFsYf12.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CO__xbvw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CO__xbvw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--03-document-picker-open.CZSHbZhO.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: document picker open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"7\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.B4J5MvXh.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.Cr8pGc5G.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.Ph_o7pzG.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.Dg193cKH.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.DgjSu9Zw.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.BTLN9WTk.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.D5buPkvL.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.BdMVytjX.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.D_Et3UEv.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CGRXKYcK.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CGRXKYcK.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--04-document-picker-still-open.CukbJmby.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: document picker still open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"8\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.fRZQlpzd.avif 197w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.D-fBtxsQ.avif 263w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.SkeTDrLO.avif 349w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.CMjT0MAH.avif 360w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.CWKXSS5W.avif 385w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.CdDbcNV3.avif 414w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.CKYVgenb.avif 768w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.B312QsP-.avif 1440w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.s4Qa_-Um.avif 1536w, /_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.DYbyNlPW.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/DocumentPickerStabilityTests--05-document-picker-closed.DYbyNlPW.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/DocumentPickerStabilityTests--02-record-editing.j6DXsS2c.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Document Picker Stability: document picker closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"9\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-default.B14L7xx-.avif 197w, /_app/immutable/assets/FilterTests--01-default.fV4Lzs9r.avif 263w, /_app/immutable/assets/FilterTests--01-default.iz8e6MqG.avif 349w, /_app/immutable/assets/FilterTests--01-all-tags.Bzm0YH_r.avif 360w, /_app/immutable/assets/FilterTests--01-default.DZ81TnKN.avif 385w, /_app/immutable/assets/FilterTests--01-default.DLlrW1fu.avif 414w, /_app/immutable/assets/FilterTests--01-all-tags.CAdiAVp8.avif 768w, /_app/immutable/assets/FilterTests--01-default.CnVEvYDU.avif 1440w, /_app/immutable/assets/FilterTests--01-default.Dq5ezcSL.avif 1536w, /_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all tags</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"10\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: before search</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"11\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: before toggle</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"12\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-collapsed.DFVHeWze.avif 197w, /_app/immutable/assets/FilterTests--01-collapsed.D-dIEQCj.avif 263w, /_app/immutable/assets/FilterTests--01-collapsed.Cfy_sw1E.avif 349w, /_app/immutable/assets/FilterTests--01-collapsed.DOM4qNZf.avif 360w, /_app/immutable/assets/FilterTests--01-collapsed.ChOkfGD8.avif 385w, /_app/immutable/assets/FilterTests--01-collapsed.WwD5VolS.avif 414w, /_app/immutable/assets/FilterTests--01-collapsed.DxpSzyzQ.avif 768w, /_app/immutable/assets/FilterTests--01-collapsed.C9hYGs6h.avif 1440w, /_app/immutable/assets/FilterTests--01-collapsed.CmEG2B5M.avif 1536w, /_app/immutable/assets/FilterTests--01-collapsed.D4KpQjfa.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-collapsed.D4KpQjfa.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: collapsed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"13\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.D6HquhR6.avif 197w, /_app/immutable/assets/FilterTests--01-current-month.BB16EuGO.avif 263w, /_app/immutable/assets/FilterTests--01-current-month.4xJvDdYQ.avif 349w, /_app/immutable/assets/FilterTests--01-current-month.aFj6Ij51.avif 360w, /_app/immutable/assets/FilterTests--01-current-month.CarPAFvv.avif 385w, /_app/immutable/assets/FilterTests--01-current-month.BzvBpSa3.avif 414w, /_app/immutable/assets/FilterTests--01-current-month.j8NrXz5x.avif 768w, /_app/immutable/assets/FilterTests--01-current-month.BcG0JZa4.avif 1440w, /_app/immutable/assets/FilterTests--01-current-month.BK8HpwCD.avif 1536w, /_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: current month</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"14\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-default.B14L7xx-.avif 197w, /_app/immutable/assets/FilterTests--01-default.fV4Lzs9r.avif 263w, /_app/immutable/assets/FilterTests--01-default.iz8e6MqG.avif 349w, /_app/immutable/assets/FilterTests--01-default.BsTWeyqq.avif 360w, /_app/immutable/assets/FilterTests--01-default.DZ81TnKN.avif 385w, /_app/immutable/assets/FilterTests--01-default.DLlrW1fu.avif 414w, /_app/immutable/assets/FilterTests--01-default.DXZuodOU.avif 768w, /_app/immutable/assets/FilterTests--01-default.CnVEvYDU.avif 1440w, /_app/immutable/assets/FilterTests--01-default.Dq5ezcSL.avif 1536w, /_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-default.Di92YmSP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: default</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"15\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: initial filters</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"16\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--01-current-month.D6HquhR6.avif 197w, /_app/immutable/assets/FilterTests--01-current-month.BB16EuGO.avif 263w, /_app/immutable/assets/FilterTests--01-current-month.4xJvDdYQ.avif 349w, /_app/immutable/assets/FilterTests--01-current-month.aFj6Ij51.avif 360w, /_app/immutable/assets/FilterTests--01-current-month.CarPAFvv.avif 385w, /_app/immutable/assets/FilterTests--01-current-month.BzvBpSa3.avif 414w, /_app/immutable/assets/FilterTests--01-current-month.j8NrXz5x.avif 768w, /_app/immutable/assets/FilterTests--01-current-month.BcG0JZa4.avif 1440w, /_app/immutable/assets/FilterTests--01-current-month.BK8HpwCD.avif 1536w, /_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-current-month.D4JcraF0.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"17\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-only-current-month.Da1WlwRe.avif 197w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.tTp-6npo.avif 263w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.BpK0fDh9.avif 349w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.DLWdxaui.avif 360w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.RHZepD7-.avif 385w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.qPKZYvAT.avif 414w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.BlcU-xLk.avif 768w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.TW7m54c-.avif 1440w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.CVSFDWDh.avif 1536w, /_app/immutable/assets/FilterTests--02-acme-only-current-month.g14ZG-RW.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-only-current-month.g14ZG-RW.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-only-current-month.B5lWk5KR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: acme only current month</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"18\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.Ujx66sIn.avif 197w, /_app/immutable/assets/FilterTests--02-acme-selected.CQrX9HIX.avif 263w, /_app/immutable/assets/FilterTests--02-acme-selected.tcck67hx.avif 349w, /_app/immutable/assets/FilterTests--02-acme-selected.DuEjMqqJ.avif 360w, /_app/immutable/assets/FilterTests--02-acme-selected.CK1Hx2Cc.avif 385w, /_app/immutable/assets/FilterTests--02-acme-selected.Br-mAwfr.avif 414w, /_app/immutable/assets/FilterTests--02-acme-selected.DjQic9Is.avif 768w, /_app/immutable/assets/FilterTests--02-acme-selected.DB8dQ--A.avif 1440w, /_app/immutable/assets/FilterTests--02-acme-selected.DV-egyG0.avif 1536w, /_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected.Crqxxqbz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: acme selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"19\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all filters visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"20\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.DN3o9Y7V.avif 197w, /_app/immutable/assets/FilterTests--02-calendar-open.C5j5RWzZ.avif 263w, /_app/immutable/assets/FilterTests--02-calendar-open.JSqeki03.avif 349w, /_app/immutable/assets/FilterTests--02-calendar-open.D_LZinLS.avif 360w, /_app/immutable/assets/FilterTests--02-calendar-open.bfcAc-5E.avif 385w, /_app/immutable/assets/FilterTests--02-calendar-open.BU4RMeJO.avif 414w, /_app/immutable/assets/FilterTests--02-calendar-open.BSyRLIG5.avif 768w, /_app/immutable/assets/FilterTests--02-calendar-open.BbeSPbeA.avif 1440w, /_app/immutable/assets/FilterTests--02-calendar-open.Cbz-wvVp.avif 1536w, /_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.B8A_9dZ_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: calendar open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"21\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: expanded</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"22\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-acme-selected.Ujx66sIn.avif 197w, /_app/immutable/assets/FilterTests--02-acme-selected.CQrX9HIX.avif 263w, /_app/immutable/assets/FilterTests--02-acme-selected.tcck67hx.avif 349w, /_app/immutable/assets/FilterTests--02-acme-selected.DuEjMqqJ.avif 360w, /_app/immutable/assets/FilterTests--02-acme-selected.CK1Hx2Cc.avif 385w, /_app/immutable/assets/FilterTests--02-acme-selected.Br-mAwfr.avif 414w, /_app/immutable/assets/FilterTests--02-acme-selected.DjQic9Is.avif 768w, /_app/immutable/assets/FilterTests--02-acme-selected.DB8dQ--A.avif 1440w, /_app/immutable/assets/FilterTests--02-acme-selected.DV-egyG0.avif 1536w, /_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-acme-selected.B_sLKbLz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-acme-selected.Crqxxqbz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: only acme</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"23\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-only-untagged.COjwznxx.avif 197w, /_app/immutable/assets/FilterTests--02-only-untagged.C3x5HcBJ.avif 263w, /_app/immutable/assets/FilterTests--02-only-untagged.CUDUPj-3.avif 349w, /_app/immutable/assets/FilterTests--02-only-untagged.CkINsEGn.avif 360w, /_app/immutable/assets/FilterTests--02-only-untagged.0fVMJbtm.avif 385w, /_app/immutable/assets/FilterTests--02-only-untagged.Df9bCBFU.avif 414w, /_app/immutable/assets/FilterTests--02-only-untagged.DxMG20MS.avif 768w, /_app/immutable/assets/FilterTests--02-only-untagged.B4dJVMMO.avif 1440w, /_app/immutable/assets/FilterTests--02-only-untagged.BmIRJJSD.avif 1536w, /_app/immutable/assets/FilterTests--02-only-untagged.DlWNnpo_.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-only-untagged.DlWNnpo_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-only-untagged.VWcFWt21.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: only untagged</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"24\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-search-startup.C8CKWdBX.avif 197w, /_app/immutable/assets/FilterTests--02-search-startup.CgMnkMf2.avif 263w, /_app/immutable/assets/FilterTests--02-search-startup.CoCS8HZC.avif 349w, /_app/immutable/assets/FilterTests--02-search-startup.C5QnseZl.avif 360w, /_app/immutable/assets/FilterTests--02-search-startup.iu9QfWQN.avif 385w, /_app/immutable/assets/FilterTests--02-search-startup.ZQM7B4EO.avif 414w, /_app/immutable/assets/FilterTests--02-search-startup.CLI25QGo.avif 768w, /_app/immutable/assets/FilterTests--02-search-startup.C8zRSiIi.avif 1440w, /_app/immutable/assets/FilterTests--02-search-startup.DQruFphA.avif 1536w, /_app/immutable/assets/FilterTests--02-search-startup.Cu-4sAr3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-search-startup.Cu-4sAr3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-search-startup.C5sxFjx3.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: search startup</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"25\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--03-acme-cleared.BLGR4Js9.avif 263w, /_app/immutable/assets/FilterTests--03-acme-cleared.C3hwsCJs.avif 349w, /_app/immutable/assets/FilterTests--03-acme-cleared.BaVulldb.avif 360w, /_app/immutable/assets/FilterTests--03-acme-cleared.D0QCjyuo.avif 385w, /_app/immutable/assets/FilterTests--03-acme-cleared.DBaRC0i4.avif 414w, /_app/immutable/assets/FilterTests--03-acme-cleared.Dsvt9wXx.avif 768w, /_app/immutable/assets/FilterTests--03-acme-cleared.yFMqXtwS.avif 1440w, /_app/immutable/assets/FilterTests--03-acme-cleared.1IMswuef.avif 1536w, /_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: acme cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"26\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--03-acme-cleared.BLGR4Js9.avif 263w, /_app/immutable/assets/FilterTests--03-acme-cleared.C3hwsCJs.avif 349w, /_app/immutable/assets/FilterTests--03-acme-cleared.BaVulldb.avif 360w, /_app/immutable/assets/FilterTests--03-acme-cleared.D0QCjyuo.avif 385w, /_app/immutable/assets/FilterTests--03-acme-cleared.DBaRC0i4.avif 414w, /_app/immutable/assets/FilterTests--03-acme-cleared.Dsvt9wXx.avif 768w, /_app/immutable/assets/FilterTests--03-acme-cleared.yFMqXtwS.avif 1440w, /_app/immutable/assets/FilterTests--03-acme-cleared.1IMswuef.avif 1536w, /_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-acme-cleared.Dg5DWzPT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all restored</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"27\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-acme-cleared.DIPn2_NC.avif 197w, /_app/immutable/assets/FilterTests--01-before-search.CDrXPuKc.avif 263w, /_app/immutable/assets/FilterTests--01-before-search.C38Yc59S.avif 349w, /_app/immutable/assets/FilterTests--01-before-search.DNzUcu7N.avif 360w, /_app/immutable/assets/FilterTests--01-before-search.BzjXTTEI.avif 385w, /_app/immutable/assets/FilterTests--01-before-search.DPZlIGyJ.avif 414w, /_app/immutable/assets/FilterTests--01-before-search.BJ3v5WWn.avif 768w, /_app/immutable/assets/FilterTests--01-before-search.CNBX9Dug.avif 1440w, /_app/immutable/assets/FilterTests--01-before-search.BrhjPZlm.avif 1536w, /_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--01-before-search.CxTPs2yl.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-default.CWkyWrxy.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"28\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-collapsed-again.CL9woUqL.avif 197w, /_app/immutable/assets/FilterTests--03-collapsed-again.CEJ5SZWH.avif 263w, /_app/immutable/assets/FilterTests--01-collapsed.Cfy_sw1E.avif 349w, /_app/immutable/assets/FilterTests--01-collapsed.DOM4qNZf.avif 360w, /_app/immutable/assets/FilterTests--01-collapsed.ChOkfGD8.avif 385w, /_app/immutable/assets/FilterTests--01-collapsed.WwD5VolS.avif 414w, /_app/immutable/assets/FilterTests--03-collapsed-again.Bh5V3AiE.avif 768w, /_app/immutable/assets/FilterTests--03-collapsed-again.CA_kMmie.avif 1440w, /_app/immutable/assets/FilterTests--03-collapsed-again.BRvNLtND.avif 1536w, /_app/immutable/assets/FilterTests--03-collapsed-again.ROhdqmz3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-collapsed-again.ROhdqmz3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: collapsed again</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"29\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--03-search-cleared.CbFUFuWm.avif 197w, /_app/immutable/assets/FilterTests--03-search-cleared.DSvRmWEb.avif 263w, /_app/immutable/assets/FilterTests--03-search-cleared.BT76_gsF.avif 349w, /_app/immutable/assets/FilterTests--03-search-cleared.DrCO6Kut.avif 360w, /_app/immutable/assets/FilterTests--03-search-cleared.BN0V9UbC.avif 385w, /_app/immutable/assets/FilterTests--03-search-cleared.Bj8wdag9.avif 414w, /_app/immutable/assets/FilterTests--03-search-cleared.CWPkATA5.avif 768w, /_app/immutable/assets/FilterTests--03-search-cleared.DjcRbZ6C.avif 1440w, /_app/immutable/assets/FilterTests--03-search-cleared.Du8asPCJ.avif 1536w, /_app/immutable/assets/FilterTests--03-search-cleared.Dkasu4Ro.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--03-search-cleared.Dkasu4Ro.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--03-search-cleared.C5mWvAtD.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: search cleared</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"30\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--04-all-tags-full-year.DuhmsZXG.avif 197w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.Ctf7a1bc.avif 263w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.BbJPCJq8.avif 349w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.yHFCkWvW.avif 360w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.CFh8b-HV.avif 385w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.C16Qxh9v.avif 414w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.Dom3fRLs.avif 768w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.BWNTwy6I.avif 1440w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.CuTT5muQ.avif 1536w, /_app/immutable/assets/FilterTests--04-all-tags-full-year.Diij9Cnm.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--04-all-tags-full-year.Diij9Cnm.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--04-all-tags-full-year.Cg6fN0GG.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: all tags full year</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"31\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/FilterTests--02-calendar-open.DN3o9Y7V.avif 197w, /_app/immutable/assets/FilterTests--02-calendar-open.C5j5RWzZ.avif 263w, /_app/immutable/assets/FilterTests--02-calendar-open.JSqeki03.avif 349w, /_app/immutable/assets/FilterTests--02-calendar-open.D_LZinLS.avif 360w, /_app/immutable/assets/FilterTests--02-calendar-open.bfcAc-5E.avif 385w, /_app/immutable/assets/FilterTests--02-calendar-open.BU4RMeJO.avif 414w, /_app/immutable/assets/FilterTests--02-calendar-open.BSyRLIG5.avif 768w, /_app/immutable/assets/FilterTests--02-calendar-open.BbeSPbeA.avif 1440w, /_app/immutable/assets/FilterTests--02-calendar-open.Cbz-wvVp.avif 1536w, /_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/FilterTests--02-calendar-open.Bvo-T1Tz.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--02-calendar-open.B8A_9dZ_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Filter: current month selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"32\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-app-launched.Bqn7I0LG.avif 197w, /_app/immutable/assets/PerformanceTests--01-app-launched.CwznoUbB.avif 263w, /_app/immutable/assets/PerformanceTests--01-app-launched.BOJOmtMW.avif 349w, /_app/immutable/assets/PerformanceTests--01-app-launched.-zFr7CNL.avif 360w, /_app/immutable/assets/PerformanceTests--01-app-launched.KSsOglJK.avif 385w, /_app/immutable/assets/PerformanceTests--01-app-launched.4a7e76ne.avif 414w, /_app/immutable/assets/PerformanceTests--01-app-launched.Cn9Mt_t5.avif 768w, /_app/immutable/assets/PerformanceTests--01-app-launched.Bn5OcrAv.avif 1440w, /_app/immutable/assets/PerformanceTests--01-app-launched.C01g6rQ2.avif 1536w, /_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: app launched</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"33\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-export.C0qn0ptA.avif 197w, /_app/immutable/assets/PerformanceTests--01-before-export.BmjaHAnE.avif 263w, /_app/immutable/assets/PerformanceTests--01-before-export.DGy2amSm.avif 349w, /_app/immutable/assets/PerformanceTests--01-before-export.03pUFvZI.avif 360w, /_app/immutable/assets/PerformanceTests--01-before-export.B4mJPtVw.avif 385w, /_app/immutable/assets/PerformanceTests--01-before-export.BhNe793S.avif 414w, /_app/immutable/assets/PerformanceTests--01-before-export.DMV-5INE.avif 768w, /_app/immutable/assets/PerformanceTests--01-before-export.DkuNPrww.avif 1440w, /_app/immutable/assets/PerformanceTests--01-before-export.DtM7Da2N.avif 1536w, /_app/immutable/assets/PerformanceTests--01-before-export.BtiozHqM.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-export.BtiozHqM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: before export</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"34\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.DOL7qq5y.avif 197w, /_app/immutable/assets/PerformanceTests--01-before-scroll.D-RX31Jp.avif 263w, /_app/immutable/assets/PerformanceTests--01-before-scroll.DE74JOIj.avif 349w, /_app/immutable/assets/PerformanceTests--01-before-scroll.DV238Vjs.avif 360w, /_app/immutable/assets/PerformanceTests--01-before-scroll.B85OWw5V.avif 385w, /_app/immutable/assets/PerformanceTests--01-before-scroll.C4S05jBL.avif 414w, /_app/immutable/assets/PerformanceTests--01-before-scroll.BLC-vy-o.avif 768w, /_app/immutable/assets/PerformanceTests--01-before-scroll.v5PkFc9A.avif 1440w, /_app/immutable/assets/PerformanceTests--01-before-scroll.D3wJrjUV.avif 1536w, /_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: before scroll</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"35\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.Dgpu8Zkl.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.DOpsUMdK.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dwg2mb2T.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Bjpnkm5z.avif 360w, /_app/immutable/assets/PerformanceTests--01-export-sheet.WvGQlNTx.avif 385w, /_app/immutable/assets/PerformanceTests--01-export-sheet.RDT27CzW.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.CKTrtCql.avif 768w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dry892zO.avif 1440w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-wHrcx5.avif 1536w, /_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C97d-FFb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: export sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"36\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-initial.D674GStl.avif 197w, /_app/immutable/assets/PerformanceTests--01-initial.uEWrwwgy.avif 263w, /_app/immutable/assets/PerformanceTests--01-initial.6FE-ZeEY.avif 349w, /_app/immutable/assets/PerformanceTests--01-initial.D46F_qDU.avif 360w, /_app/immutable/assets/PerformanceTests--01-initial.CF89-8kj.avif 385w, /_app/immutable/assets/PerformanceTests--01-initial.B054VeIv.avif 414w, /_app/immutable/assets/PerformanceTests--01-initial.9lky0XHY.avif 768w, /_app/immutable/assets/PerformanceTests--01-initial.BOI2oL0s.avif 1440w, /_app/immutable/assets/PerformanceTests--01-initial.COCMDzGG.avif 1536w, /_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"37\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.BvifPbJD.avif 197w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.DUQPMYga.avif 263w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.BZIZEYEk.avif 349w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.I6k0z_B3.avif 360w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.KJiKspIP.avif 385w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.CtT-FUL_.avif 414w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.CIGYX2iE.avif 768w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.VXmPz44a.avif 1440w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.D7JpWsQE.avif 1536w, /_app/immutable/assets/PerformanceTests--02-after-scroll-down.D9Y3Hgn3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-after-scroll-down.D9Y3Hgn3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.DvIcQLml.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: after scroll down</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"38\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-app-launched.Bqn7I0LG.avif 197w, /_app/immutable/assets/PerformanceTests--01-app-launched.CwznoUbB.avif 263w, /_app/immutable/assets/PerformanceTests--01-app-launched.BOJOmtMW.avif 349w, /_app/immutable/assets/PerformanceTests--01-app-launched.-zFr7CNL.avif 360w, /_app/immutable/assets/PerformanceTests--01-app-launched.KSsOglJK.avif 385w, /_app/immutable/assets/PerformanceTests--01-app-launched.4a7e76ne.avif 414w, /_app/immutable/assets/PerformanceTests--01-app-launched.Cn9Mt_t5.avif 768w, /_app/immutable/assets/PerformanceTests--01-app-launched.Bn5OcrAv.avif 1440w, /_app/immutable/assets/PerformanceTests--01-app-launched.C01g6rQ2.avif 1536w, /_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-app-launched.0ctpULry.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: content loaded</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"39\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DvSpBl6O.avif 197w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.D5SNLEX8.avif 263w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.6m9lTP-5.avif 349w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.DDBBKdJc.avif 360w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.CHkA0Eyk.avif 385w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.Bvm9nhQ7.avif 414w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.BS3qimbl.avif 768w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.DBOu1bFd.avif 1440w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.C2iskkGn.avif 1536w, /_app/immutable/assets/PerformanceTests--02-export-sheet-open.CzEhf97d.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--02-export-sheet-open.CzEhf97d.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--02-export-sheet-open.DsbMF2Gf.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: export sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"40\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-initial.D674GStl.avif 197w, /_app/immutable/assets/PerformanceTests--01-initial.uEWrwwgy.avif 263w, /_app/immutable/assets/PerformanceTests--01-initial.6FE-ZeEY.avif 349w, /_app/immutable/assets/PerformanceTests--01-initial.D46F_qDU.avif 360w, /_app/immutable/assets/PerformanceTests--01-initial.CF89-8kj.avif 385w, /_app/immutable/assets/PerformanceTests--01-initial.B054VeIv.avif 414w, /_app/immutable/assets/PerformanceTests--01-initial.9lky0XHY.avif 768w, /_app/immutable/assets/PerformanceTests--01-initial.BOI2oL0s.avif 1440w, /_app/immutable/assets/PerformanceTests--01-initial.COCMDzGG.avif 1536w, /_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-initial.CBgiP41v.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: history visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"41\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.Dgpu8Zkl.avif 197w, /_app/immutable/assets/PerformanceTests--01-export-sheet.DOpsUMdK.avif 263w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dwg2mb2T.avif 349w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Bjpnkm5z.avif 360w, /_app/immutable/assets/PerformanceTests--01-export-sheet.WvGQlNTx.avif 385w, /_app/immutable/assets/PerformanceTests--01-export-sheet.RDT27CzW.avif 414w, /_app/immutable/assets/PerformanceTests--01-export-sheet.CKTrtCql.avif 768w, /_app/immutable/assets/PerformanceTests--01-export-sheet.Dry892zO.avif 1440w, /_app/immutable/assets/PerformanceTests--01-export-sheet.B-wHrcx5.avif 1536w, /_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-export-sheet.CCwMRRgB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-export-sheet.C97d-FFb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: pdf selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"42\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.DOL7qq5y.avif 197w, /_app/immutable/assets/PerformanceTests--01-before-scroll.D-RX31Jp.avif 263w, /_app/immutable/assets/PerformanceTests--01-before-scroll.DE74JOIj.avif 349w, /_app/immutable/assets/PerformanceTests--01-before-scroll.DV238Vjs.avif 360w, /_app/immutable/assets/PerformanceTests--01-before-scroll.B85OWw5V.avif 385w, /_app/immutable/assets/PerformanceTests--01-before-scroll.C4S05jBL.avif 414w, /_app/immutable/assets/PerformanceTests--01-before-scroll.BLC-vy-o.avif 768w, /_app/immutable/assets/PerformanceTests--01-before-scroll.v5PkFc9A.avif 1440w, /_app/immutable/assets/PerformanceTests--01-before-scroll.D3wJrjUV.avif 1536w, /_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--01-before-scroll.BAETMnQc.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--01-initial.9fzli4ZE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: after scroll up</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"43\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--03-report-generated.CBPYTs3F.avif 197w, /_app/immutable/assets/PerformanceTests--03-report-generated.NFwhOZuI.avif 263w, /_app/immutable/assets/PerformanceTests--03-report-generated.CxxSLl77.avif 349w, /_app/immutable/assets/PerformanceTests--03-report-generated.Bm4l7wpn.avif 360w, /_app/immutable/assets/PerformanceTests--03-report-generated.dX3eUSJH.avif 385w, /_app/immutable/assets/PerformanceTests--03-report-generated.CnCveB3d.avif 414w, /_app/immutable/assets/PerformanceTests--03-report-generated.SdgG1ZwF.avif 768w, /_app/immutable/assets/PerformanceTests--03-report-generated.CxmWjVgo.avif 1440w, /_app/immutable/assets/PerformanceTests--03-report-generated._Jbm0v1-.avif 1536w, /_app/immutable/assets/PerformanceTests--03-report-generated.D5FH6rLk.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--03-report-generated.D5FH6rLk.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--03-report-generated.Bdj20agA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: report generated</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"44\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.DgTUMotp.avif 197w, /_app/immutable/assets/PerformanceTests--benchmark-complete.CijIbVqn.avif 263w, /_app/immutable/assets/PerformanceTests--benchmark-complete.CEPKGf1o.avif 349w, /_app/immutable/assets/PerformanceTests--benchmark-complete.Ciadx4VE.avif 360w, /_app/immutable/assets/PerformanceTests--benchmark-complete.BhxDqOc6.avif 385w, /_app/immutable/assets/PerformanceTests--benchmark-complete.DIr1PQpY.avif 414w, /_app/immutable/assets/PerformanceTests--benchmark-complete.CPuFXy-8.avif 768w, /_app/immutable/assets/PerformanceTests--benchmark-complete.CioLOzmN.avif 1440w, /_app/immutable/assets/PerformanceTests--benchmark-complete.BtpP54pf.avif 1536w, /_app/immutable/assets/PerformanceTests--benchmark-complete.Bvyqs-nk.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/PerformanceTests--benchmark-complete.Bvyqs-nk.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/PerformanceTests--benchmark-complete.DvIcQLml.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Performance: benchmark complete</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"45\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.D_7FXENT.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.C3a5MhXO.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.D5fE4AYY.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-before-share.DqUoC_2v.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: before share</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"46\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Bfdq-jZ_.avif 197w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.gMAU2nCB.avif 263w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.8oCs_7sU.avif 349w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Ddvp47GF.avif 360w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.B27KkJSE.avif 385w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.CZ4UbNIn.avif 414w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Co4wU6od.avif 768w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.C563VFEj.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.DtA5hRM8.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.D1SIV7Ij.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.D1SIV7Ij.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-edit-sheet-open.Du1_F2Tw.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: edit sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"47\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.D_7FXENT.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.C3a5MhXO.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.D5fE4AYY.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-before-share.DqUoC_2v.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: history before edit</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"48\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.BmUPmIKW.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.Bm0WmZhb.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.WpuY-545.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.C71NcjmC.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: initial with records</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"49\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.BmUPmIKW.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.Bm0WmZhb.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.WpuY-545.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.C71NcjmC.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"50\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.8jz7xKYA.avif 197w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.CaLDATCV.avif 263w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.B2oxykgp.avif 349w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.Csbi9Cwb.avif 360w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.CxXCWELh.avif 385w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.BYbaHG5U.avif 414w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.Blg1PyqV.avif 768w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.BNXJjQ1R.avif 1440w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.BhVpq4d-.avif 1536w, /_app/immutable/assets/RecordEditingTests--02-history-record-editing.Y0NvnDrX.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-history-record-editing.Y0NvnDrX.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-history-record-editing.B45CEkTS.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: history record editing</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"51\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.D_7FXENT.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.C3a5MhXO.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.D5fE4AYY.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-before-share.DqUoC_2v.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: scrolled history</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"52\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.DYCu27Qx.avif 197w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.44-F_6Vr.avif 263w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Clf8rVnv.avif 349w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.CtlVP8PX.avif 360w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Ca0ZAZrV.avif 385w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.DjY0bbX9.avif 414w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.c-jI8SZp.avif 768w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.DWJA0y7_.avif 1440w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.CfvM2-dg.avif 1536w, /_app/immutable/assets/RecordEditingTests--02-share-sheet-open.BoSpmPgJ.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.BoSpmPgJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Dc7aKKDn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"53\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.ZhdMY6EO.avif 197w, /_app/immutable/assets/RecordEditingTests--02-timer-running.BCrVt4jQ.avif 263w, /_app/immutable/assets/RecordEditingTests--02-timer-running.Bg3kVOBK.avif 349w, /_app/immutable/assets/RecordEditingTests--02-timer-running.BF1vJj04.avif 360w, /_app/immutable/assets/RecordEditingTests--02-timer-running.26AJHIbc.avif 385w, /_app/immutable/assets/RecordEditingTests--02-timer-running.Diu0HeRW.avif 414w, /_app/immutable/assets/RecordEditingTests--02-timer-running.CmJt0Rz0.avif 768w, /_app/immutable/assets/RecordEditingTests--02-timer-running.DgusLd3T.avif 1440w, /_app/immutable/assets/RecordEditingTests--02-timer-running.QKNOmIMC.avif 1536w, /_app/immutable/assets/RecordEditingTests--02-timer-running.kxr6l_bY.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--02-timer-running.kxr6l_bY.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-timer-running.Ckb2sWux.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: timer running</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"54\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.BmUPmIKW.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.Bm0WmZhb.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.WpuY-545.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.C71NcjmC.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: after save</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"55\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.CIos4vnz.avif 197w, /_app/immutable/assets/RecordEditingTests--03-comment-added.zZT59sgr.avif 263w, /_app/immutable/assets/RecordEditingTests--03-comment-added.Bl1vxkYa.avif 349w, /_app/immutable/assets/RecordEditingTests--03-comment-added.Bonqe1U-.avif 360w, /_app/immutable/assets/RecordEditingTests--03-comment-added.C7M7IkFX.avif 385w, /_app/immutable/assets/RecordEditingTests--03-comment-added.Bvu65rnO.avif 414w, /_app/immutable/assets/RecordEditingTests--03-comment-added.Vfgh7Vmq.avif 768w, /_app/immutable/assets/RecordEditingTests--03-comment-added.CQYYvQYr.avif 1440w, /_app/immutable/assets/RecordEditingTests--03-comment-added.BO4WZALB.avif 1536w, /_app/immutable/assets/RecordEditingTests--03-comment-added.H0s4O_e1.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-comment-added.H0s4O_e1.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--03-comment-added.CzbLSHaz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: comment added</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"56\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-before-share.BGuKI_z0.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-before-share.D_7FXENT.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-before-share.C3a5MhXO.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-before-share.D5fE4AYY.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-before-share.DqUoC_2v.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-before-share.yrTtUnS3.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: record with tag visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"57\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.8wa3n6aY.avif 197w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Bz1PrgVF.avif 263w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.BIb1plQR.avif 349w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.DGp-NfMb.avif 360w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.BHhNV8H5.avif 385w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Bxz97_co.avif 414w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.CQjlmPpf.avif 768w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.JmEENrlJ.avif 1440w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.DDS6NH-K.avif 1536w, /_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Dd7lYDtG.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--03-share-sheet-still-open.Dd7lYDtG.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--02-share-sheet-open.Dc7aKKDn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet still open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"58\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.BmUPmIKW.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.Bm0WmZhb.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.WpuY-545.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.C71NcjmC.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: form properly closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"59\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.DSqPy_mG.avif 197w, /_app/immutable/assets/RecordEditingTests--01-before-share.Bar5kcXh.avif 263w, /_app/immutable/assets/RecordEditingTests--01-before-share.C_pfSx8G.avif 349w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.BmUPmIKW.avif 360w, /_app/immutable/assets/RecordEditingTests--01-before-share.Cr5ORgOA.avif 385w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.Bm0WmZhb.avif 414w, /_app/immutable/assets/RecordEditingTests--01-before-share.wmuwD4SQ.avif 768w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.WpuY-545.avif 1440w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.C71NcjmC.avif 1536w, /_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/RecordEditingTests--01-initial-with-records.CarpvYlw.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Record Editing: share sheet closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"60\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.XeGPKp9g.avif 197w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.D-cAjdPz.avif 263w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.B6qEYGan.avif 349w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.D1lM9OCu.avif 360w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BVTMysl2.avif 385w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.D56JJWZ7.avif 414w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.XdFCo6lE.avif 768w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.wewBkiT3.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.Bz-C_zIn.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BPF1xpq8.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.BPF1xpq8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.CGaR6ptb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: csv format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"61\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DhbcbEmj.avif 263w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DpWKAUJe.avif 349w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BD4NMGj4.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DJu5a6YS.avif 385w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CVntJZTw.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.J45jWlXp.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BFLonXWe.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DTJeutAG.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet formats</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"62\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DhbcbEmj.avif 263w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DpWKAUJe.avif 349w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BD4NMGj4.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DJu5a6YS.avif 385w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CVntJZTw.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.J45jWlXp.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BFLonXWe.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DTJeutAG.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"63\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DhbcbEmj.avif 263w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DpWKAUJe.avif 349w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BD4NMGj4.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DJu5a6YS.avif 385w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CVntJZTw.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.J45jWlXp.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BFLonXWe.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DTJeutAG.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"64\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.s01IZDIH.avif 197w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.BF7yEUMB.avif 263w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.Ch1bwEEM.avif 349w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.CiF_DoyW.avif 360w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.ZZxw0A37.avif 385w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.BRko1ZU9.avif 414w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.2_7LZu7Q.avif 768w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.DwBaNInL.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.DrwPeS2_.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-png-format-selected.B22FHtbB.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-png-format-selected.B22FHtbB.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: png format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"65\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.Cfo4cR5-.avif 197w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.DuLJy6-E.avif 263w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.MXifSZmX.avif 349w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.DzXssdxi.avif 360w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.CHkxLw7e.avif 385w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.LaMj76eC.avif 414w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BhXHa8gF.avif 768w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BVUc7zOw.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.DrF91DXO.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BKBOYy8i.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-svg-format-selected.BKBOYy8i.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-csv-format-selected.CGaR6ptb.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: svg format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"66\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.BoGNq6-i.avif 197w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.B_NbmfBg.avif 263w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.nIftpk4f.avif 349w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.BSpkUyw6.avif 360w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.CLAQb-dB.avif 385w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.D5Zxb7rh.avif 414w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.B0Ab_ky4.avif 768w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.B9BK9eul.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.B_Tidn1s.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-csv-preview.DW3cSzbL.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-csv-preview.DW3cSzbL.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-csv-preview.BeB6let-.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: csv preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"67\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.BF5ymgkM.avif 197w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.vhZiX8ia.avif 263w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.CmYlFJAY.avif 349w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.Ph1g7vL0.avif 360w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.DAryYJoV.avif 385w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.CgipJMfH.avif 414w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.D8X7Eckw.avif 768w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.gFlzCnSB.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.CU_pjROe.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.vuTGZYt2.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-export-sheet-closed.vuTGZYt2.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/RecordEditingTests--01-before-share.DVUJ0zEu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: export sheet closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"68\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.itGh8W-a.avif 197w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.C-15LSwU.avif 263w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.DVyyDNPr.avif 349w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.BAbPgbSN.avif 360w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.fM6Jg3NO.avif 385w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.CXkaopJe.avif 414w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.BKqznV-_.avif 768w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.BYcrbQhy.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.gtsyqsb0.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-generation-complete.CL2jk3aV.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-generation-complete.CL2jk3aV.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-generation-complete.2QsRcqBG.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: generation complete</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"69\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.DW_kSyms.avif 197w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.DoQPsmFY.avif 263w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.LS4pBuUa.avif 349w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.DqZHDkxs.avif 360w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.BZFug7X9.avif 385w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.DI7mcSNJ.avif 414w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.DI9nBmyV.avif 768w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.B1hElEvA.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.DnmLdsbs.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-pdf-preview.VelKRjAj.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-pdf-preview.VelKRjAj.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-pdf-preview.CUvBEybo.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"70\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.624e6FlZ.avif 197w, /_app/immutable/assets/ReportFlowTests--02-png-preview.BPLJHjOY.avif 263w, /_app/immutable/assets/ReportFlowTests--02-png-preview.qPccrUSw.avif 349w, /_app/immutable/assets/ReportFlowTests--02-png-preview.C4a2nOWv.avif 360w, /_app/immutable/assets/ReportFlowTests--02-png-preview.4e75YPk5.avif 385w, /_app/immutable/assets/ReportFlowTests--02-png-preview.BS8A7lMQ.avif 414w, /_app/immutable/assets/ReportFlowTests--02-png-preview.6ruF6pz1.avif 768w, /_app/immutable/assets/ReportFlowTests--02-png-preview.eyurLsAn.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-png-preview.0phlQzo1.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-png-preview.D6VMZu-p.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-png-preview.D6VMZu-p.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-png-preview.CaIChW8p.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: png preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"71\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.E54KCHOi.avif 197w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.BZ5jGmUy.avif 263w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.C9vfdUyg.avif 349w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.DRDmUJUU.avif 360w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.CERb7aJO.avif 385w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.CFpoSB9U.avif 414w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.Dfc-ddIG.avif 768w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.DCaFlXi3.avif 1440w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.CGIX7_nc.avif 1536w, /_app/immutable/assets/ReportFlowTests--02-svg-preview.wQ3R5pYx.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--02-svg-preview.wQ3R5pYx.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--02-svg-preview.BTDshTCc.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: svg preview</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"72\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CNgJC3An.avif 197w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DhbcbEmj.avif 263w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DpWKAUJe.avif 349w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BD4NMGj4.avif 360w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DJu5a6YS.avif 385w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.CVntJZTw.avif 414w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.J45jWlXp.avif 768w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.BFLonXWe.avif 1440w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.DTJeutAG.avif 1536w, /_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportFlowTests--01-export-sheet-formats.C72STMXT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportFlowTests--01-png-format-selected.DofUcIUV.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report Flow: pdf preview closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"73\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.C9kfiKq3.avif 197w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.DFW2DHUr.avif 263w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.i3UlgY0f.avif 349w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.QTzS6lUm.avif 360w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.C2fFwNE-.avif 385w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.KwhFGHqA.avif 414w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.Bvu8XA2T.avif 768w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.d8p7I7lq.avif 1440w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.CEmnTVbC.avif 1536w, /_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.CbYTl0e4.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.CbYTl0e4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-pdf-format-selected.JDR3iMPC.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: pdf format selected</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"74\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.GdqQTiN4.avif 197w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.CmPt5H4x.avif 263w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.Bovpv5ma.avif 349w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.Cte9Sz9g.avif 360w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.CejEpcI-.avif 385w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.7G6CCfkB.avif 414w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.0jmQrMQR.avif 768w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.Bl-JtJ3i.avif 1440w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.4O7b3vvm.avif 1536w, /_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.B4b9bD2F.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.B4b9bD2F.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-png-preview-with-images.C2CdPS_Q.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: png preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"75\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BwEo_nmn.avif 197w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.BDFxZJDC.avif 263w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.C2eizVmR.avif 349w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.Dn5u3KZz.avif 360w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.D14mP0Q9.avif 385w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.52GTsblk.avif 414w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.rd2pvVW6.avif 768w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.CLusfZ9e.avif 1440w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.4TnGM5CK.avif 1536w, /_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.C83sO55X.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.C83sO55X.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--01-svg-preview-with-images.DhktuSex.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: svg preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"76\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.-ZyErfR0.avif 197w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B1nXBVjw.avif 263w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.AwRC9PsI.avif 349w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.CpqS9ij0.avif 360w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DMGJuUMT.avif 385w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.oT1mqcHc.avif 414w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.BHCHNHVK.avif 768w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.BH5GB0Sz.avif 1440w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.8Ayi6fMV.avif 1536w, /_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DEYuwQKS.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.DEYuwQKS.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/ReportWithImagesTests--02-pdf-preview-with-images.B6L2MPcu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Report With Images: pdf preview with images</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"77\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.CvNFN5tk.avif 197w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BN_LvJCr.avif 263w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.D6ba-pVA.avif 349w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.CiJhgTZH.avif 360w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.CBeBKQKH.avif 385w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.pZ5UD8TV.avif 414w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.DdhVzXBS.avif 768w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BjyuRF4H.avif 1440w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BatUsnL7.avif 1536w, /_app/immutable/assets/SettingsTests--01-add-tag-sheet.BmHE3PU7.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BmHE3PU7.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-add-tag-sheet.BzoyMEVn.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: add tag sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"78\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-export-sheet.CGh4K1iM.avif 197w, /_app/immutable/assets/SettingsTests--01-export-sheet.B9elutLE.avif 263w, /_app/immutable/assets/SettingsTests--01-export-sheet.Bot9AIjK.avif 349w, /_app/immutable/assets/SettingsTests--01-export-sheet.BA-cBcKp.avif 360w, /_app/immutable/assets/SettingsTests--01-export-sheet.DyVTYSk2.avif 385w, /_app/immutable/assets/SettingsTests--01-export-sheet.COFwtGVV.avif 414w, /_app/immutable/assets/SettingsTests--01-export-sheet.Bd9pQRpg.avif 768w, /_app/immutable/assets/SettingsTests--01-export-sheet.Cj-IuaXR.avif 1440w, /_app/immutable/assets/SettingsTests--01-export-sheet.Dg3v8_oV.avif 1536w, /_app/immutable/assets/SettingsTests--01-export-sheet.P7GfKOPJ.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-export-sheet.P7GfKOPJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-export-sheet.E7B1vmuu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: export sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"79\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-initial-with-data.DVhnPrjs.avif 197w, /_app/immutable/assets/SettingsTests--01-initial-with-data.CNShTimC.avif 263w, /_app/immutable/assets/SettingsTests--01-initial-with-data.DEyOmOZC.avif 349w, /_app/immutable/assets/SettingsTests--01-initial-with-data.xnLqiHQ8.avif 360w, /_app/immutable/assets/SettingsTests--01-initial-with-data.DwY4aIt9.avif 385w, /_app/immutable/assets/SettingsTests--01-initial-with-data.ScBFoc-O.avif 414w, /_app/immutable/assets/SettingsTests--01-initial-with-data.BWSrUzC1.avif 768w, /_app/immutable/assets/SettingsTests--01-initial-with-data.C_ncUav5.avif 1440w, /_app/immutable/assets/SettingsTests--01-initial-with-data.ChjvMORe.avif 1536w, /_app/immutable/assets/SettingsTests--01-initial-with-data.C2uH_yZT.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-initial-with-data.C2uH_yZT.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: initial with data</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"80\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-initial.ZWI3eTQQ.avif 197w, /_app/immutable/assets/SettingsTests--01-initial.CoER1P6c.avif 263w, /_app/immutable/assets/SettingsTests--01-initial.fHevU8NB.avif 349w, /_app/immutable/assets/SettingsTests--01-initial.dBLi7zxL.avif 360w, /_app/immutable/assets/SettingsTests--01-initial.DXWD1Dhd.avif 385w, /_app/immutable/assets/SettingsTests--01-initial.BzFJsLgd.avif 414w, /_app/immutable/assets/SettingsTests--01-initial.BdwG5T_U.avif 768w, /_app/immutable/assets/SettingsTests--01-initial.Chd5u63u.avif 1440w, /_app/immutable/assets/SettingsTests--01-initial.DWC3yOr_.avif 1536w, /_app/immutable/assets/SettingsTests--01-initial.Q6H8Yc2_.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-initial.Q6H8Yc2_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"81\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--01-settings-with-tags.BwtjsOPp.avif 197w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.CB7Bu1Qj.avif 263w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.CSYlRP_t.avif 349w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.DwdMvBFH.avif 360w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.D1F7H32e.avif 385w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.B9UKO12I.avif 414w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.ac7dlwOp.avif 768w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.BEuF-Sna.avif 1440w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.DWmxW8w-.avif 1536w, /_app/immutable/assets/SettingsTests--01-settings-with-tags.CMVtY-vM.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--01-settings-with-tags.CMVtY-vM.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings with tags</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"82\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-pin-button-visible.DtPQU7oy.avif 197w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.DLMicwul.avif 263w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.DFUYP-ec.avif 349w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.Bt4tLhxj.avif 360w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.C798j24u.avif 385w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.CTFidGPR.avif 414w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.Q4Nat5df.avif 768w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.G0g6SU2-.avif 1440w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.DWA3gVvv.avif 1536w, /_app/immutable/assets/SettingsTests--02-pin-button-visible.DZtOBNo_.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-pin-button-visible.DZtOBNo_.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: pin button visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"83\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-settings-open.BvbZ6JAm.avif 197w, /_app/immutable/assets/SettingsTests--02-settings-open.fWtK7SF0.avif 263w, /_app/immutable/assets/SettingsTests--02-settings-open.DDIGfyQ6.avif 349w, /_app/immutable/assets/SettingsTests--02-settings-open.DMYTCZVU.avif 360w, /_app/immutable/assets/SettingsTests--02-settings-open.r67LWnVn.avif 385w, /_app/immutable/assets/SettingsTests--02-settings-open.pTTymcsV.avif 414w, /_app/immutable/assets/SettingsTests--02-settings-open.qI1yXbTW.avif 768w, /_app/immutable/assets/SettingsTests--02-settings-open.BXO1VQb4.avif 1440w, /_app/immutable/assets/SettingsTests--02-settings-open.DVAk2zbf.avif 1536w, /_app/immutable/assets/SettingsTests--02-settings-open.BjfFrtMi.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-settings-open.BjfFrtMi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"84\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.DosFWH6j.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.D3px8r0u.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DLfTnJnv.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.CjUywK27.avif 360w, /_app/immutable/assets/SettingsTests--02-tags-visible.kwx55XKn.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.CER432zZ.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.Dfgl7W--.avif 768w, /_app/immutable/assets/SettingsTests--02-tags-visible.BPDRKLjX.avif 1440w, /_app/immutable/assets/SettingsTests--02-tags-visible.FSe2yXAy.avif 1536w, /_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: tags visible</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"85\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--03-pinned.BDN8A66l.avif 197w, /_app/immutable/assets/SettingsTests--03-pinned._XE1THy_.avif 263w, /_app/immutable/assets/SettingsTests--03-pinned.qjfidr6T.avif 349w, /_app/immutable/assets/SettingsTests--03-pinned.BSwMPZwx.avif 360w, /_app/immutable/assets/SettingsTests--03-pinned.DyJykhwG.avif 385w, /_app/immutable/assets/SettingsTests--03-pinned.CCmRRFtM.avif 414w, /_app/immutable/assets/SettingsTests--03-pinned.CUWA1fK6.avif 768w, /_app/immutable/assets/SettingsTests--03-pinned.OCxb2wNW.avif 1440w, /_app/immutable/assets/SettingsTests--03-pinned.7MAwLXOd.avif 1536w, /_app/immutable/assets/SettingsTests--03-pinned.D43-XX4B.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--03-pinned.D43-XX4B.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--03-pinned.DXt00ERA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: pinned</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"86\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--02-tags-visible.DosFWH6j.avif 197w, /_app/immutable/assets/SettingsTests--02-tags-visible.D3px8r0u.avif 263w, /_app/immutable/assets/SettingsTests--02-tags-visible.DLfTnJnv.avif 349w, /_app/immutable/assets/SettingsTests--02-tags-visible.CjUywK27.avif 360w, /_app/immutable/assets/SettingsTests--02-tags-visible.kwx55XKn.avif 385w, /_app/immutable/assets/SettingsTests--02-tags-visible.CER432zZ.avif 414w, /_app/immutable/assets/SettingsTests--02-tags-visible.Dfgl7W--.avif 768w, /_app/immutable/assets/SettingsTests--02-tags-visible.BPDRKLjX.avif 1440w, /_app/immutable/assets/SettingsTests--02-tags-visible.FSe2yXAy.avif 1536w, /_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--02-tags-visible.CtVVrOHi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--02-tags-visible.De6MSGlg.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: settings closed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"87\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/SettingsTests--04-unpinned.BOXuXF-s.avif 197w, /_app/immutable/assets/SettingsTests--04-unpinned.DIM8eIdH.avif 263w, /_app/immutable/assets/SettingsTests--04-unpinned.6OYpWKKh.avif 349w, /_app/immutable/assets/SettingsTests--04-unpinned.BHbkgaFS.avif 360w, /_app/immutable/assets/SettingsTests--04-unpinned.D8Qdqthf.avif 385w, /_app/immutable/assets/SettingsTests--04-unpinned.D4WRBT1_.avif 414w, /_app/immutable/assets/SettingsTests--04-unpinned.OU8n3vjg.avif 768w, /_app/immutable/assets/SettingsTests--04-unpinned.CLdv5ajt.avif 1440w, /_app/immutable/assets/SettingsTests--04-unpinned.BPoZiszk.avif 1536w, /_app/immutable/assets/SettingsTests--04-unpinned.C88bZLYi.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/SettingsTests--04-unpinned.C88bZLYi.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--03-pinned.DXt00ERA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Settings: unpinned</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"88\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--01-initial.DRXdRQ6P.avif 197w, /_app/immutable/assets/TagManagementTests--01-initial.BtKPUYb1.avif 263w, /_app/immutable/assets/TagManagementTests--01-initial.B0p0wX0F.avif 349w, /_app/immutable/assets/TagManagementTests--01-initial.b6xWcPC1.avif 360w, /_app/immutable/assets/TagManagementTests--01-initial.B84V9EO2.avif 385w, /_app/immutable/assets/TagManagementTests--01-initial.D4kx9N_K.avif 414w, /_app/immutable/assets/TagManagementTests--01-initial.D735CnKh.avif 768w, /_app/immutable/assets/TagManagementTests--01-initial.CfX5bpcR.avif 1440w, /_app/immutable/assets/TagManagementTests--01-initial.Hq9Jc_ID.avif 1536w, /_app/immutable/assets/TagManagementTests--01-initial.fmBoac-q.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--01-initial.fmBoac-q.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: initial</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"89\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-settings-open.D3-BQ_XP.avif 197w, /_app/immutable/assets/TagManagementTests--02-settings-open.CLWUvr1b.avif 263w, /_app/immutable/assets/TagManagementTests--02-settings-open.CYk2eNog.avif 349w, /_app/immutable/assets/TagManagementTests--02-settings-open.BZCaeFcu.avif 360w, /_app/immutable/assets/TagManagementTests--02-settings-open.BIJ2HZ6P.avif 385w, /_app/immutable/assets/TagManagementTests--02-settings-open.CDhcCBTR.avif 414w, /_app/immutable/assets/TagManagementTests--02-settings-open.DQP2exXU.avif 768w, /_app/immutable/assets/TagManagementTests--02-settings-open.DOO8e7Aa.avif 1440w, /_app/immutable/assets/TagManagementTests--02-settings-open.YopB6CNb.avif 1536w, /_app/immutable/assets/TagManagementTests--02-settings-open.CWHi_z0G.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-settings-open.CWHi_z0G.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--02-settings-open.C4NdMrN2.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: settings open</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"90\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--02-timer-started.BCQmK4Pi.avif 197w, /_app/immutable/assets/TagManagementTests--02-timer-started.CrZnk8pn.avif 263w, /_app/immutable/assets/TagManagementTests--02-timer-started.CmlufP2F.avif 349w, /_app/immutable/assets/TagManagementTests--02-timer-started.b9pocpr_.avif 360w, /_app/immutable/assets/TagManagementTests--02-timer-started.DFziPb1v.avif 385w, /_app/immutable/assets/TagManagementTests--02-timer-started.oegC-PYf.avif 414w, /_app/immutable/assets/TagManagementTests--02-timer-started.A3vHutjK.avif 768w, /_app/immutable/assets/TagManagementTests--02-timer-started.CSyqpm5-.avif 1440w, /_app/immutable/assets/TagManagementTests--02-timer-started.Dgp4fiv1.avif 1536w, /_app/immutable/assets/TagManagementTests--02-timer-started.C-wg_6IJ.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--02-timer-started.C-wg_6IJ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--02-timer-started.DGCEEB9B.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: timer started</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"91\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.CI1udnHd.avif 197w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.BaWM_rkj.avif 263w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.QIjBF4o_.avif 349w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.PUA5qM7P.avif 360w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.DX6tLs6t.avif 385w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.tQMQKtEJ.avif 414w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.CldkHLMM.avif 768w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.XtQGE8Nw.avif 1440w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.CakkJBG9.avif 1536w, /_app/immutable/assets/TagManagementTests--03-new-tag-sheet.C3hzxneh.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.C3hzxneh.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--03-new-tag-sheet.Bcgs7U2n.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: new tag sheet</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"92\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.CJqkKzco.avif 197w, /_app/immutable/assets/TagManagementTests--03-tag-entered.DVMbvbcp.avif 263w, /_app/immutable/assets/TagManagementTests--03-tag-entered.DpIu8J3-.avif 349w, /_app/immutable/assets/TagManagementTests--03-tag-entered.B2ggyNq8.avif 360w, /_app/immutable/assets/TagManagementTests--03-tag-entered.B581tGMR.avif 385w, /_app/immutable/assets/TagManagementTests--03-tag-entered.Df62P8Lq.avif 414w, /_app/immutable/assets/TagManagementTests--03-tag-entered.De_o6MmB.avif 768w, /_app/immutable/assets/TagManagementTests--03-tag-entered.XLjl5DJY.avif 1440w, /_app/immutable/assets/TagManagementTests--03-tag-entered.DnbjFQc8.avif 1536w, /_app/immutable/assets/TagManagementTests--03-tag-entered.Ch-RUWV9.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--03-tag-entered.Ch-RUWV9.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--03-tag-entered.ByO_BMh1.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag entered</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"93\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.JnGNQs6D.avif 197w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.Dp8aVhSs.avif 263w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.DeIhNx_5.avif 349w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.CHkQJ7CG.avif 360w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.BJTNsuhj.avif 385w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.BHr6Fi6E.avif 414w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.jjlEcWhG.avif 768w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.DZFbwFVB.avif 1440w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.C0xpRgG8.avif 1536w, /_app/immutable/assets/TagManagementTests--04-tag-name-entered.DcGrOpEY.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DcGrOpEY.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--04-tag-name-entered.DDbEZBJu.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag name entered</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"94\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TagManagementTests--05-tag-created.bPyGLvBV.avif 197w, /_app/immutable/assets/TagManagementTests--05-tag-created.CXmYmXfe.avif 263w, /_app/immutable/assets/TagManagementTests--05-tag-created.D4JQW8Lp.avif 349w, /_app/immutable/assets/TagManagementTests--05-tag-created.BLqFM0pc.avif 360w, /_app/immutable/assets/TagManagementTests--05-tag-created.Beh3Iceh.avif 385w, /_app/immutable/assets/TagManagementTests--05-tag-created.DqBMjmXr.avif 414w, /_app/immutable/assets/TagManagementTests--05-tag-created.HSYCC5SU.avif 768w, /_app/immutable/assets/TagManagementTests--05-tag-created.Btce2EZX.avif 1440w, /_app/immutable/assets/TagManagementTests--05-tag-created.CW9xQO9C.avif 1536w, /_app/immutable/assets/TagManagementTests--05-tag-created.B_D_denD.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TagManagementTests--05-tag-created.B_D_denD.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TagManagementTests--05-tag-created.U_lANn9_.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Tag Management: tag created</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"95\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.MYT6c1Tt.avif 263w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CV98p9J3.avif 349w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.C0ic48Og.avif 360w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.zyH2y97V.avif 385w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.D6JZdCRX.avif 414w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CiXYJufL.avif 768w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.ovT6PjMj.avif 1440w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.CXdWRmQ6.avif 1536w, /_app/immutable/assets/TimerFlowTests--01-before-refresh.E0vYjlbR.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-before-refresh.E0vYjlbR.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: before refresh</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"96\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.CyUF7cJB.avif 263w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.BpreJyfy.avif 349w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.CPTLnnB-.avif 360w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.zyH2y97V.avif 385w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.EVO4P04E.avif 414w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.BRy_GVnd.avif 768w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.DAhefki5.avif 1440w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.ukqSpv8D.avif 1536w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: initial empty</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"97\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.DfvOhj_s.avif 197w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.DFw715YN.avif 263w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.Djpv17C_.avif 349w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bql_VHhR.avif 360w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.3v-jQ6Bu.avif 385w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.D0oFCe7b.avif 414w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.8vHhNOeI.avif 768w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.CU77RPeV.avif 1440w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.BMKyZJw0.avif 1536w, /_app/immutable/assets/TimerFlowTests--02-after-play-tap.CoFNgmpQ.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--02-after-play-tap.CoFNgmpQ.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--02-after-play-tap.Bm8640dR.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: after play tap</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"98\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DPfJLBoF.avif 197w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.CyUF7cJB.avif 263w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.BpreJyfy.avif 349w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.CPTLnnB-.avif 360w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.zyH2y97V.avif 385w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.EVO4P04E.avif 414w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.BRy_GVnd.avif 768w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.DAhefki5.avif 1440w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.ukqSpv8D.avif 1536w, /_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--01-initial-empty.DCbqQkaE.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/SettingsTests--01-initial.DkY8rbyI.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: after refresh</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"99\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.BIMVSKFb.avif 197w, /_app/immutable/assets/TimerFlowTests--03-timer-running.Dh9recZS.avif 263w, /_app/immutable/assets/TimerFlowTests--03-timer-running.D2PXAkXN.avif 349w, /_app/immutable/assets/TimerFlowTests--03-timer-running.DkmNOv7Q.avif 360w, /_app/immutable/assets/TimerFlowTests--03-timer-running.Dq1P-5x1.avif 385w, /_app/immutable/assets/TimerFlowTests--03-timer-running.BbNZEv-p.avif 414w, /_app/immutable/assets/TimerFlowTests--03-timer-running.Bk8NQJDt.avif 768w, /_app/immutable/assets/TimerFlowTests--03-timer-running.CZ6MQoSg.avif 1440w, /_app/immutable/assets/TimerFlowTests--03-timer-running.DArUyrhH.avif 1536w, /_app/immutable/assets/TimerFlowTests--03-timer-running.CqgJAnea.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--03-timer-running.CqgJAnea.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--03-timer-running.BbrZD6vz.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: timer running</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"100\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.BtMjNO13.avif 197w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CJb1PFQH.avif 263w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CDgQboIw.avif 349w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.D-INiSy7.avif 360w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.L6va6IW4.avif 385w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.NYwemels.avif 414w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.BjBdgyaS.avif 768w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.B_8G2qnM.avif 1440w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.DsZVH6I5.avif 1536w, /_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CYzIL1t8.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.CYzIL1t8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/TimerFlowTests--04-timer-stopped-record-created.DVRJ1cB7.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Timer Flow: timer stopped record created</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"101\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.B2B4sNgY.avif 197w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BgUYkf6D.avif 263w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.DriX4P90.avif 349w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.Dk5Qnmxv.avif 360w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BGZ3xtxZ.avif 385w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.kCVnOEl4.avif 414w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BQ01zL2-.avif 768w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.ByDiyuVI.avif 1440w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BXoHoOgc.avif 1536w, /_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BK2jqP7O.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.BK2jqP7O.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-enable-prompt-pill.f2C1n7xE.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: enable prompt pill</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"102\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-no-pill.BTXVtUPn.avif 197w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.YHpEL78E.avif 263w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.C8bWRujb.avif 349w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.CuMc6rmK.avif 360w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.B_EeSv6z.avif 385w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.k5bnb1Jy.avif 414w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.CBDycPO3.avif 768w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.ChrNfMTd.avif 1440w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.CqFKsUTJ.avif 1536w, /_app/immutable/assets/UpdatePromptTests--01-no-pill.D6wOmrq-.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-no-pill.D6wOmrq-.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-no-pill.5bqNrcig.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: no pill</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"103\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.YB0rTYfM.avif 197w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.DPvUPrY4.avif 263w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.B7tm7BYt.avif 349w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.CuGBeN9O.avif 360w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.CgU1knFB.avif 385w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.rHqaQjPK.avif 414w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.xjsb5z0r.avif 768w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.Dsjd4W7H.avif 1440w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.CNHHAqJJ.avif 1536w, /_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.BTpWhp0o.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-pill-dismissed.BTpWhp0o.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/FilterTests--01-collapsed.BA7JhUhA.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: pill dismissed</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"104\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-toggle-off.BhXFbkiR.avif 197w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.DoKSgDEe.avif 263w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.V6IEJHSw.avif 349w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.tr33YlDc.avif 360w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.R1R0GseG.avif 385w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.DJ-4blr7.avif 414w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.CEnX1WXf.avif 768w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.BjcgtIhL.avif 1440w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.CLTH7AO8.avif 1536w, /_app/immutable/assets/UpdatePromptTests--01-toggle-off.ByuoB2tu.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-toggle-off.ByuoB2tu.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-toggle-off.DfcW3uHB.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: toggle off</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"105\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.BvpUNCqD.avif 197w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.NYHt9A_C.avif 263w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.5RfGCKI9.avif 349w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.CGwthG5H.avif 360w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.BIcPdsl5.avif 385w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.BuxFEkKb.avif 414w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.CJZxpxHx.avif 768w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.DEq1QEQU.avif 1440w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.BprdoF9A.avif 1536w, /_app/immutable/assets/UpdatePromptTests--01-update-available-pill.D9yorkdt.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.D9yorkdt.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-update-available-pill.C61XsU95.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: update available pill</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"106\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.B69rfOPb.avif 197w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.BKJ4gNOP.avif 263w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.C1vjM1-e.avif 349w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.FTnxml-h.avif 360w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.pAvJOOHK.avif 385w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.GSF8oS9f.avif 414w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.87XgpjJ_.avif 768w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.BjcS65Lf.avif 1440w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.COyF_Sww.avif 1536w, /_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.iQeBVzh4.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-pill-gone-after-enable.iQeBVzh4.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--01-no-pill.5bqNrcig.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: pill gone after enable</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"107\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.Zy9Q5MMg.avif 197w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.D_ENtar7.avif 263w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.U7AjUdqr.avif 349w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.16Fh_RRO.avif 360w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.CrGyKDc_.avif 385w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.B7zBEG-v.avif 414w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.DJ4wlVmA.avif 768w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.BDoseO7U.avif 1440w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.BpCaxqF6.avif 1536w, /_app/immutable/assets/UpdatePromptTests--02-settings-update-row.D4ovZvWP.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.D4ovZvWP.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--02-settings-update-row.CKWwbxhf.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: settings update row</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"108\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--02-toggle-on.BFWq9StR.avif 197w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.B6fOUN1X.avif 263w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.CqR4YXsv.avif 349w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.COdupzlk.avif 360w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.B2efIuhR.avif 385w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.6TvhRoKI.avif 414w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.D8xkl2XK.avif 768w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.DMgn2GYG.avif 1440w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.AIBabpKr.avif 1536w, /_app/immutable/assets/UpdatePromptTests--02-toggle-on.C0Akfv0w.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--02-toggle-on.C0Akfv0w.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--02-toggle-on.oOYsOwff.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: toggle on</figcaption><!--]--></figure><figure class=\"dialog-img svelte-ewh1ap\" data-index=\"109\" style=\"view-transition-name: none;\"><div class=\"svelte-ewh1ap\"><picture><!--[--><source type=\"image/avif\" srcset=\"/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.Dk_-7OTe.avif 197w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.BRP8nput.avif 263w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.D0WCiObk.avif 349w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.CSQ5ZHUq.avif 360w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.CAh8aOT5.avif 385w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.DtCauHiM.avif 414w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.B8it6M4c.avif 768w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.DElnYSVu.avif 1440w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.1-Zw400Q.avif 1536w, /_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.seaTTUM8.avif 1566w\"/><!--]--> <img src=\"/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.seaTTUM8.avif\" alt=\"\" loading=\"lazy\" style=\"aspect-ratio: 1566 / 1942; background-image: url(/_app/immutable/assets/UpdatePromptTests--03-settings-toggle-on.BROwr96A.avif); background-size: cover;\" onload=\"this.__e=event\" onerror=\"this.__e=event\"/></picture><!----></div> <!--[0--><figcaption class=\"svelte-ewh1ap\">Update Prompt: settings toggle on</figcaption><!--]--></figure><!--]--></div> <button type=\"button\" class=\"nav-btn nav-next svelte-ewh1ap\" tabindex=\"-1\" aria-label=\"Next image\"><span class=\"arrow-right svelte-ewh1ap\"></span></button></dialog><!----><!--]--></div><!--]-->"},{"id":"/support/","url":"/support/","relPath":"/support/","title":"Support","summary":"","image":"","wordCount":175,"date_published":"2024-01-01T00:00:00-00:00","content_html":"<!--[--><div class=\"ids__wrapper-wide\"><h1>Support</h1> <h2>Contact</h2> <p>Email us at <a href=\"mailto:hey@ramilkarimov.me\">hey@ramilkarimov.me</a> —\n    we typically reply within one business day.</p> <h2>Where is my data?</h2> <p>Minuta stores all data in <code>~/Documents/Minuta/</code> on your Mac, or\n    the equivalent Documents folder on iOS. You can change the storage location\n    in Settings.</p> <h2>Sync between devices</h2> <p>Minuta does not have its own sync. To sync between devices, point the\n    storage folder to a location inside Dropbox, iCloud Drive, or Google Drive.\n    Minuta uses the Automerge CRDT format, so concurrent edits from multiple\n    devices merge automatically without conflicts.</p> <h2>How do I export my data?</h2> <p>Open the History section, select a date range and tags, then tap the export\n    button. You can export as CSV, PDF, PNG, or SVG.</p> <h2>How do I delete a time record?</h2> <p>Swipe left on a record to delete it. On Mac, right-click for the context\n    menu. Deleted records show a toast notification with an Undo button for 60\n    seconds.</p> <h2>Can I use Minuta with Apple Shortcuts?</h2> <p>Yes. Minuta provides two Shortcuts actions: <strong>Start Timer</strong> (with optional tag and comment) and <strong>Stop All Timers</strong>.</p></div><!--]-->"}]}