From 30303a3ad0d0f31d93c25f42bfd10d70e8277b72 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 10 Dec 2022 22:27:08 +0100 Subject: Update --- app/banner.js | 32 ++++++++++++++++---------------- app/fronters/ponies/exudo.png | Bin 0 -> 5822 bytes app/fronters/ponies/qcemf.png | Bin 0 -> 7049 bytes app/fronters/ponies/ughya.png | Bin 0 -> 6228 bytes app/fronters/profiles/auvwc.png | Bin 504733 -> 504733 bytes app/fronters/profiles/bbrig.png | Bin 148262 -> 148262 bytes app/fronters/profiles/ckqsw.png | Bin 1559833 -> 1559833 bytes app/fronters/profiles/dogwu.png | Bin 2055 -> 2055 bytes app/fronters/profiles/eebmh.png | Bin 570974 -> 570974 bytes app/fronters/profiles/erefx.png | Bin 826530 -> 826530 bytes app/fronters/profiles/erknz.png | Bin 56915 -> 56915 bytes app/fronters/profiles/exnwc.png | Bin 226883 -> 226883 bytes app/fronters/profiles/exudo.png | Bin 0 -> 298183 bytes app/fronters/profiles/fdaay.png | Bin 181311 -> 181311 bytes app/fronters/profiles/gevde.png | Bin 218853 -> 218853 bytes app/fronters/profiles/gfhsr.png | Bin 2283131 -> 2283131 bytes app/fronters/profiles/ghrby.png | Bin 167497 -> 167497 bytes app/fronters/profiles/hpwyq.png | Bin 2770 -> 2770 bytes app/fronters/profiles/irxyh.png | Bin 26543 -> 26543 bytes app/fronters/profiles/jnbae.png | Bin 60223 -> 60223 bytes app/fronters/profiles/khsbb.png | Bin 249236 -> 249236 bytes app/fronters/profiles/kkhbw.png | Bin 40300 -> 40300 bytes app/fronters/profiles/lllfw.png | Bin 560601 -> 560601 bytes app/fronters/profiles/lzlaq.png | Bin 26543 -> 26543 bytes app/fronters/profiles/mglyq.png | Bin 91476 -> 91476 bytes app/fronters/profiles/mhnqy.png | Bin 27452 -> 27452 bytes app/fronters/profiles/mvaws.png | Bin 473421 -> 473421 bytes app/fronters/profiles/pabmo.png | Bin 180390 -> 180390 bytes app/fronters/profiles/ptgor.png | Bin 70342 -> 70342 bytes app/fronters/profiles/qbzxm.png | Bin 2843 -> 2843 bytes app/fronters/profiles/qcemf.png | Bin 0 -> 370856 bytes app/fronters/profiles/qraku.png | Bin 45898 -> 45898 bytes app/fronters/profiles/rdstg.png | Bin 16881 -> 16881 bytes app/fronters/profiles/rirgf.png | Bin 156974 -> 156974 bytes app/fronters/profiles/rpjok.png | Bin 1542918 -> 1542918 bytes app/fronters/profiles/sbxze.png | Bin 50554 -> 50554 bytes app/fronters/profiles/sehke.png | Bin 1947 -> 1947 bytes app/fronters/profiles/sjuao.png | Bin 1045570 -> 1045570 bytes app/fronters/profiles/tfbob.png | Bin 14049 -> 14049 bytes app/fronters/profiles/tjrhc.png | Bin 40300 -> 40300 bytes app/fronters/profiles/ufadt.png | Bin 339704 -> 339704 bytes app/fronters/profiles/ughya.png | Bin 0 -> 774245 bytes app/fronters/profiles/vncoa.png | Bin 46475 -> 46475 bytes app/fronters/profiles/vvsxf.png | Bin 61010 -> 61010 bytes app/fronters/profiles/xbvwt.png | Bin 70342 -> 70342 bytes app/fronters/profiles/xcjhj.png | Bin 107053 -> 107053 bytes app/fronters/profiles/yhbrc.png | Bin 494559 -> 494559 bytes app/fronters/profiles/zajrk.png | Bin 2097 -> 2097 bytes app/fronters/profiles/zdtsg.png | Bin 3046 -> 1628 bytes app/fronters/profiles/zhtzs.png | Bin 673763 -> 673763 bytes app/fronters/profiles/ztfjz.png | Bin 184686 -> 184686 bytes app/fronters/profiles/zzise.png | Bin 69145 -> 69145 bytes app/sw.js | 9 +++++++++ 53 files changed, 25 insertions(+), 16 deletions(-) create mode 100644 app/fronters/ponies/exudo.png create mode 100644 app/fronters/ponies/qcemf.png create mode 100644 app/fronters/ponies/ughya.png create mode 100644 app/fronters/profiles/exudo.png create mode 100644 app/fronters/profiles/qcemf.png create mode 100644 app/fronters/profiles/ughya.png (limited to 'app') diff --git a/app/banner.js b/app/banner.js index 7401572..dc1a06b 100644 --- a/app/banner.js +++ b/app/banner.js @@ -116,9 +116,9 @@ async function refreshBanner(offline, french) { ${data['id'] === "unknown" ? ` - Unknown member (${data['system']['name']} System) + ${french ? "Membre inconnu" : "Unknown member"} (${data['system']['name']} System) ` : data['id'] === "fusion" ? (data['name'] === "fusion" ? ` - Multiple merged members + ${french ? "Plusieurs membres fusionnés" : "Multiple merged members"} ` : data['name']) : data['name']} @@ -128,26 +128,26 @@ async function refreshBanner(offline, french) { ${data['badges'].length === 0 ? " " : ""} -
+
${french ? `Préfixe${data['prefixes'].length > 1 ? 's' : ''} ` : `Prefix${data['prefixes'].length > 1 ? 'es' : ''}`}:
${data['prefixes'].join(', ')}
- + ${french ? "" : ` ${french ? "Pronoms :" : "Pronouns:"}
${data['id'] === "fusion" ? "she/her" : data['pronouns']} -
+
`} ${!data['median'] && data['id'] !== "unknown" ? ` ${data["id"] === "fusion" ? ` - Fronting since:
+ ${french ? "Fronte depuis " : "Fronting since"}:
${data['last_fronted'] ? ` ${data['last_fronted']['now'] ? ` ${data['last_fronted']['relative']}
  ` : ` - Not fronting
  + ${french ? "Pas au front" : "Not fronting"}
  `} - ` : `Not fronting
 `}` : ` + ` : `${french ? "Pas au front" : "Not fronting"}
 `}` : ` ${french ? "Front :" : "Last fronted:"}
${data['last_fronted'] ? ` ${data['last_fronted']['now'] ? ` @@ -162,26 +162,26 @@ async function refreshBanner(offline, french) { ` : ''} ${data['id'] !== "fusion" ? ` - ${data['id'] === "unknown" ? "Species: best to ask" : ` - Species: + ${data['id'] === "unknown" ? (french ? "Espèce : préférez demander" : "Species: best to ask") : ` + ${french ? "Espèce :" : "Species:"} ${data['species'].map(species => ` ${species['name']} `).join("")}`} ` : ''} ${data['id'] !== "fusion" ? ` - System: - ${data['system']['name']} + ${french ? "Position :" : "Location:"} + ${data['system']['page'] ? ` ${data['system']['name']}` : ` ${data['system']['name']}`} ${data['system']['subsystem'] ? ` -
Subsystem: ${data['system']['subsystem']['name']} - ` : data['system']['temporary'] ? '
(temporary)' : ''} +
${french ? "Sous-système :" : "Subsystem:"} ${data['system']['subsystem']['name']} + ` : data['system']['temporary'] ? (french ? '
(temporaire)' : '
(temporary)') : ''}
` : ''}
${data['id'] !== "unknown" && data['id'] !== "fusion" ? `
- ${french ? (data['relations']['marefriends'].length > 1 ? 'Partenaires ' : 'Partenaire ') : `Marefriend${data['relations']['marefriends'].length > 1 ? 's' : ''}`}: ${data['relations']['marefriends'].length > 1 ? '
' : ''} + ${french ? (data['relations']['marefriends'].length > 1 ? 'Copines ' : 'Copine ') : `Marefriend${data['relations']['marefriends'].length > 1 ? 's' : ''}`}: ${data['relations']['marefriends'].length > 1 ? '
' : ''} ${data['relations']['marefriends'].map(relation => ` `).join(``)} ${data['relations']['marefriends'].length === 0 ? '-' : ''} @@ -194,7 +194,7 @@ async function refreshBanner(offline, french) {
${data['little'] ? ` - ${french ? (data['relations']['sisters'].length > 1 ? 'Caretakers ' : 'Caretaker ') : `Caretaker${data['relations']['caretakers'].length > 1 ? 's' : ''}`}: ${data['relations']['caretakers'].length > 1 ? '
' : ''} + ${french ? (data['relations']['sisters'].length > 1 ? 'Gardiens ' : 'Gardien ') : `Caretaker${data['relations']['caretakers'].length > 1 ? 's' : ''}`}: ${data['relations']['caretakers'].length > 1 ? '
' : ''} ${data['relations']['caretakers'].map(relation => ` `).join(``)} ${data['relations']['caretakers'].length === 0 ? '-' : ''} diff --git a/app/fronters/ponies/exudo.png b/app/fronters/ponies/exudo.png new file mode 100644 index 0000000..858d7e1 Binary files /dev/null and b/app/fronters/ponies/exudo.png differ diff --git a/app/fronters/ponies/qcemf.png b/app/fronters/ponies/qcemf.png new file mode 100644 index 0000000..ce17c8b Binary files /dev/null and b/app/fronters/ponies/qcemf.png differ diff --git a/app/fronters/ponies/ughya.png b/app/fronters/ponies/ughya.png new file mode 100644 index 0000000..64cf8f8 Binary files /dev/null and b/app/fronters/ponies/ughya.png differ diff --git a/app/fronters/profiles/auvwc.png b/app/fronters/profiles/auvwc.png index 38bb8d5..818d389 100644 Binary files a/app/fronters/profiles/auvwc.png and b/app/fronters/profiles/auvwc.png differ diff --git a/app/fronters/profiles/bbrig.png b/app/fronters/profiles/bbrig.png index a874921..d2681bc 100644 Binary files a/app/fronters/profiles/bbrig.png and b/app/fronters/profiles/bbrig.png differ diff --git a/app/fronters/profiles/ckqsw.png b/app/fronters/profiles/ckqsw.png index 8a74ec0..3006642 100644 Binary files a/app/fronters/profiles/ckqsw.png and b/app/fronters/profiles/ckqsw.png differ diff --git a/app/fronters/profiles/dogwu.png b/app/fronters/profiles/dogwu.png index 731f0f7..b6559f5 100644 Binary files a/app/fronters/profiles/dogwu.png and b/app/fronters/profiles/dogwu.png differ diff --git a/app/fronters/profiles/eebmh.png b/app/fronters/profiles/eebmh.png index e037bf8..a759b56 100644 Binary files a/app/fronters/profiles/eebmh.png and b/app/fronters/profiles/eebmh.png differ diff --git a/app/fronters/profiles/erefx.png b/app/fronters/profiles/erefx.png index 06e26b2..7bc4806 100644 Binary files a/app/fronters/profiles/erefx.png and b/app/fronters/profiles/erefx.png differ diff --git a/app/fronters/profiles/erknz.png b/app/fronters/profiles/erknz.png index 5d6bb7f..2078744 100644 Binary files a/app/fronters/profiles/erknz.png and b/app/fronters/profiles/erknz.png differ diff --git a/app/fronters/profiles/exnwc.png b/app/fronters/profiles/exnwc.png index 465d7bf..9d47e6c 100644 Binary files a/app/fronters/profiles/exnwc.png and b/app/fronters/profiles/exnwc.png differ diff --git a/app/fronters/profiles/exudo.png b/app/fronters/profiles/exudo.png new file mode 100644 index 0000000..76c987c Binary files /dev/null and b/app/fronters/profiles/exudo.png differ diff --git a/app/fronters/profiles/fdaay.png b/app/fronters/profiles/fdaay.png index 03ce335..2444822 100644 Binary files a/app/fronters/profiles/fdaay.png and b/app/fronters/profiles/fdaay.png differ diff --git a/app/fronters/profiles/gevde.png b/app/fronters/profiles/gevde.png index 2d0d73a..37675e7 100644 Binary files a/app/fronters/profiles/gevde.png and b/app/fronters/profiles/gevde.png differ diff --git a/app/fronters/profiles/gfhsr.png b/app/fronters/profiles/gfhsr.png index 09daf26..a0fe18d 100644 Binary files a/app/fronters/profiles/gfhsr.png and b/app/fronters/profiles/gfhsr.png differ diff --git a/app/fronters/profiles/ghrby.png b/app/fronters/profiles/ghrby.png index a1e3231..97d0d1b 100644 Binary files a/app/fronters/profiles/ghrby.png and b/app/fronters/profiles/ghrby.png differ diff --git a/app/fronters/profiles/hpwyq.png b/app/fronters/profiles/hpwyq.png index 1df8bf1..cb6d7b0 100644 Binary files a/app/fronters/profiles/hpwyq.png and b/app/fronters/profiles/hpwyq.png differ diff --git a/app/fronters/profiles/irxyh.png b/app/fronters/profiles/irxyh.png index d4937ff..7c9577b 100644 Binary files a/app/fronters/profiles/irxyh.png and b/app/fronters/profiles/irxyh.png differ diff --git a/app/fronters/profiles/jnbae.png b/app/fronters/profiles/jnbae.png index 8b9d6f3..a06a031 100644 Binary files a/app/fronters/profiles/jnbae.png and b/app/fronters/profiles/jnbae.png differ diff --git a/app/fronters/profiles/khsbb.png b/app/fronters/profiles/khsbb.png index cdd2c7d..6d45bb9 100644 Binary files a/app/fronters/profiles/khsbb.png and b/app/fronters/profiles/khsbb.png differ diff --git a/app/fronters/profiles/kkhbw.png b/app/fronters/profiles/kkhbw.png index fa1a5ae..9822fe3 100644 Binary files a/app/fronters/profiles/kkhbw.png and b/app/fronters/profiles/kkhbw.png differ diff --git a/app/fronters/profiles/lllfw.png b/app/fronters/profiles/lllfw.png index 7e2e24b..889d471 100644 Binary files a/app/fronters/profiles/lllfw.png and b/app/fronters/profiles/lllfw.png differ diff --git a/app/fronters/profiles/lzlaq.png b/app/fronters/profiles/lzlaq.png index 85cffe4..297d756 100644 Binary files a/app/fronters/profiles/lzlaq.png and b/app/fronters/profiles/lzlaq.png differ diff --git a/app/fronters/profiles/mglyq.png b/app/fronters/profiles/mglyq.png index b29b2f6..71544d7 100644 Binary files a/app/fronters/profiles/mglyq.png and b/app/fronters/profiles/mglyq.png differ diff --git a/app/fronters/profiles/mhnqy.png b/app/fronters/profiles/mhnqy.png index c2c8248..370ca37 100644 Binary files a/app/fronters/profiles/mhnqy.png and b/app/fronters/profiles/mhnqy.png differ diff --git a/app/fronters/profiles/mvaws.png b/app/fronters/profiles/mvaws.png index 8c0dc21..5af3777 100644 Binary files a/app/fronters/profiles/mvaws.png and b/app/fronters/profiles/mvaws.png differ diff --git a/app/fronters/profiles/pabmo.png b/app/fronters/profiles/pabmo.png index 4794b04..5ad9dfc 100644 Binary files a/app/fronters/profiles/pabmo.png and b/app/fronters/profiles/pabmo.png differ diff --git a/app/fronters/profiles/ptgor.png b/app/fronters/profiles/ptgor.png index bc53c40..6e2bb89 100644 Binary files a/app/fronters/profiles/ptgor.png and b/app/fronters/profiles/ptgor.png differ diff --git a/app/fronters/profiles/qbzxm.png b/app/fronters/profiles/qbzxm.png index 14b167b..5478e33 100644 Binary files a/app/fronters/profiles/qbzxm.png and b/app/fronters/profiles/qbzxm.png differ diff --git a/app/fronters/profiles/qcemf.png b/app/fronters/profiles/qcemf.png new file mode 100644 index 0000000..fd99d2b Binary files /dev/null and b/app/fronters/profiles/qcemf.png differ diff --git a/app/fronters/profiles/qraku.png b/app/fronters/profiles/qraku.png index f75f702..fed1048 100644 Binary files a/app/fronters/profiles/qraku.png and b/app/fronters/profiles/qraku.png differ diff --git a/app/fronters/profiles/rdstg.png b/app/fronters/profiles/rdstg.png index 26c2939..08c94ff 100644 Binary files a/app/fronters/profiles/rdstg.png and b/app/fronters/profiles/rdstg.png differ diff --git a/app/fronters/profiles/rirgf.png b/app/fronters/profiles/rirgf.png index dc44de0..ecc0e18 100644 Binary files a/app/fronters/profiles/rirgf.png and b/app/fronters/profiles/rirgf.png differ diff --git a/app/fronters/profiles/rpjok.png b/app/fronters/profiles/rpjok.png index e77e62c..ca6970b 100644 Binary files a/app/fronters/profiles/rpjok.png and b/app/fronters/profiles/rpjok.png differ diff --git a/app/fronters/profiles/sbxze.png b/app/fronters/profiles/sbxze.png index 360562f..ee3cfbf 100644 Binary files a/app/fronters/profiles/sbxze.png and b/app/fronters/profiles/sbxze.png differ diff --git a/app/fronters/profiles/sehke.png b/app/fronters/profiles/sehke.png index 95e00cb..ac12f48 100644 Binary files a/app/fronters/profiles/sehke.png and b/app/fronters/profiles/sehke.png differ diff --git a/app/fronters/profiles/sjuao.png b/app/fronters/profiles/sjuao.png index e9ca5ba..39ae38e 100644 Binary files a/app/fronters/profiles/sjuao.png and b/app/fronters/profiles/sjuao.png differ diff --git a/app/fronters/profiles/tfbob.png b/app/fronters/profiles/tfbob.png index 27c24f1..913b60f 100644 Binary files a/app/fronters/profiles/tfbob.png and b/app/fronters/profiles/tfbob.png differ diff --git a/app/fronters/profiles/tjrhc.png b/app/fronters/profiles/tjrhc.png index 90501f5..e17fef7 100644 Binary files a/app/fronters/profiles/tjrhc.png and b/app/fronters/profiles/tjrhc.png differ diff --git a/app/fronters/profiles/ufadt.png b/app/fronters/profiles/ufadt.png index 421ad2f..c893102 100644 Binary files a/app/fronters/profiles/ufadt.png and b/app/fronters/profiles/ufadt.png differ diff --git a/app/fronters/profiles/ughya.png b/app/fronters/profiles/ughya.png new file mode 100644 index 0000000..2726a76 Binary files /dev/null and b/app/fronters/profiles/ughya.png differ diff --git a/app/fronters/profiles/vncoa.png b/app/fronters/profiles/vncoa.png index 0c6f3a3..9f97376 100644 Binary files a/app/fronters/profiles/vncoa.png and b/app/fronters/profiles/vncoa.png differ diff --git a/app/fronters/profiles/vvsxf.png b/app/fronters/profiles/vvsxf.png index 138b61e..c53ea62 100644 Binary files a/app/fronters/profiles/vvsxf.png and b/app/fronters/profiles/vvsxf.png differ diff --git a/app/fronters/profiles/xbvwt.png b/app/fronters/profiles/xbvwt.png index 31d0d87..b1774d2 100644 Binary files a/app/fronters/profiles/xbvwt.png and b/app/fronters/profiles/xbvwt.png differ diff --git a/app/fronters/profiles/xcjhj.png b/app/fronters/profiles/xcjhj.png index 387c16a..24318ae 100644 Binary files a/app/fronters/profiles/xcjhj.png and b/app/fronters/profiles/xcjhj.png differ diff --git a/app/fronters/profiles/yhbrc.png b/app/fronters/profiles/yhbrc.png index c5c8092..800b3b7 100644 Binary files a/app/fronters/profiles/yhbrc.png and b/app/fronters/profiles/yhbrc.png differ diff --git a/app/fronters/profiles/zajrk.png b/app/fronters/profiles/zajrk.png index 6209ab9..b6d5ca3 100644 Binary files a/app/fronters/profiles/zajrk.png and b/app/fronters/profiles/zajrk.png differ diff --git a/app/fronters/profiles/zdtsg.png b/app/fronters/profiles/zdtsg.png index 8826b75..b8e61a3 100644 Binary files a/app/fronters/profiles/zdtsg.png and b/app/fronters/profiles/zdtsg.png differ diff --git a/app/fronters/profiles/zhtzs.png b/app/fronters/profiles/zhtzs.png index 11ff9ec..fddb711 100644 Binary files a/app/fronters/profiles/zhtzs.png and b/app/fronters/profiles/zhtzs.png differ diff --git a/app/fronters/profiles/ztfjz.png b/app/fronters/profiles/ztfjz.png index 53db137..e766a35 100644 Binary files a/app/fronters/profiles/ztfjz.png and b/app/fronters/profiles/ztfjz.png differ diff --git a/app/fronters/profiles/zzise.png b/app/fronters/profiles/zzise.png index 5ce368f..88217e3 100644 Binary files a/app/fronters/profiles/zzise.png and b/app/fronters/profiles/zzise.png differ diff --git a/app/sw.js b/app/sw.js index 41f7e85..b97cb34 100644 --- a/app/sw.js +++ b/app/sw.js @@ -64,6 +64,7 @@ let filesToCache = [ "/app/fronters/ponies/erefx.png", "/app/fronters/ponies/erknz.png", "/app/fronters/ponies/exnwc.png", + "/app/fronters/ponies/exudo.png", "/app/fronters/ponies/fdaay.png", "/app/fronters/ponies/gevde.png", "/app/fronters/ponies/gfhsr.png", @@ -79,6 +80,7 @@ let filesToCache = [ "/app/fronters/ponies/nabky.png", "/app/fronters/ponies/pabmo.png", "/app/fronters/ponies/qbzxm.png", + "/app/fronters/ponies/qcemf.png", "/app/fronters/ponies/qraku.png", "/app/fronters/ponies/rirgf.png", "/app/fronters/ponies/rpjok.png", @@ -86,6 +88,7 @@ let filesToCache = [ "/app/fronters/ponies/sehke.png", "/app/fronters/ponies/tfbob.png", "/app/fronters/ponies/ufadt.png", + "/app/fronters/ponies/ughya.png", "/app/fronters/ponies/vncoa.png", "/app/fronters/ponies/vvsxf.png", "/app/fronters/ponies/xbvwt.png", @@ -109,6 +112,7 @@ let filesToCache = [ "/app/fronters/profiles/erknz.png", "/app/fronters/profiles/exidq.png", "/app/fronters/profiles/exnwc.png", + "/app/fronters/profiles/exudo.png", "/app/fronters/profiles/ezqym.png", "/app/fronters/profiles/ezvzp.png", "/app/fronters/profiles/famxl.png", @@ -146,6 +150,7 @@ let filesToCache = [ "/app/fronters/profiles/ptgor.png", "/app/fronters/profiles/ptgqh.png", "/app/fronters/profiles/qbzxm.png", + "/app/fronters/profiles/qcemf.png", "/app/fronters/profiles/qlsfo.png", "/app/fronters/profiles/qraku.png", "/app/fronters/profiles/qzbpf.png", @@ -169,6 +174,7 @@ let filesToCache = [ "/app/fronters/profiles/trefr.png", "/app/fronters/profiles/tviaq.png", "/app/fronters/profiles/ufadt.png", + "/app/fronters/profiles/ughya.png", "/app/fronters/profiles/uicxr.png", "/app/fronters/profiles/vahcl.png", "/app/fronters/profiles/vaxyy.png", @@ -231,10 +237,13 @@ let filesToCache = [ "/assets/uploads/pt-izzymoonbow.png", "/assets/uploads/pt-lavender.png", "/assets/uploads/pt-lilacbloom.png", + "/assets/uploads/pt-luna.png", "/assets/uploads/pt-mintygrape.png", "/assets/uploads/pt-mistybrightdawn.png", "/assets/uploads/pt-mistycloud.png", "/assets/uploads/pt-mossystorm.png", + "/assets/uploads/pt-nightmaremoon.png", + "/assets/uploads/pt-opaline.png", "/assets/uploads/pt-pipppetals.png", "/assets/uploads/pt-plushie.png", "/assets/uploads/pt-poseybloom.png", -- cgit