Commit Graph
3293 Commits
Author SHA1 Message Date
codecalm 0dd000fb25 Improve docs readability: example panels, heading scale, text measure
- Example demos use bg-surface and join their code panel into one card
- Larger h1/h2/h3 in .prose and a ~70-character measure for running text
2026-08-12 01:53:42 +02:00
codecalm 4948c03c34 Remove Edit this page on GitHub link from docs layout 2026-08-12 01:35:01 +02:00
codecalm a28b1e1a85 Remove docs body background and bg-docs-gradient utility 2026-08-12 01:23:33 +02:00
Paweł Kuna 90f074eae1 Make changeset descriptions short and consistent (#2854) 2026-08-12 00:38:50 +02:00
Paweł Kuna ffe3489345 Rename element list classes to singular and use them in examples (#2853) 2026-08-12 00:10:20 +02:00
Paweł Kuna 5fe6722a32 Serve the docs as markdown for LLMs (llms.txt) (#2850) 2026-08-11 23:06:19 +02:00
Paweł Kuna 37b5f5a5ca Render docs pages from a content collection instead of file routing (#2849) 2026-08-11 23:06:19 +02:00
Paweł Kuna 4b01fb591c Format <Example> markup where MDX renders it unchanged (#2852) 2026-08-11 22:57:09 +02:00
Bartosz-Doandcodecalm 509639c511 Fix leftover physical CSS properties that break RTL layout (#2846)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-11 21:00:59 +02:00
dependabot[bot]andStarDev 19267dd944 chore(deps-dev): bump postcss from 8.5.23 to 8.5.24 (#2778)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 20:59:54 +02:00
Bartosz-Doandcodecalm 44ae9b4d34 Document the avatar-upload variant on the Avatar docs page (#2784)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-11 20:42:37 +02:00
f8c473fb81 Add docs page for the List group component (#2786)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-11 20:42:31 +02:00
Bartosz-Do 615ade5ba8 Add docs page for the fslightbox lightbox plugin (#2782) 2026-08-11 20:33:33 +02:00
Bartosz-Do 7a29c7d33c Add docs page for the Color picker (Coloris) (#2791) 2026-08-11 20:33:28 +02:00
Bartosz-Do 6ff880752a Add docs page for the FullCalendar integration (#2790) 2026-08-11 20:33:22 +02:00
Bartosz-Do 19af53bda8 Add docs page for the Signature pad component (#2788) 2026-08-11 20:33:17 +02:00
Bartosz-Do 1b08634ec3 Add docs page for floating labels (.form-floating) (#2783) 2026-08-11 20:33:10 +02:00
Bartosz-Do a1ed038fd3 Fix duplicate !default SCSS vars so avatar font-size and body emphasis color apply (#2844) 2026-08-11 20:19:38 +02:00
Bartosz-Do 2a0ff15e7f Fix wrong logical properties in rounded-start and rounded-end utilities (#2843) 2026-08-11 20:14:25 +02:00
Bartosz-Do 48de0b5a10 Fix broken CSS custom property references in SCSS (#2845) 2026-08-11 20:14:18 +02:00
Bartosz-Do 2c55ff327b Fix dropstart caret side, link-opacity color, and breakpoint lookup bugs (#2848) 2026-08-11 20:14:00 +02:00
Paweł KunaandBartek dd4214b33a Fix skip links, focus rings, and button semantics for keyboard a11y (#2779)
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
2026-08-11 15:28:50 +02:00
Paweł KunaandStarDev 39634cb4b9 Improve docs SEO, performance and content quality (#2841)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-11 14:45:31 +02:00
Paweł Kuna c02b2adcf2 Remove duplicate type-check step from lint workflow (#2842) 2026-08-10 21:19:32 +02:00
Paweł Kuna 78b9728fb4 Fix oversized valid/invalid icons on form controls (#2840) 2026-08-10 00:53:41 +02:00
Paweł Kuna a3d1b72002 Fix double border on .dropdown-menu (#2839) 2026-08-10 00:36:17 +02:00
Paweł KunaandStarDev 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 2777fff433 Clear remaining astro check hints in shared, docs, and screenshots (#2837) 2026-08-08 17:17:40 +02:00
Paweł Kuna e520b327c1 Enable astro/tsconfigs/strictest in the shared package (#2836) 2026-08-08 01:27:03 +02:00
Paweł Kuna 16e1403bc8 Enable astro/tsconfigs/strictest in the preview package (#2834) 2026-08-08 00:51:32 +02:00
Paweł Kuna 512ede545c Enable astro/tsconfigs/strictest in the docs package (#2835) 2026-08-08 00:51:22 +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
023c1113f6 Fix chat sidebar links using duplicate #chat-1 id (#2825)
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>
2026-08-08 00:02:33 +02:00
Bartosz-DoandClaude Sonnet 5 a1b65d1ea1 Fix docs UI bugs: tabs, redirect, docs-libs, colors grid, navbar link (#2830)
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-07 23:57:22 +02:00
Bartosz-Do 0720c0391a Add tom-select to modals page libs so task-modal selects work (#2832) 2026-08-07 23:55:11 +02:00
75fa588b5b Fix broken dropdowns, datepicker, and buttons with no event handlers in preview pages (#2824)
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:54:08 +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
Bartosz-Do e1630cd918 Fix radio input groups missing shared name across preview forms (#2826) 2026-08-07 23:48:54 +02:00
Paweł Kuna a0d84f66fe Improve README and community health files (#2808) 2026-08-07 01:15:34 +02:00
Paweł KunaandBartek 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
Bartosz-Do cd0b210a87 Fix stray line and indentation on the .steps component (#2806) 2026-08-07 00:24:00 +02:00
Bartosz-Doandcodecalm f2004da7b2 Fix ribbon and payment icons dark mode on All Elements preview (#2804)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-07 00:12:53 +02:00
Paweł KunaandStarDev 324b0fbf0e Make .card-header background transparent by default, add override hooks (#2802)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-08-06 12:47:48 +02:00
Bartosz-Doandcodecalm 9cc9a36b10 Wire stylelint into the SCSS lint pipeline (#2794)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-06 00:46:56 +02:00
Bartosz-Doandcodecalm 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
Paweł Kuna 1effe221cb Improve accessibility across layouts, components, and forms (#2799) 2026-08-05 23:40:37 +02:00
Paweł Kuna 17d2363ef2 Fix NaN transform on the jsVectorMap world map (#2800) 2026-08-05 23:34:52 +02:00