From a5239e601de33cd432e176c4209edba8a5d86127 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Feb 2026 02:10:31 +0900 Subject: [PATCH 1/6] fix: use latest tag line "better" -> "fast, modern" --- app/components/OgImage/Default.vue | 2 +- app/pages/about.vue | 2 +- app/pages/index.vue | 2 +- assets/email-templates/confirm-email.html | 2 +- assets/email-templates/delete-account.html | 2 +- assets/email-templates/plc-operation.html | 2 +- assets/email-templates/reset-password.html | 2 +- assets/email-templates/two-factor-code.html | 2 +- assets/email-templates/update-email.html | 2 +- i18n/locales/en.json | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/components/OgImage/Default.vue b/app/components/OgImage/Default.vue index 78ae734b8..d81e7bb32 100644 --- a/app/components/OgImage/Default.vue +++ b/app/components/OgImage/Default.vue @@ -8,7 +8,7 @@ interface Props { const props = withDefaults(defineProps(), { primaryColor: '#60a5fa', title: 'npmx', - description: 'A better browser for the **npm registry**', + description: 'A fast, modern browser for the **npm registry**', }) diff --git a/app/pages/about.vue b/app/pages/about.vue index 221f2287f..7ba5a97ad 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -21,7 +21,7 @@ useSeoMeta({ defineOgImageComponent('Default', { primaryColor: '#60a5fa', title: 'About npmx', - description: 'A better browser for the **npm registry**', + description: 'A fast, modern browser for the **npm registry**', }) const pmLinks = { diff --git a/app/pages/index.vue b/app/pages/index.vue index f9c97f0c2..667eae90b 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -35,7 +35,7 @@ useSeoMeta({ defineOgImageComponent('Default', { primaryColor: '#60a5fa', title: 'npmx', - description: 'A better browser for the **npm registry**', + description: 'A fast, modern browser for the **npm registry**', }) diff --git a/assets/email-templates/confirm-email.html b/assets/email-templates/confirm-email.html index af8b6a413..29c565714 100644 --- a/assets/email-templates/confirm-email.html +++ b/assets/email-templates/confirm-email.html @@ -152,7 +152,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registry + >, a fast, modern browser for the npm registry

diff --git a/assets/email-templates/delete-account.html b/assets/email-templates/delete-account.html index 4ebdccc9a..34447edf7 100644 --- a/assets/email-templates/delete-account.html +++ b/assets/email-templates/delete-account.html @@ -159,7 +159,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registry + >, a fast, modern browser for the npm registry

diff --git a/assets/email-templates/plc-operation.html b/assets/email-templates/plc-operation.html index e80d033da..0a588c32e 100644 --- a/assets/email-templates/plc-operation.html +++ b/assets/email-templates/plc-operation.html @@ -150,7 +150,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registry + >, a fast, modern browser for the npm registry

diff --git a/assets/email-templates/reset-password.html b/assets/email-templates/reset-password.html index 0d469c5a2..b34172947 100644 --- a/assets/email-templates/reset-password.html +++ b/assets/email-templates/reset-password.html @@ -156,7 +156,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registryt + >, a fast, modern browser for the npm registryt

diff --git a/assets/email-templates/two-factor-code.html b/assets/email-templates/two-factor-code.html index 3c165e99f..07a31d29d 100644 --- a/assets/email-templates/two-factor-code.html +++ b/assets/email-templates/two-factor-code.html @@ -172,7 +172,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registry + >, a fast, modern browser for the npm registry

diff --git a/assets/email-templates/update-email.html b/assets/email-templates/update-email.html index 6dc77d53a..15960a8e5 100644 --- a/assets/email-templates/update-email.html +++ b/assets/email-templates/update-email.html @@ -156,7 +156,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a better browser for the npm registry + >, a fast, modern browser for the npm registry

diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 9d0f33ac8..4c17ad717 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -2,13 +2,13 @@ "seo": { "home": { "title": "npmx - Package Browser for the npm Registry", - "description": "A better browser for the npm registry. Search, browse, and explore packages with a modern interface." + "description": "a fast, modern browser for the npm registry. Search, browse, and explore packages with a modern interface." } }, "version": "Version", "built_at": "built {0}", "alt_logo": "npmx logo", - "tagline": "a better browser for the npm registry", + "tagline": "a fast, modern browser for the npm registry", "non_affiliation_disclaimer": "not affiliated with npm, Inc.", "trademark_disclaimer": "npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.", "footer": { From 1005f7856f623d5ffb42dc74685c02517a272f76 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:11:47 +0000 Subject: [PATCH 2/6] [autofix.ci] apply automated fixes --- lunaria/files/en-GB.json | 4 ++-- lunaria/files/en-US.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lunaria/files/en-GB.json b/lunaria/files/en-GB.json index 34f763a9c..f74bb27e8 100644 --- a/lunaria/files/en-GB.json +++ b/lunaria/files/en-GB.json @@ -2,13 +2,13 @@ "seo": { "home": { "title": "npmx - Package Browser for the npm Registry", - "description": "A better browser for the npm registry. Search, browse, and explore packages with a modern interface." + "description": "a fast, modern browser for the npm registry. Search, browse, and explore packages with a modern interface." } }, "version": "Version", "built_at": "built {0}", "alt_logo": "npmx logo", - "tagline": "a better browser for the npm registry", + "tagline": "a fast, modern browser for the npm registry", "non_affiliation_disclaimer": "not affiliated with npm, Inc.", "trademark_disclaimer": "npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.", "footer": { diff --git a/lunaria/files/en-US.json b/lunaria/files/en-US.json index 9d0f33ac8..4c17ad717 100644 --- a/lunaria/files/en-US.json +++ b/lunaria/files/en-US.json @@ -2,13 +2,13 @@ "seo": { "home": { "title": "npmx - Package Browser for the npm Registry", - "description": "A better browser for the npm registry. Search, browse, and explore packages with a modern interface." + "description": "a fast, modern browser for the npm registry. Search, browse, and explore packages with a modern interface." } }, "version": "Version", "built_at": "built {0}", "alt_logo": "npmx logo", - "tagline": "a better browser for the npm registry", + "tagline": "a fast, modern browser for the npm registry", "non_affiliation_disclaimer": "not affiliated with npm, Inc.", "trademark_disclaimer": "npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.", "footer": { From d9f98c0437b9aa8d734e53b108168ed45b590baf Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Feb 2026 20:15:39 +0900 Subject: [PATCH 3/6] Update app/pages/about.vue Co-authored-by: Daniel Roe --- app/pages/about.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/about.vue b/app/pages/about.vue index 7ba5a97ad..d691dc322 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -21,7 +21,7 @@ useSeoMeta({ defineOgImageComponent('Default', { primaryColor: '#60a5fa', title: 'About npmx', - description: 'A fast, modern browser for the **npm registry**', + description: 'a fast, modern browser for the **npm registry**', }) const pmLinks = { From d52738fe6adbc68cf8a8f910e9e6ad4e501f3451 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Feb 2026 20:25:59 +0900 Subject: [PATCH 4/6] Update app/pages/index.vue Co-authored-by: Daniel Roe --- app/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 667eae90b..aebd786fe 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -35,7 +35,7 @@ useSeoMeta({ defineOgImageComponent('Default', { primaryColor: '#60a5fa', title: 'npmx', - description: 'A fast, modern browser for the **npm registry**', + description: 'a fast, modern browser for the **npm registry**', }) From e4ca52970b0af3e6cdff1273d64a393b0bc1c26e Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Feb 2026 20:26:30 +0900 Subject: [PATCH 5/6] Update app/components/OgImage/Default.vue Co-authored-by: Daniel Roe --- app/components/OgImage/Default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/OgImage/Default.vue b/app/components/OgImage/Default.vue index d81e7bb32..b68732f69 100644 --- a/app/components/OgImage/Default.vue +++ b/app/components/OgImage/Default.vue @@ -8,7 +8,7 @@ interface Props { const props = withDefaults(defineProps(), { primaryColor: '#60a5fa', title: 'npmx', - description: 'A fast, modern browser for the **npm registry**', + description: 'a fast, modern browser for the **npm registry**', }) From 80555a91981a2472e678093c355787b4bfe87216 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 6 Feb 2026 20:58:14 +0900 Subject: [PATCH 6/6] fix: typo in reset-password email template --- assets/email-templates/reset-password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/email-templates/reset-password.html b/assets/email-templates/reset-password.html index b34172947..70a79070a 100644 --- a/assets/email-templates/reset-password.html +++ b/assets/email-templates/reset-password.html @@ -156,7 +156,7 @@ style="color:hsl(211, 20%, 53%);text-decoration:none;text-decoration-line:underline;font-family:-apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;margin:0px 0px;line-height:1.0;font-size:14px;letter-spacing:0.25px" target="_blank" >npmx.dev, a fast, modern browser for the npm registryt + >, a fast, modern browser for the npm registry