Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<footer class="border-t border-border mt-auto" :aria-label="$t('footer.site_footer')">
<footer class="border-t border-border mt-auto">
<div class="container py-3 sm:py-8 flex flex-col gap-2 sm:gap-4 text-fg-subtle text-sm">
<div class="flex flex-col sm:flex-row items-center justify-between gap-2 sm:gap-4">
<p class="font-mono m-0 hidden sm:block">{{ $t('tagline') }}</p>
Expand Down
5 changes: 1 addition & 4 deletions app/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ onKeyStroke(',', e => {
</script>

<template>
<header
:aria-label="$t('header.site_header')"
class="sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border"
>
<header class="sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border">
<nav :aria-label="$t('nav.main_navigation')" class="container h-14 flex items-center">
<!-- Left: Logo -->
<div class="flex-shrink-0">
Expand Down
2 changes: 0 additions & 2 deletions i18n/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"non_affiliation_disclaimer": "nicht verbunden mit npm, Inc.",
"trademark_disclaimer": "npm ist eine eingetragene Marke von npm, Inc. Diese Seite ist nicht mit npm, Inc. verbunden.",
"footer": {
"site_footer": "Fusszeile",
"about": "über uns",
"docs": "Doku",
"source": "Quellcode",
Expand Down Expand Up @@ -594,7 +593,6 @@
}
},
"header": {
"site_header": "Seitenkopf",
"home": "npmx Startseite",
"github": "GitHub",
"packages": "Pakete",
Expand Down
4 changes: 1 addition & 3 deletions i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"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": {
"site_footer": "Site footer",
"about": "about",
"docs": "docs",
"source": "source",
Expand Down Expand Up @@ -40,7 +39,7 @@
}
},
"nav": {
"main_navigation": "Main navigation",
"main_navigation": "Main",
"popular_packages": "Popular packages",
"search": "search",
"settings": "settings",
Expand Down Expand Up @@ -598,7 +597,6 @@
}
},
"header": {
"site_header": "Site header",
"home": "npmx home",
"github": "GitHub",
"packages": "packages",
Expand Down
3 changes: 1 addition & 2 deletions i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
"footer": {
"site_footer": "サイトフッター",
"about": "npmxについて",
"docs": "ドキュメント",
"source": "ソースコード",
Expand Down Expand Up @@ -40,7 +39,7 @@
}
},
"nav": {
"main_navigation": "Main navigation",
"main_navigation": "Main",
"popular_packages": "人気のパッケージ",
"search": "検索",
"settings": "設定",
Expand Down
2 changes: 0 additions & 2 deletions lunaria/files/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"non_affiliation_disclaimer": "nicht verbunden mit npm, Inc.",
"trademark_disclaimer": "npm ist eine eingetragene Marke von npm, Inc. Diese Seite ist nicht mit npm, Inc. verbunden.",
"footer": {
"site_footer": "Fusszeile",
"about": "über uns",
"docs": "Doku",
"source": "Quellcode",
Expand Down Expand Up @@ -594,7 +593,6 @@
}
},
"header": {
"site_header": "Seitenkopf",
"home": "npmx Startseite",
"github": "GitHub",
"packages": "Pakete",
Expand Down
4 changes: 1 addition & 3 deletions lunaria/files/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"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": {
"site_footer": "Site footer",
"about": "about",
"docs": "docs",
"source": "source",
Expand Down Expand Up @@ -40,7 +39,7 @@
}
},
"nav": {
"main_navigation": "Main navigation",
"main_navigation": "Main",
"popular_packages": "Popular packages",
"search": "search",
"settings": "settings",
Expand Down Expand Up @@ -598,7 +597,6 @@
}
},
"header": {
"site_header": "Site header",
"home": "npmx home",
"github": "GitHub",
"packages": "packages",
Expand Down
3 changes: 1 addition & 2 deletions lunaria/files/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"non_affiliation_disclaimer": "npm, Inc.とは関係ありません。",
"trademark_disclaimer": "npmはnpm, Inc.の登録商標です。当サイトはnpm, Inc.とは関係ありません。",
"footer": {
"site_footer": "サイトフッター",
"about": "npmxについて",
"docs": "ドキュメント",
"source": "ソースコード",
Expand Down Expand Up @@ -40,7 +39,7 @@
}
},
"nav": {
"main_navigation": "Main navigation",
"main_navigation": "Main",
"popular_packages": "人気のパッケージ",
"search": "検索",
"settings": "設定",
Expand Down