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

25 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] c36f0aca78 Merge remote-tracking branch 'origin/dev' into dev-screenshots
# Conflicts:
#	core/scss/ui/_cards.scss
#	shared/components/cards/CarouselCard.astro
#	shared/components/marketing/hero/Side.astro

Co-authored-by: codecalm <1282324+codecalm@users.noreply.github.com>
2026-08-05 22:56:28 +00:00
Bartosz-Do cad8eb8c91 Move --tblr- custom-property prefixing from Sass to PostCSS (#2795)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-05 23:48:56 +02:00
codecalm 4597e53429 Fix clean-css zero-unit bug breaking card-gradient color-mix, add Logo component, and expand preview/screenshot pages 2026-08-05 00:07:12 +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
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 5246f0b6fd Fix turbo dev asset race with task ordering and Astro copy hooks (#2750)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-03 01:08:30 +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 f72cb5cedf Render component scripts as real JS instead of built strings (#2731) 2026-07-31 00:23:25 +02:00
Paweł Kuna 46dbf6093b Update dependencies (ApexCharts 6, TypeScript 7) and fix build warnings (#2717)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-29 23:07:00 +02:00
Paweł Kuna 1ec82d0038 Add CONTRIBUTING.md, docs markdown linting and fixed dev server ports (#2714) 2026-07-29 00:04:08 +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
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 48dbd1ed1b refactor: migrate build system from Rollup to Vite (#2578) 2026-01-06 00:26:42 +01:00
codecalm f25da87043 feat: implement zip-package script for packaging dashboard assets 2025-04-16 19:22:52 +02:00
Paweł Kuna 8d4f8d07c3 Add documentation App (#2219) 2025-04-15 23:18:49 +02:00
Paweł Kuna f29c911032 Fix Documentation structure (#2186) 2025-03-01 14:50:35 +01:00
Paweł Kuna eaa7f81604 Monorepo structure, remove Gulp, new build process (#2116) 2025-02-01 21:05:00 +01:00
Paweł Kuna be69fd6c08 Replace Jekyll with Eleventy (#2071) 2025-01-22 22:13:51 +01:00
Paweł Kuna 0e4bf5fc73 Refactor data structure by converting YAML files to JSON (#2069) 2025-01-18 14:31:23 +01:00
Paweł Kuna b0b07b94da Enhance documentation (#2048) 2025-01-10 22:31:24 +01:00
Paweł Kuna 5cca710ac6 Update illustrations and enhance SVG handling in HTML (#2051) 2025-01-10 22:31:03 +01:00
Paweł Kuna c510fdfb9d Documentation improvements (#2042) 2025-01-07 23:14:44 +01:00
codecalm a951af8c4d remove unused files 2024-12-03 22:46:54 +01:00
Paweł Kuna eb2854634c Add Tabler Illustrations (#1907)
* init illustrations

* tabler illustrations wizard

* illustratinos fixes

* fixes

* Merge branch 'dev-illustrations' of https://github.com/tabler/tabler into dev-illustrations

* Create sour-pets-raise.md
2024-06-16 23:29:28 +02:00
codecalm 95e0db3b2d change build to ./build 2024-06-14 17:20:27 +02:00