1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 04:12:26 +04:00
Commit Graph

18 Commits

Author SHA1 Message Date
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 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 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 2ad46002ac Enable Astro TypeScript checks across preview, docs, and shared (#2743)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-01 01:58:03 +02:00
Paweł Kuna 166c63cc34 Mark demo HTML sections with BEGIN/END comments (#2741) 2026-07-31 01:10:55 +02:00
Paweł Kuna ad2ed849dd Restructure shared Astro sources and import aliases (#2737) 2026-07-30 23:58:48 +02:00
codecalm 0ac8e337e7 Update docs structure 2025-01-02 11:25:08 +01:00
Paweł Kuna 7ba7717d3f Make horizontal rule direction aware (#2021) 2024-12-31 17:41:05 +01:00
codecalm 682eaa88a8 docs fixes 2024-01-09 03:29:27 +01:00
BG-Software f2e182dedf Fix heights, scrolls and layouts of some examples in Docs (#1705)
Co-authored-by: Mustafa Ateş Uzun <mustafauzun0@gmail.com>
Co-authored-by: Aditi Deshpande <aditideshpande2908@gmail.com>
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2023-09-21 23:01:38 +02:00
codecalm f708aec4e5 docs improvements 2023-08-17 22:45:25 +02:00
codecalm f32a366051 colors unify 2023-07-22 15:27:13 +02:00
codecalm 7066a5e337 unify tabler and site icons 2023-07-22 14:27:39 +02:00
Robert-Jan de Dreu f0d7d326d0 fix: #1588 add important alert with title 2023-05-31 09:56:08 +02:00
Paweł Kuna be67ab60db Update CSS class from text-muted to text-secondary for better Bootstrap compatibility (#1595) 2023-05-24 20:47:33 +02:00
Stephen J. Carnam fd0935a9e0 Updated link to icons documentation (#1583)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
2023-05-16 22:56:02 +02:00
codecalm 24a7a8c908 docs update 2023-03-08 21:14:17 +01:00
Paweł Kuna d162b06c4c New docs (#1492) 2023-02-27 01:21:44 +01:00