From cf756b1b559982383afdecc159e1db1dd88d39c3 Mon Sep 17 00:00:00 2001
From: Bartek532 <57185551+Bartek532@users.noreply.github.com>
Date: Tue, 21 Apr 2026 13:19:18 +0200
Subject: [PATCH] feat: add loading-ui registry to index
Add the Loading UI registry to the curated directory and regenerate registries.json so the new source appears in the public registry index.
---
apps/v4/public/r/registries.json | 6 ++++++
apps/v4/registry/directory.json | 7 +++++++
2 files changed, 13 insertions(+)
diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index 3f2714d76f..6cdfd2fdcf 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -347,6 +347,12 @@
"url": "https://limeplay.winoffrg.dev/r/{name}.json",
"description": "Modern UI Library for building media players in React. Powered by Shaka Player."
},
+ {
+ "name": "@loading-ui",
+ "homepage": "https://loading-ui.com",
+ "url": "https://loading-ui.com/r/{name}.json",
+ "description": "Collection of spinners, loaders, and loading animations for modern web apps. Free and open-source."
+ },
{
"name": "@lmscn",
"homepage": "https://lmscn.vercel.app",
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 07bda91a58..9e301c4ae0 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -406,6 +406,13 @@
"url": "https://limeplay.winoffrg.dev/r/{name}.json",
"logo": ""
},
+ {
+ "name": "@loading-ui",
+ "homepage": "https://loading-ui.com",
+ "url": "https://loading-ui.com/r/{name}.json",
+ "description": "Collection of spinners, loaders, and loading animations for modern web apps. Free and open-source.",
+ "logo": ""
+ },
{
"name": "@lmscn",
"homepage": "https://lmscn.vercel.app",