forked from AkkomaGang/akkoma
Merge branch '2019-02-21-update-frontend' into 'develop'
update frontend See merge request pleroma/pleroma!850
This commit is contained in:
commit
45b06860d3
19 changed files with 974 additions and 4 deletions
priv/static
index.html
static
config.json
sw-pleroma.jssw.jscss
app.d75cda10f04aeefec7b657f8244070e9.cssapp.d75cda10f04aeefec7b657f8244070e9.css.mapapp.f8cd72107c472bb05fac426b53ec499b.cssapp.f8cd72107c472bb05fac426b53ec499b.css.map
emoji.jsonjs
app.0e4952ec8d775da840f1.jsapp.0e4952ec8d775da840f1.js.mapapp.2a6f16b7ee4b2642dacc.jsapp.2a6f16b7ee4b2642dacc.js.mapmanifest.7bce4ebd4510d2c5e6d8.jsmanifest.7bce4ebd4510d2c5e6d8.js.mapmanifest.f00ab54db04706aab2c9.jsvendor.2a9228e5bcaf054e8060.jsvendor.2a9228e5bcaf054e8060.js.mapvendor.5173dfeead1ded3d1f46.js.map
|
@ -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><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.d75cda10f04aeefec7b657f8244070e9.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.f00ab54db04706aab2c9.js></script><script type=text/javascript src=/static/js/vendor.5173dfeead1ded3d1f46.js></script><script type=text/javascript src=/static/js/app.0e4952ec8d775da840f1.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><!--server-generated-meta--><link rel=icon type=image/png href=/favicon.png><link rel=stylesheet href=/static/font/css/fontello.css><link rel=stylesheet href=/static/font/css/animation.css><link href=/static/css/app.f8cd72107c472bb05fac426b53ec499b.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.7bce4ebd4510d2c5e6d8.js></script><script type=text/javascript src=/static/js/vendor.2a9228e5bcaf054e8060.js></script><script type=text/javascript src=/static/js/app.2a6f16b7ee4b2642dacc.js></script></body></html>
|
|
@ -13,11 +13,13 @@
|
|||
"collapseMessageWithSubject": false,
|
||||
"scopeCopy": true,
|
||||
"subjectLineBehavior": "email",
|
||||
"postContentType": "text/plain",
|
||||
"alwaysShowSubjectInput": true,
|
||||
"hidePostStats": false,
|
||||
"hideUserStats": false,
|
||||
"loginMethod": "password",
|
||||
"webPushNotifications": false,
|
||||
"noAttachmentLinks": false,
|
||||
"nsfwCensorImage": ""
|
||||
"nsfwCensorImage": "",
|
||||
"showFeaturesPanel": true
|
||||
}
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
priv/static/static/css/app.f8cd72107c472bb05fac426b53ec499b.css
Normal file
BIN
priv/static/static/css/app.f8cd72107c472bb05fac426b53ec499b.css
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
BIN
priv/static/static/js/app.2a6f16b7ee4b2642dacc.js
Normal file
BIN
priv/static/static/js/app.2a6f16b7ee4b2642dacc.js
Normal file
Binary file not shown.
BIN
priv/static/static/js/app.2a6f16b7ee4b2642dacc.js.map
Normal file
BIN
priv/static/static/js/app.2a6f16b7ee4b2642dacc.js.map
Normal file
Binary file not shown.
BIN
priv/static/static/js/manifest.7bce4ebd4510d2c5e6d8.js
Normal file
BIN
priv/static/static/js/manifest.7bce4ebd4510d2c5e6d8.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.2a9228e5bcaf054e8060.js.map
Normal file
BIN
priv/static/static/js/vendor.2a9228e5bcaf054e8060.js.map
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue