mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 08:23:54 +01:00
refactor(ui): update page titles and manifest for rebrand
This commit is contained in:
parent
99512447d7
commit
2a523af1db
7 changed files with 11 additions and 11 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 96 KiB |
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
],
|
||||
"start_url": "__URL_BASE__/",
|
||||
"theme_color": "#3a3f51",
|
||||
"background_color": "#3a3f51",
|
||||
"theme_color": "#0d9488",
|
||||
"background_color": "#0f766e",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -284,8 +284,8 @@ function Updates() {
|
|||
<div>
|
||||
<InlineMarkdown
|
||||
data={translate('InstallMajorVersionUpdateMessageLink', {
|
||||
domain: 'radarr.video',
|
||||
url: 'https://radarr.video/#downloads',
|
||||
domain: 'github.com',
|
||||
url: 'https://github.com/Cody-k/logarr/releases',
|
||||
})}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ export default function translate(
|
|||
|
||||
const translation = translations[key] || key;
|
||||
|
||||
tokens.appName = 'Radarr';
|
||||
tokens.appName = 'Logarr';
|
||||
|
||||
// Fallback to the old behaviour for translations not yet updated to use named tokens
|
||||
Object.values(tokens).forEach((value, index) => {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
<meta name="description" content="Radarr" />
|
||||
<meta name="description" content="Logarr" />
|
||||
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<% for (key in htmlWebpackPlugin.files.js) { %><script type="text/javascript" src="<%= htmlWebpackPlugin.files.js[key] %>" data-no-hash></script><% } %>
|
||||
<% for (key in htmlWebpackPlugin.files.css) { %><link href="<%= htmlWebpackPlugin.files.css[key] %>" rel="stylesheet"></link><% } %>
|
||||
|
||||
<title>Radarr</title>
|
||||
<title>Logarr</title>
|
||||
|
||||
<!--
|
||||
The super basic styling for .root will live here,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
/>
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
|
||||
<meta name="description" content="Radarr (Preview)" />
|
||||
<meta name="description" content="Logarr" />
|
||||
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/Content/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Content/Fonts/fonts.css" />
|
||||
|
||||
<title>Login - Radarr</title>
|
||||
<title>Login - Logarr</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
</span>
|
||||
|
||||
<a
|
||||
href="https://wiki.servarr.com/radarr/faq#help-i-have-locked-myself-out"
|
||||
href="https://github.com/Cody-k/logarr/wiki/FAQ#help-i-have-locked-myself-out"
|
||||
class="forgot-password"
|
||||
>Forgot your password?</a
|
||||
>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
<span>©</span>
|
||||
<span id="year"></span>
|
||||
<span>-</span>
|
||||
<span>Radarr</span>
|
||||
<span>Logarr</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue