Commit Graph
228 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 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
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
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
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 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
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
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
Paweł Kuna 1effe221cb Improve accessibility across layouts, components, and forms (#2799) 2026-08-05 23:40:37 +02:00
Paweł Kuna 9c4dc73a8b Generate SCSS and JS docs snippets from source markers (#2798) 2026-08-05 18:44:39 +02:00
Bartosz-Doandcodecalm 6a63e4069c Document Trending indicator and Card stamp (#2785)
Co-authored-by: codecalm <codecalm@gmail.com>
2026-08-05 00:39:05 +02:00
Bartosz-Do 6edc2a5495 Add docs page for the Mapbox map component (#2787) 2026-08-05 00:30:23 +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ł KunaandStarDev 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ł KunaandStarDev 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ł KunaandStarDev 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ł KunaandStarDev 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 c54732922c Fix dead Plugins link on docs homepage (#2738) 2026-07-31 00:25:32 +02:00
Paweł Kuna 91974de894 Disable trailing slash on docs URLs (#2739) 2026-07-31 00:25:11 +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 ced821db1d Fix prettier silently skipping preview's built HTML (#2736) 2026-07-30 23:11:46 +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
Paweł KunaandStarDev 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
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 1ec82d0038 Add CONTRIBUTING.md, docs markdown linting and fixed dev server ports (#2714) 2026-07-29 00:04:08 +02:00
codecalm 3277fa029f Add Astro library entry to documentation JSON 2026-07-28 00:39:37 +02:00
Paweł KunaandBartek 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 cfd53fef13 Update vercel.json to exclude robots.txt and sitemap.xml from error handling route 2026-07-14 23:11:49 +02:00
codecalm c8a72bf0ff Update robots.liquid to include environment variable output at the end of the file 2026-07-14 23:08:49 +02:00