Paweł Kuna and StarDev
4f7beecd2b
Narrow component prop types, remove unused props and dead code ( #2838 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-08-09 23:14:33 +02:00
0085eeba6e
Fix all pnpm type-check warnings and restore lost Props typing ( #2805 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: codecalm <1282324+codecalm@users.noreply.github.com >
2026-08-08 17:35:17 +02:00
Paweł Kuna
e520b327c1
Enable astro/tsconfigs/strictest in the shared package ( #2836 )
2026-08-08 01:27:03 +02:00
5c0a612127
Fix broken links, aria attributes, and demo data mismatches ( #2831 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-08-08 00:02:40 +02:00
Bartosz-Do
0549900471
Fix dead and miswired props in shared UI/card components ( #2827 )
2026-08-07 23:53:42 +02:00
833e826988
Fix component props silently ignored or misapplied in shared/ui ( #2828 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: codecalm <1282324+codecalm@users.noreply.github.com >
2026-08-07 23:53:17 +02:00
Bartosz-Do
16a53474f6
Fix instance-scoping bugs in AdvancedTable, Chart, Colorpicker, Dropzone, and TabsCard ( #2829 )
2026-08-07 23:51:17 +02:00
Paweł Kuna and Bartek
b38cd32d07
Add screenshots package and fix card-gradient minify bug ( #2793 )
...
Co-authored-by: Bartek <xbartoszdobija@gmail.com >
2026-08-07 00:48:28 +02:00
Paweł Kuna
1effe221cb
Improve accessibility across layouts, components, and forms ( #2799 )
2026-08-05 23:40:37 +02:00
Bartosz-Do
6eeef0bc76
Fix Sponsor card layout on RTL preview pages ( #2774 )
2026-08-03 17:55:34 +02:00
codecalm
f27c70ad38
Fix Prettier formatting regression and Astro type-check errors
...
`Render Modal as real markup` (#2742 ) reformatted ~140 files back to
tabs/semicolons, breaking the Prettier config added by the Astro
quality gates (#2749 ). Re-run prettier --write to restore it, and fix
the type errors it had been masking: HTMLElement casts and `this`
typing in ChangePasswordModalContent/ConfirmDeleteModalContent
scripts, plain-JS syntax in the inline-injected progress.astro script,
narrowed prop unions in Button/Check/Spinner, nullable icon svg casts
in Icons/Rating, and a duplicate firstLetters/invalid `placeholder`
attribute in Select.astro. Also fix shared/vitest.config.mts's stale
`astro/lib/**/*.test.ts` include glob left over from the shared source
restructure, which made `pnpm test` report zero test files.
2026-08-03 01:26:19 +02:00
Paweł Kuna and StarDev
575d68572f
Render Modal as real markup; drain scripts via CaptureScript ( #2742 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-08-03 00:55:32 +02:00
Paweł Kuna and StarDev
8962710163
Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint ( #2749 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-08-03 00:47:55 +02:00
Paweł Kuna
ad2ed849dd
Restructure shared Astro sources and import aliases ( #2737 )
2026-07-30 23:58:48 +02:00