diff --git a/frontend/src/lib/document/timeline.ts b/frontend/src/lib/document/timeline.ts index 120324ec..5919faf7 100644 --- a/frontend/src/lib/document/timeline.ts +++ b/frontend/src/lib/document/timeline.ts @@ -193,10 +193,10 @@ export function buildDensityUrl(filters: DensityFilters = {}): string { } /** - * Loads the density data for the timeline widget. Mobile (sm: breakpoint and below) - * and calendar view both skip the request entirely — the widget isn't rendered - * there. A non-ok response or network failure degrades to an empty bucket list - * instead of throwing, so the document list page keeps rendering. + * Loads the density data for the timeline widget. Tablet and below (lg breakpoint, + * <1024px) and calendar view both skip the request entirely — the widget isn't + * rendered there. A non-ok response or network failure degrades to an empty + * bucket list instead of throwing, so the document list page keeps rendering. */ export async function fetchDensity( fetch: typeof globalThis.fetch, diff --git a/frontend/src/routes/documents/+page.svelte b/frontend/src/routes/documents/+page.svelte index b55ef3b1..311f0d81 100644 --- a/frontend/src/routes/documents/+page.svelte +++ b/frontend/src/routes/documents/+page.svelte @@ -241,7 +241,7 @@ $effect(() => { onblur={() => (qFocused = false)} /> -