Browse Source

Update frontend.

tags/v0.9.9
Roger Braun 7 years ago
parent
commit
2652f5a684
19 changed files with 90 additions and 22 deletions
  1. +1
    -1
      priv/static/index.html
  2. +1
    -1
      priv/static/static/config.json
  3. +2
    -0
      priv/static/static/css/app.a86c13eb46180b1b975a1acd59b52cc6.css
  4. +1
    -0
      priv/static/static/css/app.a86c13eb46180b1b975a1acd59b52cc6.css.map
  5. +0
    -2
      priv/static/static/css/app.c9152df945545cbfad798e27da935399.css
  6. +0
    -1
      priv/static/static/css/app.c9152df945545cbfad798e27da935399.css.map
  7. +33
    -0
      priv/static/static/css/base16-pleroma-dark.css
  8. +33
    -0
      priv/static/static/css/base16-pleroma-light.css
  9. +2
    -0
      priv/static/static/css/themes.json
  10. +4
    -0
      priv/static/static/js/app.6a6016da34598b91ac47.js
  11. +1
    -0
      priv/static/static/js/app.6a6016da34598b91ac47.js.map
  12. +0
    -4
      priv/static/static/js/app.8e94b6d65028f6ffaeee.js
  13. +0
    -1
      priv/static/static/js/app.8e94b6d65028f6ffaeee.js.map
  14. +0
    -2
      priv/static/static/js/manifest.53ddf71d231dbc5f82dc.js
  15. +2
    -0
      priv/static/static/js/manifest.e04a9bc033ed0322c140.js
  16. +1
    -1
      priv/static/static/js/manifest.e04a9bc033ed0322c140.js.map
  17. +0
    -1
      priv/static/static/js/vendor.a3ec6a31a96c8e7709d8.js.map
  18. +8
    -8
      priv/static/static/js/vendor.d7d8813599feb765b152.js
  19. +1
    -0
      priv/static/static/js/vendor.d7d8813599feb765b152.js.map

+ 1
- 1
priv/static/index.html View File

@@ -1 +1 @@
<!DOCTYPE html><html><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.c9152df945545cbfad798e27da935399.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.53ddf71d231dbc5f82dc.js></script><script type=text/javascript src=/static/js/vendor.a3ec6a31a96c8e7709d8.js></script><script type=text/javascript src=/static/js/app.8e94b6d65028f6ffaeee.js></script></body></html>
<!DOCTYPE html><html><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.a86c13eb46180b1b975a1acd59b52cc6.css rel=stylesheet></head><body style="display: none"><div id=app></div><script type=text/javascript src=/static/js/manifest.e04a9bc033ed0322c140.js></script><script type=text/javascript src=/static/js/vendor.d7d8813599feb765b152.js></script><script type=text/javascript src=/static/js/app.6a6016da34598b91ac47.js></script></body></html>

+ 1
- 1
priv/static/static/config.json View File

@@ -1,6 +1,6 @@
{
"name": "Pleroma FE",
"theme": "base16-ashes.css",
"theme": "base16-pleroma-dark.css",
"background": "/static/bg.jpg",
"logo": "/static/logo.png"
}

+ 2
- 0
priv/static/static/css/app.a86c13eb46180b1b975a1acd59b52cc6.css
File diff suppressed because it is too large
View File


+ 1
- 0
priv/static/static/css/app.a86c13eb46180b1b975a1acd59b52cc6.css.map
File diff suppressed because it is too large
View File


+ 0
- 2
priv/static/static/css/app.c9152df945545cbfad798e27da935399.css
File diff suppressed because it is too large
View File


+ 0
- 1
priv/static/static/css/app.c9152df945545cbfad798e27da935399.css.map
File diff suppressed because it is too large
View File


+ 33
- 0
priv/static/static/css/base16-pleroma-dark.css View File

