Files
shadcn-ui/apps/v4/components
shadcn 68e1f171aa refactor(create): consolidate create code into a single route group (#11102)
* refactor(create): consolidate create code into a single route group

Move all create code from app/(app)/create and app/(create) into the
nested route group app/(app)/(create), and the preview iframe pages
into app/(view). URLs are unchanged: /create keeps the (app) chrome
(and the header now persists across / <-> /create), /init keeps its
root-level path for the CLI contract, and /preview stays chrome-less
for the customizer iframe.

Registry sources and published payloads are untouched: two temporary
tsconfig path aliases map @/app/(create)/* and the legacy
@/app/(app)/create/* onto the new location. App code imports the real
path.

Also inline parse-config and build-instructions into the create lib so
the init routes are thin HTTP handlers, and remove the icon-placeholder
and lib re-export shims.

* fix
2026-07-07 15:59:14 +04:00
..
2026-03-02 14:01:31 +04:00
2025-12-12 21:01:44 +04:00
2025-02-05 11:34:14 +04:00
2026-07-03 16:14:53 +04:00
2025-12-12 21:01:44 +04:00
2025-05-30 11:35:16 +04:00
2026-01-18 12:11:20 +04:00
fix
2026-03-02 13:08:24 +04:00
fix
2026-03-02 13:08:24 +04:00
2025-05-30 11:35:16 +04:00
2026-03-02 12:49:00 +04:00
2026-07-03 16:14:53 +04:00
2026-07-03 16:14:53 +04:00
2025-02-05 10:38:28 +04:00
fix
2026-03-03 16:38:10 +04:00
2026-04-08 12:23:34 +04:00
fix
2026-03-02 13:08:24 +04:00
2026-06-26 21:49:48 +04:00
2026-06-26 21:19:31 +04:00
fix
2026-03-10 16:28:51 +04:00
2025-05-30 11:35:16 +04:00
2025-12-12 21:01:44 +04:00
2026-06-26 21:19:31 +04:00
2026-06-26 21:19:31 +04:00
2026-05-26 22:54:07 +04:00
2025-02-05 10:38:28 +04:00
2025-05-30 11:35:16 +04:00
2025-05-31 14:21:19 +04:00
fix
2026-04-13 12:59:38 +04:00
fix
2026-03-02 13:08:24 +04:00
2026-03-09 09:11:47 +04:00