forked from AkkomaGang/akkoma
Update frontend.
This commit is contained in:
parent
0f099dac67
commit
f6495abf73
18 changed files with 13 additions and 14 deletions
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.6bbc2139ab6359415d8ccba848004a45.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.43e2c3e0f457f6ae2312.js></script><script type=text/javascript src=/static/js/vendor.dc546cb1c74e08228946.js></script><script type=text/javascript src=/static/js/app.516e5a9e5dd83467d422.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Pleroma</title><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.c5246f458f4269b6ad4b91c3c2fad58f.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.18dec2bb4b8f43a3565c.js></script><script type=text/javascript src=/static/js/vendor.a13300a73ca44219239c.js></script><script type=text/javascript src=/static/js/app.ac391c7ca4c05f401772.js></script></body></html>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Pleroma/Soykaf BETA",
|
||||
"theme": "base16-pleroma-light.css",
|
||||
"name": "Pleroma FE",
|
||||
"theme": "pleroma-dark",
|
||||
"background": "/static/bg.jpg",
|
||||
"logo": "/static/logo.png",
|
||||
"registrationOpen": true
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/app.ac391c7ca4c05f401772.js
Normal file
BIN
priv/static/static/js/app.ac391c7ca4c05f401772.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/app.ac391c7ca4c05f401772.js.map
Normal file
BIN
priv/static/static/js/app.ac391c7ca4c05f401772.js.map
Normal file
Binary file not shown.
BIN
priv/static/static/js/manifest.18dec2bb4b8f43a3565c.js
Normal file
BIN
priv/static/static/js/manifest.18dec2bb4b8f43a3565c.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/vendor.a13300a73ca44219239c.js.map
Normal file
BIN
priv/static/static/js/vendor.a13300a73ca44219239c.js.map
Normal file
Binary file not shown.
Binary file not shown.
9
priv/static/static/styles.json
Normal file
9
priv/static/static/styles.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070" ],
|
||||
"pleroma-light": [ "Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f" ],
|
||||
"classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c" ],
|
||||
"bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8"],
|
||||
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60" ],
|
||||
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672" ],
|
||||
"mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8" ]
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
[
|
||||
"now",
|
||||
["%ss", "%ss"],
|
||||
["%smin", "%smin"],
|
||||
["%sh", "%sh"],
|
||||
["%sd", "%sd"],
|
||||
["%sw", "%sw"],
|
||||
["%smo", "%smo"],
|
||||
["%sy", "%sy"]
|
||||
]
|
Loading…
Reference in a new issue