forked from AkkomaGang/akkoma
Update frontend
This commit is contained in:
parent
b988e9cc8b
commit
d4e6ca88a6
42 changed files with 1434 additions and 969 deletions
|
@ -1 +1 @@
|
||||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><title>Pleroma</title><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.9a4c5ede37b2f0230836.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.952124344a84613dbac0.js></script><script type=text/javascript src=/static/js/app.45547c05212c403dd77c.js></script></body></html>
|
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link href=/static/css/app.9a4c5ede37b2f0230836.css rel=stylesheet></head><body class=hidden><noscript>To use Pleroma, please enable JavaScript.</noscript><div id=app></div><script type=text/javascript src=/static/js/vendors~app.4103f03e428eb765f04d.js></script><script type=text/javascript src=/static/js/app.c4f570328dc17a633803.js></script></body></html>
|
File diff suppressed because it is too large
Load diff
BIN
priv/static/static/js/10.0044e0a91e709d07cc7f.js
Normal file
BIN
priv/static/static/js/10.0044e0a91e709d07cc7f.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/18.cf36e1127e02cd2a36a4.js
Normal file
BIN
priv/static/static/js/18.cf36e1127e02cd2a36a4.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/2.9b94fcdec8b4c4dde80f.js
Normal file
BIN
priv/static/static/js/2.9b94fcdec8b4c4dde80f.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/2.9b94fcdec8b4c4dde80f.js.map
Normal file
BIN
priv/static/static/js/2.9b94fcdec8b4c4dde80f.js.map
Normal file
Binary file not shown.
BIN
priv/static/static/js/28.e575fccfc5c48ba080e1.js
Normal file
BIN
priv/static/static/js/28.e575fccfc5c48ba080e1.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/30.b461727270655cb0f752.js
Normal file
BIN
priv/static/static/js/30.b461727270655cb0f752.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/30.b461727270655cb0f752.js.map
Normal file
BIN
priv/static/static/js/30.b461727270655cb0f752.js.map
Normal file
Binary file not shown.
BIN
priv/static/static/js/31.554145c52128030ca625.js
Normal file
BIN
priv/static/static/js/31.554145c52128030ca625.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/31.554145c52128030ca625.js.map
Normal file
BIN
priv/static/static/js/31.554145c52128030ca625.js.map
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/9.fce4dde4ce07554d517f.js
Normal file
BIN
priv/static/static/js/9.fce4dde4ce07554d517f.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/app.c4f570328dc17a633803.js
Normal file
BIN
priv/static/static/js/app.c4f570328dc17a633803.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/app.c4f570328dc17a633803.js.map
Normal file
BIN
priv/static/static/js/app.c4f570328dc17a633803.js.map
Normal file
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/vendors~app.4103f03e428eb765f04d.js.map
Normal file
BIN
priv/static/static/js/vendors~app.4103f03e428eb765f04d.js.map
Normal file
Binary file not shown.
Binary file not shown.
|
@ -267,6 +267,7 @@
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#c0c0c0",
|
"bg": "#c0c0c0",
|
||||||
|
"wallpaper": "#008080",
|
||||||
"text": "#000000",
|
"text": "#000000",
|
||||||
"link": "#0000ff",
|
"link": "#0000ff",
|
||||||
"accent": "#000080",
|
"accent": "#000080",
|
||||||
|
|
|
@ -258,6 +258,7 @@
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#c0c0c0",
|
"bg": "#c0c0c0",
|
||||||
|
"wallpaper": "#008080",
|
||||||
"text": "#000000",
|
"text": "#000000",
|
||||||
"link": "#0000ff",
|
"link": "#0000ff",
|
||||||
"accent": "#000080",
|
"accent": "#000080",
|
||||||
|
|
|
@ -240,6 +240,7 @@
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#d6d6ce",
|
"bg": "#d6d6ce",
|
||||||
|
"wallpaper": "#396ba5",
|
||||||
"text": "#000000",
|
"text": "#000000",
|
||||||
"link": "#0000ff",
|
"link": "#0000ff",
|
||||||
"accent": "#0a246a",
|
"accent": "#0a246a",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue