From 2777fff4336b4203060332697480020a44848955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:17:40 +0200 Subject: [PATCH] Clear remaining astro check hints in shared, docs, and screenshots (#2837) --- docs/env.d.ts | 7 +++++++ screenshots/pages/social-icons.astro | 3 --- screenshots/tsconfig.json | 2 +- shared/components/js/TablerList.astro | 2 +- shared/components/marketing/hero/Side.astro | 3 ++- shared/env.d.ts | 10 ++++++++++ shared/layouts/RedirectLayout.astro | 2 +- shared/ui/AdvancedTable.astro | 22 +++++++++++---------- shared/ui/Chart.astro | 2 +- shared/ui/ChartRadial.astro | 2 +- shared/ui/ChartSparkline.astro | 2 +- shared/ui/Colorpicker.astro | 2 +- shared/ui/Datepicker.astro | 2 +- shared/ui/Dropzone.astro | 2 +- shared/ui/Fullcalendar.astro | 2 +- shared/ui/InlinePlayer.astro | 2 +- shared/ui/Map.astro | 2 +- shared/ui/MapVector.astro | 2 +- shared/ui/Range.astro | 2 +- shared/ui/Rating.astro | 2 +- shared/ui/Select.astro | 2 +- shared/ui/Wysiwyg.astro | 2 +- 22 files changed, 48 insertions(+), 31 deletions(-) diff --git a/docs/env.d.ts b/docs/env.d.ts index f964fe0cf..098c13ca1 100644 --- a/docs/env.d.ts +++ b/docs/env.d.ts @@ -1 +1,8 @@ /// + +// clipboard.js, loaded via a page lib (libs.json) as a classic diff --git a/shared/ui/AdvancedTable.astro b/shared/ui/AdvancedTable.astro index 402e2383f..249cf8d21 100644 --- a/shared/ui/AdvancedTable.astro +++ b/shared/ui/AdvancedTable.astro @@ -47,6 +47,7 @@ const rows = (people as Person[]).map((person, i) => { }) const perPageDefault = requireIndex(perPage, 1) +const sortKeys = headers.map((header) => header['data-sort']) ---
@@ -152,7 +153,7 @@ const perPageDefault = requireIndex(perPage, 1)