From 2b74bbca5c86c02ab071316ace0cfb20a92feb2e Mon Sep 17 00:00:00 2001 From: alburt <73470696+albertasaftei@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:11:31 +0100 Subject: [PATCH 1/2] added Pixelact UI to registry --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 9c0b4e1ab5..2a51ea2a1d 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -902,4 +902,11 @@ "description": "Large collection of game, interface, retro, and voice sound effects for web applications", "logo": "" } + { + "name": "@pixelact-ui", + "homepage": "https://pixelactui.com", + "url": "https://pixelactui.com/r/{name}.json", + "description": "Playful pixel-art style components library built on top of shadcn", + "logo": "" + } ] From 6e2efb4b55549ce1f4193a44ad19c1f873e1f08a Mon Sep 17 00:00:00 2001 From: Albert Asaftei Date: Tue, 17 Feb 2026 09:59:45 +0100 Subject: [PATCH 2/2] feat: pixelact-ui registries.json file --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ad24b26b36..191543f5b5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -772,5 +772,11 @@ "homepage": "https://soundcn.xyz", "url": "https://soundcn.xyz/r/{name}.json", "description": "Large collection of game, interface, retro, and voice sound effects for web applications" + }, + { + "name": "@pixelact-ui", + "homepage": "https://pixelactui.com", + "url": "https://pixelactui.com/r/{name}.json", + "description": "Playful pixel-art style components library built on top of shadcn" } ] \ No newline at end of file diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 2a51ea2a1d..62511d34aa 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -901,7 +901,7 @@ "url": "https://soundcn.xyz/r/{name}.json", "description": "Large collection of game, interface, retro, and voice sound effects for web applications", "logo": "" - } + }, { "name": "@pixelact-ui", "homepage": "https://pixelactui.com",