1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Commit Graph

166 Commits

Author SHA1 Message Date
Bartek 7447de1d66 Add FullCalendar component documentation to JSON data 2026-08-04 17:13:55 +02:00
Bartosz-Do 52fe729781 Fix .min.css source maps by adding the banner before minification (#2776) 2026-08-03 19:20:25 +02:00
Bartosz-Do 6eeef0bc76 Fix Sponsor card layout on RTL preview pages (#2774) 2026-08-03 17:55:34 +02:00
Bartosz-Do 49c3e4c880 Fix high-severity dependency vulnerabilities from pnpm audit --prod (#2771) 2026-08-03 09:46:16 +02:00
Paweł Kuna fa678a7a48 Migrate dark-mode root color tokens to light-dark() (#2754) 2026-08-03 01:47:28 +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 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 4d04c102d3 Remove unused bootstrapLink frontmatter field (#2753) 2026-08-02 01:40:57 +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 f72cb5cedf Render component scripts as real JS instead of built strings (#2731) 2026-07-31 00:23:25 +02:00
Paweł Kuna ad2ed849dd Restructure shared Astro sources and import aliases (#2737) 2026-07-30 23:58:48 +02:00
Paweł Kuna 0f8dcb0a3c Extract Liquid filter helpers into shared typed lib modules (#2725) 2026-07-30 23:46:12 +02:00
Paweł Kuna bea97f81b3 Remove @hotwired/turbo integration and Turbo loader demo (#2735) 2026-07-30 23:13:22 +02:00
Paweł Kuna b43fae2fe3 Fix class rendering artifacts left over from Astro migration (#2734) 2026-07-30 19:49:29 +02:00
Paweł Kuna 6db32ea2c2 Unify workspace lint, format, and type-check quality gates (#2732) 2026-07-30 19:36:41 +02:00
Paweł Kuna 3a1d741fd0 Pass list props as arrays instead of comma-separated strings (#2726) 2026-07-30 18:03:57 +02:00
Paweł Kuna 4ea449df1b Use shared Astro UI components across preview pages (#2724) 2026-07-30 13:53:33 +02:00
Bartosz-Do 416ca63ca4 Add framework integration guides to the docs (#2707)
Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 00:57:35 +02:00
Paweł Kuna 8f86f1f4a7 Update icons to v3.45.0 and illustrations to v1.16.0; restore import scripts (#2715)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-28 01:57:32 +02:00
codecalm 3277fa029f Add Astro library entry to documentation JSON 2026-07-28 00:39:37 +02:00
Paweł Kuna d8956a06d6 Migrate preview and docs packages from Eleventy to Astro (#2694)
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
2026-07-28 00:09:02 +02:00
codecalm 9f8643eaa8 Fix missing closing brace in settings.html to ensure proper functionality of localStorage and URL parameter updates. 2026-07-22 01:33:46 +02:00
Paweł Kuna 7556ae2097 Add auto color mode to theme settings (#2701)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-22 01:21:18 +02:00
Bartosz-Do 0fd35c3858 Reduce empty space in Active Users homepage chart (#2693)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-20 00:35:08 +02:00
codecalm 1a91bfd235 Merge branch 'main' of https://github.com/tabler/tabler into dev 2026-07-14 22:45:19 +02:00
codecalm e534c4fdba Add sitemap collection to Eleventy config, update .gitignore for preview-astro, and adjust production environment check in default layout 2026-07-14 22:42:57 +02:00
Bartosz-Do 62178f8ef1 Add CRM dashboard preview page (#2650)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-07-09 23:17:40 +02:00
Bartosz-Do 08cad98ddc Document new Progress variants and improve docs example layout (#2678) 2026-07-09 22:44:51 +02:00
Bartosz-Do 43eee38ce6 Add documentation for the Progress Step component (#2677) 2026-07-07 17:26:34 +02:00
codecalm d8bbb1e5a7 Update welcome card layout to improve responsiveness by adjusting column sizes 2026-03-19 23:10:41 +01:00
Daniel Vítek ac87b76fe7 Replace outdated font-weight- classes with valid fw- classes (#2614)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-02-15 14:57:06 +01:00
Paweł Kuna 100a37b38e Add background pattern utilities and patterns demo page (#2615) 2026-02-15 14:47:40 +01:00
Paweł Kuna 1489b13cda Rename .markdown class to .prose (#2605) 2026-01-31 13:41:33 +01:00
codecalm c3e6aa1bd3 refactor: update stylesheet linking logic in default.html 2026-01-10 21:30:34 +01:00
Paweł Kuna 857988dd44 Migrate core JavaScript to TypeScript (#2582)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-09 21:49:22 +01:00
Paweł Kuna 84c31d1383 chore: update dependencies and improve Eleventy configuration (#2581) 2026-01-06 16:12:56 +01:00
Paweł Kuna 41fd82b388 update icons to v3.36.1 (#2580) 2026-01-06 02:11:14 +01:00
codecalm abac36c580 chore: update illustrations for dark and light themes 2026-01-06 01:58:46 +01:00
Paweł Kuna 301e77898c refactor: migrate rgba() to color-mix() and color-transparent() (#2579) 2026-01-06 01:54:34 +01:00
Paweł Kuna a14425792b Update SCSS variables and button styles (#2559) 2026-01-06 00:32:01 +01:00
codecalm ee8875deb6 fix: add aria-orientation attribute for vertical navigation in nav-segmented.html 2026-01-06 00:19:23 +01:00
codecalm c6e8879bb6 chore: remove unused sri.json file 2026-01-03 01:43:05 +01:00
Paweł Kuna 83ec6f8bcc feat: add Tour component using Driver.js (#2549) 2025-12-08 21:08:22 +01:00
ethancrawford e3d86c519b feat: upgrade apexcharts to v5 and add CSS variables for dynamic chart colors (#2555)
Co-authored-by: codecalm <codecalm@gmail.com>
2025-12-08 21:08:03 +01:00
Paweł Kuna ec9469332e feat: Add card gradients page and gradient card components (#2554) 2025-11-29 11:58:51 +01:00
codecalm deb887b4aa fix: update appData function to use dynamic path resolution for core files 2025-11-28 15:11:12 +01:00
codecalm f9551c3b8e fix: sort illustration filenames and update illustrations.json content 2025-11-27 03:07:08 +01:00
Paweł Kuna a198b0c7c5 Init Geist font (#2552) 2025-11-26 19:29:27 +01:00