From 118729a09496ca67b46c4b7ffbc4057c6843b7e5 Mon Sep 17 00:00:00 2001 From: kraysent Date: Fri, 21 Aug 2026 21:15:58 +0100 Subject: [PATCH 1/3] rename HyperLEDA -> LEDA --- README.md | 2 +- apps/admin/index.html | 2 +- apps/admin/package.json | 4 +-- apps/admin/src/App.tsx | 4 +-- apps/admin/src/auth/token.ts | 4 +-- apps/admin/src/components/AuthNavControl.tsx | 2 +- apps/admin/src/components/ui/Accordion.tsx | 2 +- apps/admin/src/components/ui/Badge.tsx | 2 +- apps/admin/src/components/ui/CopyButton.tsx | 2 +- .../admin/src/components/ui/ObjectSummary.tsx | 8 ++---- apps/admin/src/index.css | 2 +- apps/admin/src/main.tsx | 2 +- apps/admin/src/origins.ts | 2 +- apps/admin/src/pages/Admin.tsx | 4 +-- apps/admin/src/pages/AdminMergePgc.tsx | 17 +++++------- apps/admin/src/pages/CrossmatchResults.tsx | 6 ++--- apps/admin/src/pages/DataCatalog.tsx | 26 +++++++------------ apps/admin/src/pages/Login.tsx | 6 ++--- .../src/pages/RecordCrossmatchDetails.tsx | 10 +++---- apps/admin/src/pages/SqlQuery.tsx | 8 +++--- apps/admin/src/pages/TableDetails.tsx | 12 ++++----- apps/admin/src/pages/Tables.tsx | 10 +++---- apps/web/index.html | 2 +- apps/web/package.json | 4 +-- apps/web/src/App.tsx | 4 +-- .../components/catalogs/AstrometryCard.tsx | 4 +-- .../src/components/catalogs/CatalogCard.tsx | 7 ++--- .../src/components/catalogs/IdentityCard.tsx | 4 +-- .../components/catalogs/KinematicsCard.tsx | 4 +-- .../web/src/components/catalogs/NotesCard.tsx | 4 +-- .../catalogs/PhotometryTotalCard.tsx | 2 +- .../src/components/catalogs/SkyViewCard.tsx | 4 +-- apps/web/src/components/core/Plot.tsx | 2 +- apps/web/src/components/ui/Navbar.tsx | 6 ++--- apps/web/src/components/ui/Searchbar.tsx | 6 ++--- apps/web/src/hooks/useTheme.tsx | 2 +- apps/web/src/index.css | 2 +- apps/web/src/lib/astronomy/equatorial.ts | 2 +- .../src/lib/astronomy/parseCoordinateQuery.ts | 2 +- apps/web/src/lib/search/searchTypes.ts | 2 +- apps/web/src/main.tsx | 2 +- apps/web/src/pages/Home.tsx | 2 +- apps/web/src/pages/NotFound.tsx | 6 ++--- apps/web/src/pages/ObjectDetails.tsx | 14 +++++----- apps/web/src/pages/SearchResults.tsx | 18 ++++++------- apps/web/src/pages/SqlQuery.tsx | 6 ++--- bun.lock | 24 ++++++++--------- package.json | 2 +- packages/lib/package.json | 2 +- packages/lib/src/tap.ts | 6 ++--- packages/lib/src/ui/CatalogSqlPanel.tsx | 2 +- packages/lib/src/ui/Markdown.tsx | 2 +- packages/lib/src/ui/SqlEditor.tsx | 2 +- packages/lib/src/ui/SqlQueryEmbed.tsx | 2 +- 54 files changed, 134 insertions(+), 156 deletions(-) diff --git a/README.md b/README.md index c2442cd..e6f4ada 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -WebApp for HyperLEDA. +WebApp for LEDA. diff --git a/apps/admin/index.html b/apps/admin/index.html index 7b43247..456e660 100644 --- a/apps/admin/index.html +++ b/apps/admin/index.html @@ -6,7 +6,7 @@ - HyperLEDA Admin + LEDA Admin - HyperLEDA + LEDA