@@ -0,0 +1,33 @@
.base00-background { background-color: #161c20; }
.base01-background { background-color: #282e32; }
.base02-background { background-color: #343a3f; }
.base03-background { background-color: #4e5256; }
.base04-background { background-color: #ababab; }
.base05-background { background-color: #b9b9b9; }
.base06-background { background-color: #d0d0d0; }
.base07-background { background-color: #e7e7e7; }
.base08-background { background-color: #baaa9c; }
.base09-background { background-color: #999999; }
.base0A-background { background-color: #a0a0a0; }
.base0B-background { background-color: #8e8e8e; }
.base0C-background { background-color: #868686; }
.base0D-background { background-color: #686868; }
.base0E-background { background-color: #747474; }
.base0F-background { background-color: #5e5e5e; }

.base00 { color: #161c20; }
.base01 { color: #282e32; }
.base02 { color: #36393e; }
.base03 { color: #4e5256; }
.base04 { color: #ababab; }
.base05 { color: #b9b9b9; }
.base06 { color: #d0d0d0; }
.base07 { color: #e7e7e7; }
.base08 { color: #baaa9c; }
.base09 { color: #999999; }
.base0A { color: #a0a0a0; }
.base0B { color: #8e8e8e; }
.base0C { color: #868686; }
.base0D { color: #686868; }
.base0E { color: #747474; }
.base0F { color: #5e5e5e; }

+ 33
- 0
priv/static/static/css/base16-pleroma-light.css View File

@@ -0,0 +1,33 @@
.base00-background { background-color: #f2f4f6; }
.base01-background { background-color: #dde2e6; }
.base02-background { background-color: #c0c6cb; }
.base03-background { background-color: #a4a4a4; }
.base04-background { background-color: #545454; }
.base05-background { background-color: #304055; }
.base06-background { background-color: #040404; }
.base07-background { background-color: #000000; }
.base08-background { background-color: #e92f2f; }
.base09-background { background-color: #e09448; }
.base0A-background { background-color: #dddd13; }
.base0B-background { background-color: #0ed839; }
.base0C-background { background-color: #23edda; }
.base0D-background { background-color: #3b48e3; }
.base0E-background { background-color: #f996e2; }
.base0F-background { background-color: #69542d; }

.base00 { color: #f2f4f6; }
.base01 { color: #dde2e6; }
.base02 { color: #c0c6cb; }
.base03 { color: #a4a4a4; }
.base04 { color: #545454; }
.base05 { color: #304055; }
.base06 { color: #040404; }
.base07 { color: #000000; }
.base08 { color: #e46f0f; }
.base09 { color: #e09448; }
.base0A { color: #dddd13; }
.base0B { color: #0ed839; }
.base0C { color: #23edda; }
.base0D { color: #3b48e3; }
.base0E { color: #f996e2; }
.base0F { color: #69542d; }

+ 2
- 0
priv/static/static/css/themes.json View File

@@ -1,4 +1,6 @@
[
"base16-pleroma-dark.css",
"base16-pleroma-light.css",
"base16-3024.css",
"base16-apathy.css",
"base16-ashes.css",


+ 4
- 0
priv/static/static/js/app.6a6016da34598b91ac47.js
File diff suppressed because it is too large
View File


+ 1
- 0
priv/static/static/js/app.6a6016da34598b91ac47.js.map
File diff suppressed because it is too large
View File


+ 0
- 4
priv/static/static/js/app.8e94b6d65028f6ffaeee.js
File diff suppressed because it is too large
View File


+ 0
- 1
priv/static/static/js/app.8e94b6d65028f6ffaeee.js.map
File diff suppressed because it is too large
View File


+ 0
- 2
priv/static/static/js/manifest.53ddf71d231dbc5f82dc.js View File

@@ -1,2 +0,0 @@
!function(e){function t(a){if(n[a])return n[a].exports;var r=n[a]={exports:{},id:a,loaded:!1};return e[a].call(r.exports,r,r.exports,t),r.loaded=!0,r.exports}var a=window.webpackJsonp;window.webpackJsonp=function(c,o){for(var p,s,l=0,i=[];l<c.length;l++)s=c[l],r[s]&&i.push.apply(i,r[s]),r[s]=0;for(p in o)e[p]=o[p];for(a&&a(c,o);i.length;)i.shift().call(null,t);if(o[0])return n[0]=0,t(0)};var n={},r={0:0};t.e=function(e,a){if(0===r[e])return a.call(null,t);if(void 0!==r[e])r[e].push(a);else{r[e]=[a];var n=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.charset="utf-8",c.async=!0,c.src=t.p+"static/js/"+e+"."+{1:"a3ec6a31a96c8e7709d8",2:"8e94b6d65028f6ffaeee"}[e]+".js",n.appendChild(c)}},t.m=e,t.c=n,t.p="/"}([]);
//# sourceMappingURL=manifest.53ddf71d231dbc5f82dc.js.map

+ 2
- 0
priv/static/static/js/manifest.e04a9bc033ed0322c140.js View File

@@ -0,0 +1,2 @@
!function(e){function t(n){if(a[n])return a[n].exports;var r=a[n]={exports:{},id:n,loaded:!1};return e[n].call(r.exports,r,r.exports,t),r.loaded=!0,r.exports}var n=window.webpackJsonp;window.webpackJsonp=function(o,c){for(var p,s,l=0,i=[];l<o.length;l++)s=o[l],r[s]&&i.push.apply(i,r[s]),r[s]=0;for(p in c)e[p]=c[p];for(n&&n(o,c);i.length;)i.shift().call(null,t);if(c[0])return a[0]=0,t(0)};var a={},r={0:0};t.e=function(e,n){if(0===r[e])return n.call(null,t);if(void 0!==r[e])r[e].push(n);else{r[e]=[n];var a=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.src=t.p+"static/js/"+e+"."+{1:"d7d8813599feb765b152",2:"6a6016da34598b91ac47"}[e]+".js",a.appendChild(o)}},t.m=e,t.c=a,t.p="/"}([]);
//# sourceMappingURL=manifest.e04a9bc033ed0322c140.js.map

priv/static/static/js/manifest.e04a9bc033ed0322c140.js.map
File diff suppressed because it is too large
View File


+ 0
- 1
priv/static/static/js/vendor.a3ec6a31a96c8e7709d8.js.map
File diff suppressed because it is too large
View File


priv/static/static/js/vendor.d7d8813599feb765b152.js
File diff suppressed because it is too large
View File


+ 1
- 0
priv/static/static/js/vendor.d7d8813599feb765b152.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save