mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 21:13:16 +00:00
Merge pull request #358 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
6d2116e9f2
5 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@ MAIL_PORT=2525
|
||||||
MAIL_USERNAME=null
|
MAIL_USERNAME=null
|
||||||
MAIL_PASSWORD=null
|
MAIL_PASSWORD=null
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_ENCRYPTION=null
|
||||||
MAIL_FROM_ADDRESS="pixelfed@example.com
|
MAIL_FROM_ADDRESS="pixelfed@example.com"
|
||||||
MAIL_FROM_NAME="Pixelfed"
|
MAIL_FROM_NAME="Pixelfed"
|
||||||
|
|
||||||
SESSION_DOMAIN="${APP_DOMAIN}"
|
SESSION_DOMAIN="${APP_DOMAIN}"
|
||||||
|
|
BIN
public/img/favicon.png
Normal file
BIN
public/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
|
@ -9,5 +9,6 @@ return [
|
||||||
'settings' => 'Einstellungen',
|
'settings' => 'Einstellungen',
|
||||||
'admin' => 'Administration',
|
'admin' => 'Administration',
|
||||||
'logout' => 'Abmelden',
|
'logout' => 'Abmelden',
|
||||||
|
'directMessages' => 'Privatnachrichten',
|
||||||
|
|
||||||
];
|
];
|
|
@ -5,4 +5,4 @@ return [
|
||||||
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
|
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
|
||||||
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
|
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
|
||||||
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
||||||
];
|
];
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<meta name="medium" content="image">
|
<meta name="medium" content="image">
|
||||||
<meta name="theme-color" content="#10c5f8">
|
<meta name="theme-color" content="#10c5f8">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
||||||
<link rel="canonical" href="{{request()->url()}}">
|
<link rel="canonical" href="{{request()->url()}}">
|
||||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||||
@stack('styles')
|
@stack('styles')
|
||||||
|
|
Loading…
Reference in a new issue