Bartek
ec34e6515c
changed cass bg-secondary-lt to bg-surface-secondary in goals page
2026-08-05 13:24:42 +02:00
Bartek
b6c1aba0cb
Merge branch 'dev' of https://github.com/tabler/tabler into goals-page
2026-08-05 13:20:08 +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
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
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
7305d84f2a
Serve error-404.html as the Vercel 404 page ( #2748 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-31 22:44:06 +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
ced821db1d
Fix prettier silently skipping preview's built HTML ( #2736 )
2026-07-30 23:11:46 +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
codecalm
07e7d15828
Merge branch 'dev' of https://github.com/tabler/tabler into dev
2026-07-30 17:59:33 +02:00
codecalm
b4e36c39d0
Ignore temporary demo build assets in preview
2026-07-30 17:59:32 +02:00
Paweł Kuna
4ea449df1b
Use shared Astro UI components across preview pages ( #2724 )
2026-07-30 13:53:33 +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
Bartek
5d250e961b
refactor: enhance goal components with layout adjustments and status outline
...
Updated the layout of the goals preview page and goal requirement components for better responsiveness. Added a new `statusOutline` prop to the GoalRow component for customizable badge styles. Improved flexbox usage for alignment and overflow handling in card elements.
2026-07-28 16:33:45 +02:00
Bartek
b610ab5b8b
feat: add goals preview page with reusable goal row components
...
Add a Q3 goals dashboard in preview and extract GoalRow/GoalRequirement
components. Extend AvatarList with size and avatarClass props.
2026-07-28 16:24:15 +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
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
Bartosz-Do
62178f8ef1
Add CRM dashboard preview page ( #2650 )
...
Co-authored-by: codecalm <codecalm@gmail.com >
2026-07-09 23:17:40 +02:00
Paweł Kuna
9d5c83f3ad
Remove Bootstrap dependency and vendor JS/SCSS sources into Tabler ( #2627 )
2026-03-18 21:55:42 +01:00
Paweł Kuna
943283568a
Implement border-radius mixin across various SCSS files ( #2612 )
2026-02-15 22:56:49 +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
Paweł Kuna
938e9d35cc
refactor: migrate Vite configuration from .ts to .mts ( #2594 )
2026-01-12 02:52:15 +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
41fd82b388
update icons to v3.36.1 ( #2580 )
2026-01-06 02:11:14 +01:00
Paweł Kuna
a14425792b
Update SCSS variables and button styles ( #2559 )
2026-01-06 00:32:01 +01:00
Paweł Kuna
48dbd1ed1b
refactor: migrate build system from Rollup to Vite ( #2578 )
2026-01-06 00:26:42 +01:00
codecalm
a811fdb662
chore: update copyright year in LICENSE and correct date format in text-features.html to 2026
2026-01-03 01:42:00 +01:00
Paweł Kuna
83ec6f8bcc
feat: add Tour component using Driver.js ( #2549 )
2025-12-08 21:08:22 +01:00
Paweł Kuna
f9d6076014
refactor: Update build scripts and asset management across packages ( #2558 )
2025-12-02 18:51:54 +01:00
Paweł Kuna
ec9469332e
feat: Add card gradients page and gradient card components ( #2554 )
2025-11-29 11:58:51 +01:00
codecalm
f9551c3b8e
fix: sort illustration filenames and update illustrations.json content
2025-11-27 03:07:08 +01:00
Paweł Kuna
99b9ea45f6
feat: Add Task List page ( #2528 )
2025-11-15 13:45:53 +01:00
Paweł Kuna
4ce08cad53
feat: Add Crypto Dashboard with dynamic data and menu updates ( #2527 )
2025-11-15 13:43:48 +01:00
Paweł Kuna
b0fa6559da
feat: Add four new modals (new task, edit profile, confirm delete, change password) ( #2529 )
2025-11-15 13:42:27 +01:00
Paweł Kuna
c7070180dc
feat: add All Elements UI components page ( #2524 )
2025-11-15 13:42:11 +01:00
Paweł Kuna
8d8727f587
feat: Add language selector dropdown to navbar ( #2526 )
2025-11-02 20:49:13 +01:00
Paweł Kuna
6e656ad1de
fix: Input Icon Z-Index Issue with Form Validation ( #2525 )
2025-11-02 20:48:36 +01:00
codecalm
0042472f9a
feat: add new statistics cards to widgets page and update card styles
2025-11-02 18:57:51 +01:00