Schema filtering and a bunch of fixes

This commit is contained in:
Gregory Schier
2025-07-09 12:39:27 -07:00
parent a03ec8875c
commit 036e85d006
6 changed files with 473 additions and 129 deletions

View File

@@ -42,6 +42,7 @@ const icons = {
copy: lucide.CopyIcon,
copy_check: lucide.CopyCheck,
download: lucide.DownloadIcon,
ellipsis: lucide.EllipsisIcon,
external_link: lucide.ExternalLinkIcon,
eye: lucide.EyeIcon,
eye_closed: lucide.EyeOffIcon,
@@ -97,6 +98,7 @@ const icons = {
shield: lucide.ShieldIcon,
shield_check: lucide.ShieldCheckIcon,
shield_off: lucide.ShieldOffIcon,
square_terminal: lucide.SquareTerminalIcon,
sparkles: lucide.SparklesIcon,
sun: lucide.SunIcon,
table: lucide.TableIcon,