Compare commits
133 Commits
Author | SHA1 | Date | |
---|---|---|---|
b5acf15877 | |||
f62603fd9d | |||
d000b9e7cd | |||
0e1f858dfd | |||
bcf28282f6 | |||
abfbb068d7 | |||
9643a87320 | |||
b3817240b8 | |||
8d53f8639e | |||
27f90b61e6 | |||
c9a57fe8fe | |||
9516f2fa63 | |||
7be88b7816 | |||
faabb039a5 | |||
15e4cf1243 | |||
75764e59e1 | |||
f664cf09c0 | |||
0c3e9dd5e0 | |||
0bc7d28f58 | |||
17bb34941b | |||
04cd3377ee | |||
326bd5e094 | |||
987799e9db | |||
19c846afaf | |||
ea9265b30b | |||
0516353afd | |||
5f1b726bab | |||
ed130ca82c | |||
9f22f924f1 | |||
a8083eb52b | |||
665afccb45 | |||
372bfaceda | |||
1625b37b44 | |||
72c1352acf | |||
2f2a945905 | |||
9870e73069 | |||
f2874d778a | |||
e9940c9221 | |||
7797a0746a | |||
6df010a71e | |||
671c5e7c12 | |||
ec4ed8fb2d | |||
34786130b7 | |||
6cb520cd2c | |||
47ce59d555 | |||
985a105930 | |||
52560dd986 | |||
de81502fdf | |||
51876bac62 | |||
a5b994259e | |||
c85c825bad | |||
1cd1c31467 | |||
8984e3131d | |||
93fa28991e | |||
b694bf1f41 | |||
0bbfbfc762 | |||
319f525199 | |||
ee62f6e356 | |||
0f27b62924 | |||
6274f6f2f6 | |||
32da569ef6 | |||
1625fdc2f4 | |||
a0795b1afe | |||
5d4b884528 | |||
bb204b2ef7 | |||
013851749f | |||
65c8b80fab | |||
f7c02819be | |||
03d09e9d24 | |||
6ab0c386cb | |||
bc8a0083e2 | |||
a2a3dd55ad | |||
3972e98f74 | |||
0616d29fd5 | |||
80cfa0f95d | |||
f801b05057 | |||
7ea42af0ba | |||
76c8e05e3a | |||
c2e053a208 | |||
3d9ac6387e | |||
4c9b4cb80d | |||
c7f80182c2 | |||
1ba5dfd79c | |||
1a13c7e0b1 | |||
070cd52c21 | |||
e14ea1fe61 | |||
7602e8f938 | |||
fd2c45cc02 | |||
03c824f893 | |||
9e74a3b8fa | |||
1131ce8a71 | |||
02bb99ac02 | |||
0b99483ccb | |||
8682fd21c4 | |||
a7cbdbc1f2 | |||
fd01b4d204 | |||
3a767f29be | |||
ed0885ce5c | |||
08b8d829f9 | |||
d2d3a7d52b | |||
4e032a9188 | |||
20e77196f2 | |||
45dcfc8a00 | |||
7ee0cad010 | |||
40849a5aa8 | |||
132c30e557 | |||
ee13d2382b | |||
3e1f7861a1 | |||
1aeeb1f073 | |||
0bb59bd73b | |||
a57a1d809b | |||
29a121f5b2 | |||
4cfb360d44 | |||
441796f845 | |||
3c80f0eaca | |||
86e1b792c2 | |||
decb257136 | |||
d670591713 | |||
dee2b77bdc | |||
6119312a74 | |||
b77a8af6e3 | |||
c9e9ecd699 | |||
4a0f9d8280 | |||
797b5d2311 | |||
b14d7b45ae | |||
d721a143a8 | |||
fde9c783ae | |||
c80b288db3 | |||
93898b7a5f | |||
a0a2335c16 | |||
716b41107b | |||
a9a7a89b8b | |||
4bf85a0e6b |
@ -14,6 +14,7 @@
|
|||||||
"vue/no-unused-vars": false,
|
"vue/no-unused-vars": false,
|
||||||
"vue/attributes-order": false,
|
"vue/attributes-order": false,
|
||||||
"vue/require-prop-types": false,
|
"vue/require-prop-types": false,
|
||||||
|
"vue/require-default-prop": false,
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"no-unused-vars": 0,
|
"no-unused-vars": 0,
|
||||||
"no-empty": 0
|
"no-empty": 0
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,4 +10,3 @@ npm-debug.log
|
|||||||
run.bat
|
run.bat
|
||||||
api-docs.json
|
api-docs.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
version.json
|
|
||||||
|
13
README.md
13
README.md
@ -18,10 +18,11 @@ ultimately sophisticated new type of mini-blog based SNS.
|
|||||||
|
|
||||||
:sparkles: Features
|
:sparkles: Features
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
* Automatically updated timeline
|
|
||||||
* Reactions
|
* Reactions
|
||||||
|
* User lists
|
||||||
* Private messages
|
* Private messages
|
||||||
* ServiceWorker support
|
* Mute
|
||||||
|
* Real time contents
|
||||||
* ActivityPub compatible
|
* ActivityPub compatible
|
||||||
|
|
||||||
and more! You can touch with your own eyes at https://misskey.xyz/.
|
and more! You can touch with your own eyes at https://misskey.xyz/.
|
||||||
@ -44,9 +45,9 @@ If you want to translate Misskey, please see [Translation guide](./docs/translat
|
|||||||
|
|
||||||
:mortar_board: Notable contributors
|
:mortar_board: Notable contributors
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
| ![syuilo][syuilo-icon] | ![Morisawa Aya][ayamorisawa-icon] | ![otofune][otofune-icon] | ![akihikodaki][akihikodaki-icon] | ![rinsuki][rinsuki-icon] |
|
| ![syuilo][syuilo-icon] | ![Morisawa Aya][ayamorisawa-icon] | ![otofune][otofune-icon] | ![akihikodaki][akihikodaki-icon] | ![tamaina][tamaina-icon] | ![rinsuki][rinsuki-icon] |
|
||||||
|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| [syuilo][syuilo-link]<br>Owner | [Aya Morisawa][ayamorisawa-link]<br>Collaborator | [otofune][otofune-link]<br>Collaborator | [akihikodaki][akihikodaki-link] | [rinsuki][rinsuki-link] |
|
| [syuilo][syuilo-link]<br>Owner | [Aya Morisawa][ayamorisawa-link]<br>Collaborator | [otofune][otofune-link]<br>Collaborator | [akihikodaki][akihikodaki-link] | [tamaina][tamaina-link] | [rinsuki][rinsuki-link] |
|
||||||
|
|
||||||
[List of all contributors](https://github.com/syuilo/misskey/graphs/contributors)
|
[List of all contributors](https://github.com/syuilo/misskey/graphs/contributors)
|
||||||
|
|
||||||
@ -92,6 +93,8 @@ Misskey is an open-source software licensed under [GNU AGPLv3](LICENSE).
|
|||||||
[akihikodaki-icon]: https://avatars2.githubusercontent.com/u/17036990?s=70&v=4
|
[akihikodaki-icon]: https://avatars2.githubusercontent.com/u/17036990?s=70&v=4
|
||||||
[rinsuki-link]: https://github.com/rinsuki
|
[rinsuki-link]: https://github.com/rinsuki
|
||||||
[rinsuki-icon]: https://avatars0.githubusercontent.com/u/6533808?s=70&v=4
|
[rinsuki-icon]: https://avatars0.githubusercontent.com/u/6533808?s=70&v=4
|
||||||
|
[tamaina-link]: https://github.com/tamaina
|
||||||
|
[tamaina-icon]: https://avatars1.githubusercontent.com/u/7973572?s=70&v=4
|
||||||
|
|
||||||
[mirro-san-link]: https://github.com/mirro-san
|
[mirro-san-link]: https://github.com/mirro-san
|
||||||
[mirro-san-icon]: https://avatars1.githubusercontent.com/u/17948612?s=70&v=4
|
[mirro-san-icon]: https://avatars1.githubusercontent.com/u/17948612?s=70&v=4
|
||||||
|
84
cli/clean-drive.js
Normal file
84
cli/clean-drive.js
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
const chalk = require('chalk');
|
||||||
|
const log = require('single-line-log').stdout;
|
||||||
|
const sequential = require('promise-sequential');
|
||||||
|
const { default: DriveFile, deleteDriveFile } = require('../built/models/drive-file');
|
||||||
|
const { default: Note } = require('../built/models/note');
|
||||||
|
const { default: MessagingMessage } = require('../built/models/messaging-message');
|
||||||
|
const { default: User } = require('../built/models/user');
|
||||||
|
|
||||||
|
const args = process.argv.slice(2);
|
||||||
|
|
||||||
|
const skip = parseInt(args[0] || '0', 10);
|
||||||
|
|
||||||
|
async function main() {
|
||||||
|
const promiseGens = [];
|
||||||
|
|
||||||
|
const count = await DriveFile.count({});
|
||||||
|
|
||||||
|
let prev;
|
||||||
|
|
||||||
|
for (let i = skip; i < count; i++) {
|
||||||
|
promiseGens.push(() => {
|
||||||
|
const promise = new Promise(async (res, rej) => {
|
||||||
|
function skip() {
|
||||||
|
res([i, file, false]);
|
||||||
|
}
|
||||||
|
|
||||||
|
const file = await DriveFile.findOne(prev ? {
|
||||||
|
_id: { $lt: prev._id }
|
||||||
|
} : {}, {
|
||||||
|
sort: {
|
||||||
|
_id: -1
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
prev = file;
|
||||||
|
|
||||||
|
if (file == null) return skip();
|
||||||
|
|
||||||
|
log(chalk`{gray ${i}} scanning {bold ${file._id}} ${file.filename} ...`);
|
||||||
|
|
||||||
|
const attachingUsersCount = await User.count({
|
||||||
|
$or: [{
|
||||||
|
avatarId: file._id
|
||||||
|
}, {
|
||||||
|
bannerId: file._id
|
||||||
|
}]
|
||||||
|
}, { limit: 1 });
|
||||||
|
if (attachingUsersCount !== 0) return skip();
|
||||||
|
|
||||||
|
const attachingNotesCount = await Note.count({
|
||||||
|
mediaIds: file._id
|
||||||
|
}, { limit: 1 });
|
||||||
|
if (attachingNotesCount !== 0) return skip();
|
||||||
|
|
||||||
|
const attachingMessagesCount = await MessagingMessage.count({
|
||||||
|
fileId: file._id
|
||||||
|
}, { limit: 1 });
|
||||||
|
if (attachingMessagesCount !== 0) return skip();
|
||||||
|
|
||||||
|
deleteDriveFile(file).then(() => {
|
||||||
|
res([i, file, true]);
|
||||||
|
}).catch(rej);
|
||||||
|
});
|
||||||
|
|
||||||
|
promise.then(([i, file, deleted]) => {
|
||||||
|
if (deleted) {
|
||||||
|
log(chalk`{gray ${i}} {red deleted: {bold ${file._id}} ${file.filename}}`);
|
||||||
|
} else {
|
||||||
|
log(chalk`{gray ${i}} {green skipped: {bold ${file._id}} ${file.filename}}`);
|
||||||
|
}
|
||||||
|
log.clear();
|
||||||
|
console.log();
|
||||||
|
});
|
||||||
|
|
||||||
|
return promise;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return await sequential(promiseGens);
|
||||||
|
}
|
||||||
|
|
||||||
|
main().then(() => {
|
||||||
|
console.log('done');
|
||||||
|
}).catch(console.error);
|
@ -140,8 +140,8 @@ inquirer.prompt(form).then(as => {
|
|||||||
pass: as['es_pass'] || null
|
pass: as['es_pass'] || null
|
||||||
},
|
},
|
||||||
recaptcha: {
|
recaptcha: {
|
||||||
siteKey: as['recaptcha_site'],
|
site_key: as['recaptcha_site'],
|
||||||
secretKey: as['recaptcha_secret']
|
secret_key: as['recaptcha_secret']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
13
docs/manage.ja.md
Normal file
13
docs/manage.ja.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 運営ガイド
|
||||||
|
|
||||||
|
## ジョブキューの状態を調べる
|
||||||
|
Misskeyのディレクトリで:
|
||||||
|
``` shell
|
||||||
|
node_modules/kue/bin/kue-dashboard -p 3050
|
||||||
|
```
|
||||||
|
ポート3050にアクセスするとUIが表示されます
|
||||||
|
|
||||||
|
## ユーザーを凍結する
|
||||||
|
``` shell
|
||||||
|
node cli/suspend (ユーザーID)
|
||||||
|
```
|
@ -21,7 +21,7 @@ import * as htmlmin from 'gulp-htmlmin';
|
|||||||
const uglifyes = require('uglify-es');
|
const uglifyes = require('uglify-es');
|
||||||
|
|
||||||
import { fa } from './src/build/fa';
|
import { fa } from './src/build/fa';
|
||||||
import version from './src/version';
|
const client = require('./built/client/meta.json');
|
||||||
import config from './src/config';
|
import config from './src/config';
|
||||||
|
|
||||||
const uglify = uglifyComposer(uglifyes, console);
|
const uglify = uglifyComposer(uglifyes, console);
|
||||||
@ -113,7 +113,7 @@ gulp.task('build:client', [
|
|||||||
|
|
||||||
gulp.task('build:client:script', () =>
|
gulp.task('build:client:script', () =>
|
||||||
gulp.src(['./src/client/app/boot.js', './src/client/app/safe.js'])
|
gulp.src(['./src/client/app/boot.js', './src/client/app/safe.js'])
|
||||||
.pipe(replace('VERSION', JSON.stringify(version)))
|
.pipe(replace('VERSION', JSON.stringify(client.version)))
|
||||||
.pipe(replace('API', JSON.stringify(config.api_url)))
|
.pipe(replace('API', JSON.stringify(config.api_url)))
|
||||||
.pipe(replace('ENV', JSON.stringify(env)))
|
.pipe(replace('ENV', JSON.stringify(env)))
|
||||||
.pipe(isProduction ? uglify({
|
.pipe(isProduction ? uglify({
|
||||||
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||||||
profile: "Your profile"
|
profile: "Your profile"
|
||||||
drive: "Drive"
|
drive: "Drive"
|
||||||
favorites: "Favorites"
|
favorites: "Favorites"
|
||||||
|
lists: "Lists"
|
||||||
customize: "Customize"
|
customize: "Customize"
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
signout: "Sign out"
|
signout: "Sign out"
|
||||||
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||||||
profile: "Votre profil"
|
profile: "Votre profil"
|
||||||
drive: "Drive"
|
drive: "Drive"
|
||||||
favorites: "Favorites"
|
favorites: "Favorites"
|
||||||
|
lists: "リスト"
|
||||||
customize: "Modifications"
|
customize: "Modifications"
|
||||||
settings: "Réglages"
|
settings: "Réglages"
|
||||||
signout: "Déconnexion"
|
signout: "Déconnexion"
|
||||||
|
@ -13,7 +13,8 @@ const native = loadLang('ja');
|
|||||||
const langs = {
|
const langs = {
|
||||||
'en': loadLang('en'),
|
'en': loadLang('en'),
|
||||||
'fr': loadLang('fr'),
|
'fr': loadLang('fr'),
|
||||||
'ja': native
|
'ja': native,
|
||||||
|
'pl': loadLang('pl')
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.entries(langs).map(([, locale]) => {
|
Object.entries(langs).map(([, locale]) => {
|
||||||
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||||||
profile: "プロフィール"
|
profile: "プロフィール"
|
||||||
drive: "ドライブ"
|
drive: "ドライブ"
|
||||||
favorites: "お気に入り"
|
favorites: "お気に入り"
|
||||||
|
lists: "リスト"
|
||||||
customize: "カスタマイズ"
|
customize: "カスタマイズ"
|
||||||
settings: "設定"
|
settings: "設定"
|
||||||
signout: "サインアウト"
|
signout: "サインアウト"
|
||||||
|
628
locales/pl.yml
Normal file
628
locales/pl.yml
Normal file
@ -0,0 +1,628 @@
|
|||||||
|
common:
|
||||||
|
misskey: "Dziel się zawartością z innymi korzystając z Misskey."
|
||||||
|
|
||||||
|
time:
|
||||||
|
unknown: "nieznany"
|
||||||
|
future: "w przyszłości"
|
||||||
|
just_now: "teraz"
|
||||||
|
seconds_ago: "{} sek. temu"
|
||||||
|
minutes_ago: "{} min. temu"
|
||||||
|
hours_ago: "{} godz. temu"
|
||||||
|
days_ago: "{} dni temu"
|
||||||
|
weeks_ago: "{} tyg. temu"
|
||||||
|
months_ago: "{} mies. temu"
|
||||||
|
years_ago: "{} lat temu"
|
||||||
|
|
||||||
|
weekday-short:
|
||||||
|
sunday: "N"
|
||||||
|
monday: "Pn"
|
||||||
|
tuesday: "W"
|
||||||
|
wednesday: "Ś"
|
||||||
|
thursday: "C"
|
||||||
|
friday: "P"
|
||||||
|
satruday: "S"
|
||||||
|
|
||||||
|
reactions:
|
||||||
|
like: "Lubię"
|
||||||
|
love: "Kocham"
|
||||||
|
laugh: "Śmieszne"
|
||||||
|
hmm: "Hmm…?"
|
||||||
|
surprise: "Wow"
|
||||||
|
congrats: "Gratuluję!"
|
||||||
|
angry: "Wściekły"
|
||||||
|
confused: "Zmieszany"
|
||||||
|
pudding: "Pudding"
|
||||||
|
|
||||||
|
delete: "Usuń"
|
||||||
|
loading: "Ładowanie"
|
||||||
|
ok: "OK"
|
||||||
|
update-available: "Nowa wersja Misskey jest dostępna ({newer}, obecna to {current}). Odśwież stronę, aby zastosować aktualizację."
|
||||||
|
my-token-regenerated: "Twój token został wygenerowany. Zostaniesz wylogowany."
|
||||||
|
|
||||||
|
common/views/components/connect-failed.vue:
|
||||||
|
title: "Nie udało się połączyć z serwerem"
|
||||||
|
description: "Wystąpił problem z Twoim połączeniem z Internetem, lub z serwerem. {Spróbuj ponownie} wkrótce."
|
||||||
|
thanks: "Dziękujemy za korzystanie z Misskey."
|
||||||
|
troubleshoot: "Rozwiązywanie problemów"
|
||||||
|
|
||||||
|
common/views/components/connect-failed.troubleshooter.vue:
|
||||||
|
title: "Rozwiązywanie problemów"
|
||||||
|
network: "Połączenie z siecią"
|
||||||
|
checking-network: "Sprawdzanie połączenia sieciowego"
|
||||||
|
internet: "Połączenie z Internetem"
|
||||||
|
checking-internet: "Sprawdzanie połączenia z Internetem"
|
||||||
|
server: "Połączenie z serwerem"
|
||||||
|
checking-server: "Sprawdzanie połączenia z serwerem"
|
||||||
|
finding: "Wyszukiwanie problemu"
|
||||||
|
no-network: "Brak połączenia z siecią"
|
||||||
|
no-network-desc: "Upewnij się, że jesteś połączony z siecią."
|
||||||
|
no-internet: "Brak połączenia z Internetem"
|
||||||
|
no-internet-desc: "Upewnij się, że jesteś połączony z Internetem."
|
||||||
|
no-server: "Nie udało się połączyć z serwerem"
|
||||||
|
no-server-desc: "Połączenie sieciowe działa, ale nie udało się połączyć z serwerem Misskey. Możliwe że serwer nie działa lub trwają prace konserwacyjne, spróbuj ponownie później."
|
||||||
|
success: "Pomyślnie połączono z serwerem Misskey"
|
||||||
|
success-desc: "Wygląda na to, że udało się połączyć. Odśwież stronę."
|
||||||
|
flush: "Wyczyść pamięć podręczną"
|
||||||
|
set-version: "Określ wersję"
|
||||||
|
|
||||||
|
common/views/components/messaging.vue:
|
||||||
|
search-user: "Znajdź użytkownika"
|
||||||
|
you: "Ty"
|
||||||
|
no-history: "Brak historii"
|
||||||
|
|
||||||
|
common/views/components/messaging-room.vue:
|
||||||
|
empty: "Brak konwersacji"
|
||||||
|
more: "Więcej"
|
||||||
|
no-history: "Brak dalszej historii"
|
||||||
|
resize-form: "Przeciągnij aby zmienić rozmiar"
|
||||||
|
new-message: "Nowa wiadomość"
|
||||||
|
|
||||||
|
common/views/components/messaging-room.form.vue:
|
||||||
|
input-message-here: "Wprowadź wiadomość tutaj"
|
||||||
|
send: "Wyślij"
|
||||||
|
attach-from-local: "Załącz pliki z komputera"
|
||||||
|
attach-from-drive: "Załącz pliki z dysku"
|
||||||
|
|
||||||
|
common/views/components/messaging-room.message.vue:
|
||||||
|
is-read: "Przeczytano"
|
||||||
|
deleted: "Wiadomość została usunięta"
|
||||||
|
|
||||||
|
common/views/components/nav.vue:
|
||||||
|
about: "O stronie"
|
||||||
|
stats: "Statystyki"
|
||||||
|
status: "Stan"
|
||||||
|
wiki: "Wiki"
|
||||||
|
donors: "Sponsorzy"
|
||||||
|
repository: "Repozytorium"
|
||||||
|
develop: "Autorzy"
|
||||||
|
feedback: "Opinie"
|
||||||
|
|
||||||
|
common/views/components/note-menu.vue:
|
||||||
|
favorite: "Dodaj do ulubionych"
|
||||||
|
pin: "Przypnij do profilu"
|
||||||
|
|
||||||
|
common/views/components/poll.vue:
|
||||||
|
vote-to: "Zagłosuj na '{}'"
|
||||||
|
vote-count: "{} głosów"
|
||||||
|
total-users: "{} głosujących"
|
||||||
|
vote: "Zagłosuj"
|
||||||
|
show-result: "Pokaż wyniki"
|
||||||
|
voted: "Zagłosowano"
|
||||||
|
|
||||||
|
common/views/components/poll-editor.vue:
|
||||||
|
no-only-one-choice: "Musisz wprowadzić dwie lub więcej opcji."
|
||||||
|
choice-n: "Opcja {}"
|
||||||
|
remove: "Usuń tą opcję"
|
||||||
|
add: "+ Dodaj opcję"
|
||||||
|
destroy: "Usuń ankietę"
|
||||||
|
|
||||||
|
common/views/components/reaction-picker.vue:
|
||||||
|
choose-reaction: "Wybierz reakcję"
|
||||||
|
|
||||||
|
common/views/components/signin.vue:
|
||||||
|
username: "Nazwa użytkownika"
|
||||||
|
password: "Hasło"
|
||||||
|
token: "Token"
|
||||||
|
signing-in: "Logowanie…"
|
||||||
|
signin: "Zaloguj"
|
||||||
|
|
||||||
|
common/views/components/signup.vue:
|
||||||
|
username: "Nazwa użytkownika"
|
||||||
|
checking: "Sprawdzanie…"
|
||||||
|
available: "Dostępna"
|
||||||
|
unavailable: "Niedostępna"
|
||||||
|
error: "Błąd sieci"
|
||||||
|
invalid-format: "Może zawierać litery, cyfry i myślniki."
|
||||||
|
too-short: "Wprowadź przynajmniej jeden znak"
|
||||||
|
too-long: "Nazwa nie może zawierać więcej niż 20 znaków"
|
||||||
|
password: "Hasło"
|
||||||
|
password-placeholder: "Zalecamy korzystanie z hasła zawierającego przynajmniej 8 znaków."
|
||||||
|
weak-password: "Słabe"
|
||||||
|
normal-password: "Średnie"
|
||||||
|
strong-password: "Silne"
|
||||||
|
retype: "Powtórz hasło"
|
||||||
|
retype-placeholder: "Potwierdź hasło"
|
||||||
|
password-matched: "OK"
|
||||||
|
password-not-matched: "Hasła nie zgadzają się"
|
||||||
|
recaptcha: "Weryfikacja"
|
||||||
|
create: "Utwórz konto"
|
||||||
|
some-error: "Nie udało się utworzyć konta. Spróbuj ponownie."
|
||||||
|
|
||||||
|
common/views/components/special-message.vue:
|
||||||
|
new-year: "Szczęśliwego nowego roku!"
|
||||||
|
christmas: "Wesołych świąt!"
|
||||||
|
|
||||||
|
common/views/components/stream-indicator.vue:
|
||||||
|
connecting: "Łączenie"
|
||||||
|
reconnecting: "Ponowne łączenie"
|
||||||
|
connected: "Połączono"
|
||||||
|
|
||||||
|
common/views/components/twitter-setting.vue:
|
||||||
|
description: "Jeżeli połączysz konto Twittera z kontem Misskey, informacje z Twittera będą widoczne na Twoim profilu i będziesz mógł logować się z użyciem Twittera."
|
||||||
|
connected-to: "Jesteś połączony z tym kontem Twittera"
|
||||||
|
detail: "Szczegóły…"
|
||||||
|
reconnect: "Połącz ponownie"
|
||||||
|
connect: "Połącz z kontem Twittera"
|
||||||
|
disconnect: "Rozłącz"
|
||||||
|
|
||||||
|
common/views/components/uploader.vue:
|
||||||
|
waiting: "Oczekiwanie"
|
||||||
|
|
||||||
|
common/views/widgets/broadcast.vue:
|
||||||
|
no-broadcasts: "Brak transmisji"
|
||||||
|
have-a-nice-day: "Miłego dnia!"
|
||||||
|
next: "Dalej"
|
||||||
|
|
||||||
|
common/views/widgets/donation.vue:
|
||||||
|
title: "Dotacje"
|
||||||
|
text: "Aby utrzymywać Misskey, płacimy za domenę, serwery i nie tylko… Nie zarabiamy na tym, więc byłoby nam miło, gdybyśmy uzyskali od Ciebie dotację. Jeżeli jesteś zainteresowany, skontaktuj się z {}. Dziękujemy za wsparcie!"
|
||||||
|
|
||||||
|
common/views/widgets/photo-stream.vue:
|
||||||
|
no-photos: "Brak zdjęć"
|
||||||
|
|
||||||
|
common/views/widgets/server.vue:
|
||||||
|
title: "Informacje o serwerze"
|
||||||
|
toggle: "Przełącz widok"
|
||||||
|
|
||||||
|
desktop/views/components/activity.vue:
|
||||||
|
title: "Aktywność"
|
||||||
|
toggle: "Przełącz widok"
|
||||||
|
|
||||||
|
desktop/views/components/calendar.vue:
|
||||||
|
title: "{1} / {2}"
|
||||||
|
prev: "Poprzedni miesiąc"
|
||||||
|
next: "Następny miesiąc"
|
||||||
|
go: "Naciśnij, aby przejść"
|
||||||
|
|
||||||
|
desktop/views/components/drive-window.vue:
|
||||||
|
used: "wykorzystane"
|
||||||
|
drive: "Dysk"
|
||||||
|
|
||||||
|
desktop/views/components/drive.file.vue:
|
||||||
|
avatar: "Awatar"
|
||||||
|
banner: "Baner"
|
||||||
|
contextmenu:
|
||||||
|
rename: "Zmień nazwę"
|
||||||
|
copy-url: "Skopiuj adres"
|
||||||
|
download: "Pobierz"
|
||||||
|
else-files: "Inne"
|
||||||
|
set-as-avatar: "Ustaw jako awatar"
|
||||||
|
set-as-banner: "Ustaw jako baner"
|
||||||
|
open-in-app: "Otwórz w aplikacji"
|
||||||
|
add-app: "Dodaj aplikację"
|
||||||
|
rename-file: "Zmień nazwę pliku"
|
||||||
|
input-new-file-name: "Wprowadź nową nazwę"
|
||||||
|
copied: "Skopiowano"
|
||||||
|
copied-url-to-clipboard: "Skopiowano adres do schowka"
|
||||||
|
|
||||||
|
desktop/views/components/drive.folder.vue:
|
||||||
|
unable-to-process: "Nie udało się ukończyć działania."
|
||||||
|
circular-reference-detected: "Docelowy katalog znajduje się w katalogu, który chcesz przenieść."
|
||||||
|
unhandled-error: "Nieznany błąd"
|
||||||
|
contextmenu:
|
||||||
|
move-to-this-folder: "Przenieś do tego katalogu"
|
||||||
|
show-in-new-window: "Otwórz w nowym oknie"
|
||||||
|
rename: "Zmień nazwę"
|
||||||
|
rename-folder: "Zmień nazwę katalogu"
|
||||||
|
input-new-folder-name: "Wprowadź nową nazwę"
|
||||||
|
|
||||||
|
desktop/views/components/drive.nav-folder.vue:
|
||||||
|
drive: "Dysk"
|
||||||
|
|
||||||
|
desktop/views/components/drive.vue:
|
||||||
|
search: "Szukaj"
|
||||||
|
load-more: "Załaduj więcej"
|
||||||
|
empty-drive: "Twój dysk jest posty"
|
||||||
|
empty-drive-description: "Możesz wysłać plik klikając prawym przyciskiem myszy i wybierając \"Wyślij plik\" lub przeciągnąć plik i upuścić w tym oknie."
|
||||||
|
empty-folder: "Ten katalog jest posty"
|
||||||
|
unable-to-process: "Nie udało się dokończyć działania."
|
||||||
|
circular-reference-detected: "Ten katalog znajduje się w katalogu, który chcesz przenieść."
|
||||||
|
unhandled-error: "Nieznany błąd"
|
||||||
|
url-upload: "Wyślij z adresu"
|
||||||
|
url-of-file: "Adres URL pliku, który chcesz wysłać"
|
||||||
|
may-take-time: "Może trochę potrwać, zanim wysyłanie zostanie ukończone."
|
||||||
|
create-folder: "Utwórz katalog"
|
||||||
|
folder-name: "Nazwa katalogu"
|
||||||
|
contextmenu:
|
||||||
|
create-folder: "Utwórz katalog"
|
||||||
|
upload: "Wyślij plik"
|
||||||
|
url-upload: "Wyślij z adresu URL"
|
||||||
|
|
||||||
|
desktop/views/components/messaging-window.vue:
|
||||||
|
title: "Wiadomości"
|
||||||
|
|
||||||
|
desktop/views/components/notes.note.vue:
|
||||||
|
reposted-by: "Udostępniono przez {}"
|
||||||
|
reply: "Odpowiedz"
|
||||||
|
add-reaction: "Dodaj reakcję"
|
||||||
|
detail: "Pokaż szczegóły"
|
||||||
|
|
||||||
|
desktop/views/components/notifications.vue:
|
||||||
|
more: "Więcej"
|
||||||
|
empty: "Brak powiadomień"
|
||||||
|
|
||||||
|
desktop/views/components/post-form.vue:
|
||||||
|
note-placeholder: "Co się dzieje?"
|
||||||
|
reply-placeholder: "Odpowiedz na ten wpis…"
|
||||||
|
quote-placeholder: "Zacytuj ten wpis…"
|
||||||
|
note: "Wyślij"
|
||||||
|
reply: "Odpowiedz"
|
||||||
|
posted: "Posted!"
|
||||||
|
replied: "Odpowiedziano!"
|
||||||
|
reposted: "Udostępniono!"
|
||||||
|
note-failed: "Nie udało się wysłać"
|
||||||
|
reply-failed: "Nie udało się odpowiedzieć"
|
||||||
|
posting: "Wysyłanie"
|
||||||
|
attach-media-from-local: "Załącz zawartość multimedialną z komputera"
|
||||||
|
attach-media-from-drive: "Załącz zawartość multimedialną z dysku"
|
||||||
|
attach-cancel: "Usuń załącznik"
|
||||||
|
insert-a-kao: "v(‘ω’)v"
|
||||||
|
create-poll: "Utwórz ankietę"
|
||||||
|
text-remain: "pozostałe znaki: {}"
|
||||||
|
|
||||||
|
desktop/views/components/post-form-window.vue:
|
||||||
|
note: "Nowy wpis"
|
||||||
|
reply: "Odpowiedz"
|
||||||
|
attaches: "{} załączników multimedialnych"
|
||||||
|
uploading-media: "Wysyłanie {} treści multimedialnych"
|
||||||
|
|
||||||
|
desktop/views/components/renote-form.vue:
|
||||||
|
quote: "Cytuj…"
|
||||||
|
cancel: "Anuluj"
|
||||||
|
reposting: "Udostępnianie…"
|
||||||
|
success: "Udostępniono!"
|
||||||
|
|
||||||
|
desktop/views/components/settings.vue:
|
||||||
|
profile: "Profil"
|
||||||
|
notification: "Powiadomienie"
|
||||||
|
apps: "Aplikacje"
|
||||||
|
mute: "Wycisz"
|
||||||
|
drive: "Dysk"
|
||||||
|
security: "Bezpieczeństwo"
|
||||||
|
password: "Hasło"
|
||||||
|
2fa: "Uwierzytelnianie dwuetapowe"
|
||||||
|
other: "Inne"
|
||||||
|
license: "Licencja"
|
||||||
|
|
||||||
|
desktop/views/components/settings.2fa.vue:
|
||||||
|
intro: "Jeżeli skonfigurujesz uwierzytelnianie dwuetapowe, aby zablokować się będziesz potrzebować (oprócz hasła) kodu ze skonfigurowanego urządzenia (np. smartfonu), co zwiększy bezpieczeństwo."
|
||||||
|
detail: "Zobacz szczegóły…"
|
||||||
|
url: "https://www.google.com/landing/2step/"
|
||||||
|
caution: "Jeżeli stracisz dostęp do urządzenia, nie będziesz mógł logować się do Misskey!"
|
||||||
|
register: "Zarejestruj urządzenie"
|
||||||
|
already-registered: "Urządzenie jest już zarejestrowane"
|
||||||
|
unregister: "Wyłącz"
|
||||||
|
unregistered: "Wyłączono uwierzytelnianie dwuetapowe."
|
||||||
|
enter-password: "Wprowadź hasło"
|
||||||
|
authenticator: "Na początek musisz zainstalować Google Authenticator na swoim urządzeniu:"
|
||||||
|
howtoinstall: "Jak zainstalować"
|
||||||
|
scan: "Później, zeskanuje ten kod QR:"
|
||||||
|
done: "Wprowadź token wyświetlony na Twoim urządzeniu:"
|
||||||
|
submit: "Wyślij"
|
||||||
|
success: "Pomyślnie ukończono konfigurację!"
|
||||||
|
failed: "Nie udało się skonfigurować uwierzytelniania dwuetapowego, upewnij się że wprowadziłeś prawidłowy token."
|
||||||
|
info: "Od teraz, wprowadzaj token wyświetlany na urządzeniu przy każdym logowaniu do Misskey."
|
||||||
|
|
||||||
|
desktop/views/components/settings.api.vue:
|
||||||
|
caution: "Nie pokazuj tego tokenu osobom trzecim (nie wprowadzaj go nigdzie indziej), aby konto nie trafiło w niepowołane ręce."
|
||||||
|
regeneration-of-token: "W przypadku wycieku tokenu, możesz wygenerować nowy."
|
||||||
|
regenerate-token: "Wygeneruj nowy token"
|
||||||
|
enter-password: "Wprowadź hasło"
|
||||||
|
|
||||||
|
desktop/views/components/settings.app.vue:
|
||||||
|
no-apps: "Brak zautoryzowanych aplikacji"
|
||||||
|
|
||||||
|
desktop/views/components/settings.mute.vue:
|
||||||
|
no-users: "Brak wyciszonych użytkowników"
|
||||||
|
|
||||||
|
desktop/views/components/settings.password.vue:
|
||||||
|
reset: "Zmień hasło"
|
||||||
|
enter-current-password: "Wprowadź obecne hasło"
|
||||||
|
enter-new-password: "Wprowadź nowe hasło"
|
||||||
|
enter-new-password-again: "Wprowadź ponownie nowe hasło"
|
||||||
|
not-match: "Nowe hasła nie pasują do siebie"
|
||||||
|
changed: "Pomyślnie zmieniono hasło"
|
||||||
|
|
||||||
|
desktop/views/components/settings.profile.vue:
|
||||||
|
avatar: "Awatar"
|
||||||
|
choice-avatar: "Wybierz obraz"
|
||||||
|
name: "Nazwa"
|
||||||
|
location: "Lokalizacja"
|
||||||
|
description: "Opis"
|
||||||
|
birthday: "Data urodzenia"
|
||||||
|
save: "Aktualizuj profil"
|
||||||
|
|
||||||
|
desktop/views/components/ui.header.account.vue:
|
||||||
|
profile: "Twój profil"
|
||||||
|
drive: "Dysk"
|
||||||
|
favorites: "Ulubione"
|
||||||
|
lists: "Listy"
|
||||||
|
customize: "Dostosuj"
|
||||||
|
settings: "Ustawienia"
|
||||||
|
signout: "Wyloguj się"
|
||||||
|
dark: "Sprowadź ciemność"
|
||||||
|
|
||||||
|
desktop/views/components/ui.header.nav.vue:
|
||||||
|
home: "Strona główna"
|
||||||
|
messaging: "Wiadomości"
|
||||||
|
game: "Gra"
|
||||||
|
|
||||||
|
desktop/views/components/ui.header.notifications.vue:
|
||||||
|
title: "Powiadomienia"
|
||||||
|
|
||||||
|
desktop/views/components/ui.header.post.vue:
|
||||||
|
post: "Utwórz nowy wpis"
|
||||||
|
|
||||||
|
desktop/views/components/ui.header.search.vue:
|
||||||
|
placeholder: "Szukaj"
|
||||||
|
|
||||||
|
desktop/views/pages/note.vue:
|
||||||
|
prev: "Poprzedni wpis"
|
||||||
|
next: "Następny wpis"
|
||||||
|
|
||||||
|
desktop/views/pages/selectdrive.vue:
|
||||||
|
title: "Wybierz plik(i)"
|
||||||
|
ok: "OK"
|
||||||
|
cancel: "Anuluj"
|
||||||
|
upload: "Wyślij pliki z Twojego komputera"
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.followers-you-know.vue:
|
||||||
|
title: "Śledzący których znasz"
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-users: "Brak użytkowników"
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.friends.vue:
|
||||||
|
title: "Najczęściej odpisujący"
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-users: "Brak użytkowników"
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.header.vue:
|
||||||
|
is-suspended: "To konto zostało zawieszone."
|
||||||
|
is-remote: "To jest użytkownik zdalnej instancji, informacje mogą nie być w pełni dokładne."
|
||||||
|
view-remote: "Wyświetl dokładne informacje"
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.home.vue:
|
||||||
|
last-used-at: "Ostatnio aktywny: "
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.photos.vue:
|
||||||
|
title: "Zdjęcia"
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-photos: "Brak zdjęć"
|
||||||
|
|
||||||
|
desktop/views/pages/user/user.profile.vue:
|
||||||
|
follows-you: "Śledzi Cię"
|
||||||
|
stalk: "Stalkuj"
|
||||||
|
stalking: "Stalkujesz"
|
||||||
|
unstalk: "Przestań stalkować"
|
||||||
|
mute: "Wycisz"
|
||||||
|
muted: "Wyciszyłeś"
|
||||||
|
unmute: "Cofnij wyciszenie"
|
||||||
|
|
||||||
|
desktop/views/widgets/notifications.vue:
|
||||||
|
title: "Powiadomienia"
|
||||||
|
settings: "Ustawienia"
|
||||||
|
|
||||||
|
desktop/views/widgets/polls.vue:
|
||||||
|
title: "Ankiety"
|
||||||
|
refresh: "Pokaż inne"
|
||||||
|
nothing: "Pusto"
|
||||||
|
|
||||||
|
desktop/views/widgets/post-form.vue:
|
||||||
|
title: "Wpis"
|
||||||
|
note: "Wpis"
|
||||||
|
placeholder: "Co się dzieje?"
|
||||||
|
|
||||||
|
desktop/views/widgets/trends.vue:
|
||||||
|
title: "Na czasie"
|
||||||
|
refresh: "Pokaż inne"
|
||||||
|
nothing: "Pusto"
|
||||||
|
|
||||||
|
desktop/views/widgets/users.vue:
|
||||||
|
title: "Polecani użytkownicy"
|
||||||
|
refresh: "Pokaż innych"
|
||||||
|
no-one: "Pusto"
|
||||||
|
|
||||||
|
desktop/views/widgets/channel.vue:
|
||||||
|
title: "Kanał"
|
||||||
|
settings: "Ustawienia widżetu"
|
||||||
|
|
||||||
|
mobile/views/components/drive.vue:
|
||||||
|
drive: "Dysk"
|
||||||
|
used: "użyto"
|
||||||
|
folder-count: "Katalog(i)"
|
||||||
|
count-separator: ", "
|
||||||
|
file-count: "Plik(i)"
|
||||||
|
load-more: "Załaduj więcej"
|
||||||
|
nothing-in-drive: "Pusto"
|
||||||
|
folder-is-empty: "Ten katalog jest pusty"
|
||||||
|
|
||||||
|
mobile/views/components/drive-file-chooser.vue:
|
||||||
|
select-file: "Wybierz plik"
|
||||||
|
|
||||||
|
mobile/views/components/drive-folder-chooser.vue:
|
||||||
|
select-folder: "Wybierz katalog"
|
||||||
|
|
||||||
|
mobile/views/components/drive.file-detail.vue:
|
||||||
|
download: "Pobierz"
|
||||||
|
rename: "Zmień nazwę"
|
||||||
|
move: "Przenieś"
|
||||||
|
hash: "Hash (md5)"
|
||||||
|
exif: "EXIF"
|
||||||
|
|
||||||
|
mobile/views/components/follow-button.vue:
|
||||||
|
follow: "Śledź"
|
||||||
|
unfollow: "Przestań śledzić"
|
||||||
|
|
||||||
|
mobile/views/components/note-detail.vue:
|
||||||
|
reply: "Odpowiedz"
|
||||||
|
reaction: "Reakcja"
|
||||||
|
|
||||||
|
mobile/views/components/notifications.vue:
|
||||||
|
more: "Więcej"
|
||||||
|
empty: "Brak powiadomień"
|
||||||
|
|
||||||
|
mobile/views/components/post-form.vue:
|
||||||
|
submit: "Wyślij"
|
||||||
|
reply-placeholder: "Odpowiedź na ten wpis…"
|
||||||
|
note-placeholder: "Co się dzieje?"
|
||||||
|
|
||||||
|
mobile/views/components/sub-note-content.vue:
|
||||||
|
media-count: "{} zawartości multimedialnej"
|
||||||
|
poll: "Ankieta"
|
||||||
|
|
||||||
|
mobile/views/components/timeline.vue:
|
||||||
|
empty: "Brak wpisów"
|
||||||
|
load-more: "Więcej"
|
||||||
|
|
||||||
|
mobile/views/components/ui.nav.vue:
|
||||||
|
home: "Strona główna"
|
||||||
|
notifications: "Powiadomienia"
|
||||||
|
messaging: "Wiadomości"
|
||||||
|
drive: "Dysk"
|
||||||
|
settings: "Ustawienia"
|
||||||
|
about: "O Misskey"
|
||||||
|
search: "Szukaj"
|
||||||
|
|
||||||
|
mobile/views/components/user-timeline.vue:
|
||||||
|
no-notes: "Wygląda na to, że ten użytkownik nie opublikował jeszcze niczego"
|
||||||
|
no-notes-with-media: "Brak wpisów z zawartością multimedialną"
|
||||||
|
load-more: "Więcej"
|
||||||
|
|
||||||
|
mobile/views/components/users-list.vue:
|
||||||
|
all: "Wszyscy"
|
||||||
|
known: "Znasz"
|
||||||
|
load-more: "Więcej"
|
||||||
|
|
||||||
|
mobile/views/pages/drive.vue:
|
||||||
|
drive: "Dysk"
|
||||||
|
|
||||||
|
mobile/views/pages/followers.vue:
|
||||||
|
followers-of: "Śledzący {}"
|
||||||
|
|
||||||
|
mobile/views/pages/following.vue:
|
||||||
|
following-of: "Śledzeni przez {}"
|
||||||
|
|
||||||
|
mobile/views/pages/home.vue:
|
||||||
|
timeline: "Oś czasu"
|
||||||
|
|
||||||
|
mobile/views/pages/messaging.vue:
|
||||||
|
messaging: "Wiadomości"
|
||||||
|
|
||||||
|
mobile/views/pages/messaging-room.vue:
|
||||||
|
messaging: "Wiadomości"
|
||||||
|
|
||||||
|
mobile/views/pages/note.vue:
|
||||||
|
title: "Wyślij"
|
||||||
|
prev: "Poprzedni wpis"
|
||||||
|
next: "Następny wpis"
|
||||||
|
|
||||||
|
mobile/views/pages/notifications.vue:
|
||||||
|
notifications: "Powiadomienia"
|
||||||
|
read-all: "Czy na pewno chcesz oznaczyć wszystkie powiadomienia jako przeczytane?"
|
||||||
|
|
||||||
|
mobile/views/pages/profile-setting.vue:
|
||||||
|
title: "Ustawienia profilu"
|
||||||
|
will-be-published: "Te ustawienia profilu zostaną zaktualizowane."
|
||||||
|
name: "Nazwa"
|
||||||
|
location: "Lokalizacja"
|
||||||
|
description: "Opis"
|
||||||
|
birthday: "Data urodzenia"
|
||||||
|
avatar: "Awatar"
|
||||||
|
banner: "Baner"
|
||||||
|
avatar-saved: "Pomyślnie zaktualizowano awatar"
|
||||||
|
banner-saved: "Pomyślnie zaktualizowano baner"
|
||||||
|
set-avatar: "Wybierz awatar"
|
||||||
|
set-banner: "Wybierz baner"
|
||||||
|
save: "Zapisz"
|
||||||
|
saved: "Pomyślnie zaktualizowano profil"
|
||||||
|
|
||||||
|
mobile/views/pages/search.vue:
|
||||||
|
search: "Szukaj"
|
||||||
|
empty: "Nie znaleziono wpisów zawierających '{}'"
|
||||||
|
|
||||||
|
mobile/views/pages/selectdrive.vue:
|
||||||
|
select-file: "Wybierz plik"
|
||||||
|
|
||||||
|
mobile/views/pages/settings.vue:
|
||||||
|
signed-in-as: "Zalogowany jako {}"
|
||||||
|
profile: "Profil"
|
||||||
|
twitter-integration: "Integracja z Twitterem"
|
||||||
|
signin-history: "Historia logowań"
|
||||||
|
settings: "Ustawienia"
|
||||||
|
signout: "Wyloguj"
|
||||||
|
|
||||||
|
mobile/views/pages/user.vue:
|
||||||
|
follows-you: "Śledzi Cię"
|
||||||
|
following: "Śledzeni"
|
||||||
|
followers: "Śledzący"
|
||||||
|
notes: "Wpisy"
|
||||||
|
overview: "Przegląd"
|
||||||
|
timeline: "Oś czasu"
|
||||||
|
media: "Zawartość multimedialna"
|
||||||
|
is-suspended: "To konto zostało zablokowane"
|
||||||
|
is-remote: "To jest użytkownik zdalnej instancji, informacje mogą nie być w pełni dokładne."
|
||||||
|
view-remote: "Wyświetl dokładne informacje"
|
||||||
|
|
||||||
|
mobile/views/pages/user/home.vue:
|
||||||
|
recent-notes: "Ostatnie wpisy"
|
||||||
|
images: "Zdjęcia"
|
||||||
|
activity: "Aktywność"
|
||||||
|
keywords: "Słowa kluczowe"
|
||||||
|
domains: "Domeny"
|
||||||
|
frequently-replied-users: "Często aktywni użytkownicy"
|
||||||
|
followers-you-know: "Śledzący których znasz"
|
||||||
|
last-used-at: "Ostatnio aktywny:"
|
||||||
|
|
||||||
|
mobile/views/pages/user/home.followers-you-know.vue:
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-users: "Brak użytkowników"
|
||||||
|
|
||||||
|
mobile/views/pages/user/home.friends.vue:
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-users: "Brak użytkowników"
|
||||||
|
|
||||||
|
mobile/views/pages/user/home.notes.vue:
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-notes: "Brak wpisów"
|
||||||
|
|
||||||
|
mobile/views/pages/user/home.photos.vue:
|
||||||
|
loading: "Ładowanie"
|
||||||
|
no-photos: "Brak zdjęć"
|
||||||
|
|
||||||
|
docs:
|
||||||
|
edit-this-page-on-github: "Znalazłeś błąd lub chcesz pomóc w tworzeniu dokumentacji?"
|
||||||
|
edit-this-page-on-github-link: "Edytuj stronę na GitHubie!"
|
||||||
|
|
||||||
|
api:
|
||||||
|
entities:
|
||||||
|
properties: "Właściwości"
|
||||||
|
endpoints:
|
||||||
|
params: "Parametry"
|
||||||
|
res: "Odpowiedź"
|
||||||
|
props:
|
||||||
|
name: "Nazwa"
|
||||||
|
type: "Rodzaj"
|
||||||
|
optional: "Nieobowiązkowy"
|
||||||
|
description: "Opis"
|
||||||
|
yes: "Tak"
|
||||||
|
no: "Nie"
|
57
migration/2.0.0.js
Normal file
57
migration/2.0.0.js
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
// for Node.js interpret
|
||||||
|
|
||||||
|
const chalk = require('chalk');
|
||||||
|
const sequential = require('promise-sequential');
|
||||||
|
|
||||||
|
const { default: User } = require('../built/models/user');
|
||||||
|
const { default: DriveFile } = require('../built/models/drive-file');
|
||||||
|
|
||||||
|
async function main() {
|
||||||
|
const promiseGens = [];
|
||||||
|
|
||||||
|
const count = await DriveFile.count({});
|
||||||
|
|
||||||
|
let prev;
|
||||||
|
|
||||||
|
for (let i = 0; i < count; i++) {
|
||||||
|
promiseGens.push(() => {
|
||||||
|
const promise = new Promise(async (res, rej) => {
|
||||||
|
const file = await DriveFile.findOne(prev ? {
|
||||||
|
_id: { $gt: prev._id }
|
||||||
|
} : {}, {
|
||||||
|
sort: {
|
||||||
|
_id: 1
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
prev = file;
|
||||||
|
|
||||||
|
const user = await User.findOne({ _id: file.metadata.userId });
|
||||||
|
|
||||||
|
DriveFile.update({
|
||||||
|
_id: file._id
|
||||||
|
}, {
|
||||||
|
$set: {
|
||||||
|
'metadata._user': {
|
||||||
|
host: user.host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}).then(() => {
|
||||||
|
res([i, file]);
|
||||||
|
}).catch(rej);
|
||||||
|
});
|
||||||
|
|
||||||
|
promise.then(([i, file]) => {
|
||||||
|
console.log(chalk`{gray ${i}} {green done: {bold ${file._id}} ${file.filename}}`);
|
||||||
|
});
|
||||||
|
|
||||||
|
return promise;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return await sequential(promiseGens);
|
||||||
|
}
|
||||||
|
|
||||||
|
main().then(() => {
|
||||||
|
console.log('ALL DONE');
|
||||||
|
}).catch(console.error);
|
@ -1,49 +0,0 @@
|
|||||||
// for Node.js interpret
|
|
||||||
|
|
||||||
const { default: User } = require('../built/models/user');
|
|
||||||
const { default: Following } = require('../built/models/following');
|
|
||||||
const { default: zip } = require('@prezzemolo/zip')
|
|
||||||
|
|
||||||
const migrate = async (following) => {
|
|
||||||
const follower = await User.findOne({ _id: following.followerId });
|
|
||||||
const followee = await User.findOne({ _id: following.followeeId });
|
|
||||||
const result = await Following.update(following._id, {
|
|
||||||
$set: {
|
|
||||||
stalk: true,
|
|
||||||
_follower: {
|
|
||||||
host: follower.host,
|
|
||||||
inbox: follower.host != null ? follower.inbox : undefined
|
|
||||||
},
|
|
||||||
_followee: {
|
|
||||||
host: followee.host,
|
|
||||||
inbox: followee.host != null ? followee.inbox : undefined
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return result.ok === 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function main() {
|
|
||||||
const count = await Following.count({});
|
|
||||||
|
|
||||||
const dop = Number.parseInt(process.argv[2]) || 5
|
|
||||||
const idop = ((count - (count % dop)) / dop) + 1
|
|
||||||
|
|
||||||
return zip(
|
|
||||||
1,
|
|
||||||
async (time) => {
|
|
||||||
console.log(`${time} / ${idop}`)
|
|
||||||
const doc = await Following.find({}, {
|
|
||||||
limit: dop, skip: time * dop
|
|
||||||
})
|
|
||||||
return Promise.all(doc.map(migrate))
|
|
||||||
},
|
|
||||||
idop
|
|
||||||
).then(a => {
|
|
||||||
const rv = []
|
|
||||||
a.forEach(e => rv.push(...e))
|
|
||||||
return rv
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
main().then(console.dir).catch(console.error)
|
|
60
package.json
60
package.json
@ -1,12 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "0.0.5051",
|
"version": "2.0.0",
|
||||||
|
"clientVersion": "1.0.5184",
|
||||||
"codename": "nighthike",
|
"codename": "nighthike",
|
||||||
"license": "MIT",
|
|
||||||
"description": "A miniblog-based SNS",
|
|
||||||
"bugs": "https://github.com/syuilo/misskey/issues",
|
|
||||||
"repository": "https://github.com/syuilo/misskey.git",
|
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -34,7 +31,7 @@
|
|||||||
"@prezzemolo/rap": "0.1.2",
|
"@prezzemolo/rap": "0.1.2",
|
||||||
"@prezzemolo/zip": "0.0.3",
|
"@prezzemolo/zip": "0.0.3",
|
||||||
"@types/bcryptjs": "2.4.1",
|
"@types/bcryptjs": "2.4.1",
|
||||||
"@types/chai": "4.1.2",
|
"@types/chai": "4.1.3",
|
||||||
"@types/chai-http": "3.0.4",
|
"@types/chai-http": "3.0.4",
|
||||||
"@types/debug": "0.0.30",
|
"@types/debug": "0.0.30",
|
||||||
"@types/deep-equal": "1.0.1",
|
"@types/deep-equal": "1.0.1",
|
||||||
@ -54,22 +51,22 @@
|
|||||||
"@types/js-yaml": "3.11.1",
|
"@types/js-yaml": "3.11.1",
|
||||||
"@types/koa": "2.0.45",
|
"@types/koa": "2.0.45",
|
||||||
"@types/koa-bodyparser": "4.2.0",
|
"@types/koa-bodyparser": "4.2.0",
|
||||||
"@types/koa-compress": "^2.0.8",
|
"@types/koa-compress": "2.0.8",
|
||||||
"@types/koa-favicon": "2.0.19",
|
"@types/koa-favicon": "2.0.19",
|
||||||
"@types/koa-logger": "^3.1.0",
|
"@types/koa-logger": "3.1.0",
|
||||||
"@types/koa-mount": "3.0.1",
|
"@types/koa-mount": "3.0.1",
|
||||||
"@types/koa-multer": "1.0.0",
|
"@types/koa-multer": "1.0.0",
|
||||||
"@types/koa-router": "7.0.27",
|
"@types/koa-router": "7.0.28",
|
||||||
"@types/koa-send": "4.1.1",
|
"@types/koa-send": "4.1.1",
|
||||||
"@types/koa__cors": "2.2.2",
|
"@types/koa__cors": "2.2.2",
|
||||||
"@types/kue": "0.11.8",
|
"@types/kue": "0.11.8",
|
||||||
"@types/license-checker": "15.0.0",
|
"@types/license-checker": "15.0.0",
|
||||||
"@types/mkdirp": "0.5.2",
|
"@types/mkdirp": "0.5.2",
|
||||||
"@types/mocha": "5.0.0",
|
"@types/mocha": "5.2.0",
|
||||||
"@types/mongodb": "3.0.15",
|
"@types/mongodb": "3.0.15",
|
||||||
"@types/monk": "6.0.0",
|
"@types/monk": "6.0.0",
|
||||||
"@types/ms": "0.7.30",
|
"@types/ms": "0.7.30",
|
||||||
"@types/node": "9.6.5",
|
"@types/node": "9.6.6",
|
||||||
"@types/nopt": "3.0.29",
|
"@types/nopt": "3.0.29",
|
||||||
"@types/pug": "2.0.4",
|
"@types/pug": "2.0.4",
|
||||||
"@types/qrcode": "0.8.1",
|
"@types/qrcode": "0.8.1",
|
||||||
@ -79,10 +76,11 @@
|
|||||||
"@types/request-promise-native": "1.0.14",
|
"@types/request-promise-native": "1.0.14",
|
||||||
"@types/rimraf": "2.0.2",
|
"@types/rimraf": "2.0.2",
|
||||||
"@types/seedrandom": "2.4.27",
|
"@types/seedrandom": "2.4.27",
|
||||||
|
"@types/single-line-log": "^1.1.0",
|
||||||
"@types/speakeasy": "2.0.2",
|
"@types/speakeasy": "2.0.2",
|
||||||
"@types/tmp": "0.0.33",
|
"@types/tmp": "0.0.33",
|
||||||
"@types/uuid": "3.4.3",
|
"@types/uuid": "3.4.3",
|
||||||
"@types/webpack": "4.1.3",
|
"@types/webpack": "4.1.4",
|
||||||
"@types/webpack-stream": "3.2.10",
|
"@types/webpack-stream": "3.2.10",
|
||||||
"@types/websocket": "0.0.38",
|
"@types/websocket": "0.0.38",
|
||||||
"@types/ws": "4.0.2",
|
"@types/ws": "4.0.2",
|
||||||
@ -91,10 +89,10 @@
|
|||||||
"autwh": "0.1.0",
|
"autwh": "0.1.0",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"bootstrap-vue": "2.0.0-rc.6",
|
"bootstrap-vue": "2.0.0-rc.6",
|
||||||
"cafy": "3.2.1",
|
"cafy": "8.0.0",
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
"chai-http": "4.0.0",
|
"chai-http": "4.0.0",
|
||||||
"chalk": "2.4.0",
|
"chalk": "2.4.1",
|
||||||
"crc-32": "1.2.0",
|
"crc-32": "1.2.0",
|
||||||
"css-loader": "0.28.11",
|
"css-loader": "0.28.11",
|
||||||
"debug": "3.1.0",
|
"debug": "3.1.0",
|
||||||
@ -103,12 +101,12 @@
|
|||||||
"diskusage": "0.2.4",
|
"diskusage": "0.2.4",
|
||||||
"dompurify": "1.0.3",
|
"dompurify": "1.0.3",
|
||||||
"elasticsearch": "14.2.2",
|
"elasticsearch": "14.2.2",
|
||||||
"element-ui": "2.3.4",
|
"element-ui": "2.3.6",
|
||||||
"emojilib": "2.2.12",
|
"emojilib": "2.2.12",
|
||||||
"escape-regexp": "0.0.1",
|
"escape-regexp": "0.0.1",
|
||||||
"eslint": "4.19.1",
|
"eslint": "4.19.1",
|
||||||
"eslint-plugin-vue": "4.4.0",
|
"eslint-plugin-vue": "4.5.0",
|
||||||
"eventemitter3": "3.0.1",
|
"eventemitter3": "3.1.0",
|
||||||
"exif-js": "2.3.0",
|
"exif-js": "2.3.0",
|
||||||
"file-loader": "1.1.11",
|
"file-loader": "1.1.11",
|
||||||
"file-type": "7.6.0",
|
"file-type": "7.6.0",
|
||||||
@ -136,29 +134,30 @@
|
|||||||
"is-root": "2.0.0",
|
"is-root": "2.0.0",
|
||||||
"is-url": "1.2.4",
|
"is-url": "1.2.4",
|
||||||
"js-yaml": "3.11.0",
|
"js-yaml": "3.11.0",
|
||||||
"jsdom": "11.8.0",
|
"jsdom": "11.9.0",
|
||||||
"koa": "2.5.0",
|
"koa": "2.5.1",
|
||||||
"koa-bodyparser": "4.2.0",
|
"koa-bodyparser": "4.2.0",
|
||||||
"koa-compress": "3.0.0",
|
"koa-compress": "3.0.0",
|
||||||
"koa-favicon": "2.0.1",
|
"koa-favicon": "2.0.1",
|
||||||
"koa-json-body": "^5.3.0",
|
"koa-json-body": "5.3.0",
|
||||||
"koa-logger": "^3.2.0",
|
"koa-logger": "3.2.0",
|
||||||
"koa-mount": "3.0.0",
|
"koa-mount": "3.0.0",
|
||||||
"koa-multer": "1.0.2",
|
"koa-multer": "1.0.2",
|
||||||
"koa-router": "7.4.0",
|
"koa-router": "7.4.0",
|
||||||
"koa-send": "4.1.3",
|
"koa-send": "4.1.3",
|
||||||
|
"koa-slow": "2.1.0",
|
||||||
"kue": "0.11.6",
|
"kue": "0.11.6",
|
||||||
"license-checker": "18.0.0",
|
"license-checker": "18.0.0",
|
||||||
"loader-utils": "1.1.0",
|
"loader-utils": "1.1.0",
|
||||||
"mecab-async": "0.1.2",
|
"mecab-async": "0.1.2",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"mocha": "5.1.0",
|
"mocha": "5.1.1",
|
||||||
"moji": "0.5.1",
|
"moji": "0.5.1",
|
||||||
"mongodb": "3.0.7",
|
"mongodb": "3.0.7",
|
||||||
"monk": "6.0.5",
|
"monk": "6.0.5",
|
||||||
"ms": "2.1.1",
|
"ms": "2.1.1",
|
||||||
"nan": "2.10.0",
|
"nan": "2.10.0",
|
||||||
"node-sass": "4.8.3",
|
"node-sass": "4.9.0",
|
||||||
"node-sass-json-importer": "3.2.0",
|
"node-sass-json-importer": "3.2.0",
|
||||||
"nopt": "4.0.1",
|
"nopt": "4.0.1",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
@ -167,6 +166,7 @@
|
|||||||
"os-utils": "0.0.14",
|
"os-utils": "0.0.14",
|
||||||
"progress-bar-webpack-plugin": "1.11.0",
|
"progress-bar-webpack-plugin": "1.11.0",
|
||||||
"prominence": "0.2.0",
|
"prominence": "0.2.0",
|
||||||
|
"promise-sequential": "^1.1.1",
|
||||||
"pug": "2.0.3",
|
"pug": "2.0.3",
|
||||||
"punycode": "2.1.0",
|
"punycode": "2.1.0",
|
||||||
"qrcode": "1.2.0",
|
"qrcode": "1.2.0",
|
||||||
@ -181,6 +181,7 @@
|
|||||||
"s-age": "1.1.2",
|
"s-age": "1.1.2",
|
||||||
"sass-loader": "7.0.1",
|
"sass-loader": "7.0.1",
|
||||||
"seedrandom": "2.4.3",
|
"seedrandom": "2.4.3",
|
||||||
|
"single-line-log": "^1.1.2",
|
||||||
"speakeasy": "2.0.0",
|
"speakeasy": "2.0.0",
|
||||||
"style-loader": "0.21.0",
|
"style-loader": "0.21.0",
|
||||||
"stylus": "0.54.5",
|
"stylus": "0.54.5",
|
||||||
@ -192,9 +193,9 @@
|
|||||||
"textarea-caret": "3.1.0",
|
"textarea-caret": "3.1.0",
|
||||||
"tmp": "0.0.33",
|
"tmp": "0.0.33",
|
||||||
"ts-loader": "4.2.0",
|
"ts-loader": "4.2.0",
|
||||||
"ts-node": "6.0.0",
|
"ts-node": "6.0.1",
|
||||||
"tslint": "5.9.1",
|
"tslint": "5.9.1",
|
||||||
"typescript": "2.8.1",
|
"typescript": "2.8.3",
|
||||||
"typescript-eslint-parser": "15.0.0",
|
"typescript-eslint-parser": "15.0.0",
|
||||||
"uglify-es": "3.3.9",
|
"uglify-es": "3.3.9",
|
||||||
"url-loader": "1.0.1",
|
"url-loader": "1.0.1",
|
||||||
@ -203,17 +204,18 @@
|
|||||||
"vue": "2.5.16",
|
"vue": "2.5.16",
|
||||||
"vue-cropperjs": "2.2.0",
|
"vue-cropperjs": "2.2.0",
|
||||||
"vue-js-modal": "1.3.13",
|
"vue-js-modal": "1.3.13",
|
||||||
"vue-json-tree-view": "2.1.3",
|
"vue-json-tree-view": "2.1.4",
|
||||||
"vue-loader": "14.2.2",
|
"vue-loader": "15.0.3",
|
||||||
"vue-router": "3.0.1",
|
"vue-router": "3.0.1",
|
||||||
"vue-template-compiler": "2.5.16",
|
"vue-template-compiler": "2.5.16",
|
||||||
"vuedraggable": "2.16.0",
|
"vuedraggable": "2.16.0",
|
||||||
|
"vuex": "3.0.1",
|
||||||
"web-push": "3.3.0",
|
"web-push": "3.3.0",
|
||||||
"webfinger.js": "2.6.6",
|
"webfinger.js": "2.6.6",
|
||||||
"webpack": "4.6.0",
|
"webpack": "4.6.0",
|
||||||
"webpack-cli": "2.0.14",
|
"webpack-cli": "2.0.15",
|
||||||
"webpack-replace-loader": "1.3.0",
|
"webpack-replace-loader": "1.3.0",
|
||||||
"websocket": "1.0.25",
|
"websocket": "1.0.26",
|
||||||
"ws": "5.1.1",
|
"ws": "5.1.1",
|
||||||
"xev": "2.0.0"
|
"xev": "2.0.0"
|
||||||
}
|
}
|
||||||
|
29
src/cafy-id.ts
Normal file
29
src/cafy-id.ts
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
import * as mongo from 'mongodb';
|
||||||
|
import { Query } from 'cafy';
|
||||||
|
|
||||||
|
export const isAnId = x => mongo.ObjectID.isValid(x);
|
||||||
|
export const isNotAnId = x => !isAnId(x);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ID
|
||||||
|
*/
|
||||||
|
export default class ID extends Query<mongo.ObjectID> {
|
||||||
|
constructor() {
|
||||||
|
super();
|
||||||
|
|
||||||
|
this.transform = v => {
|
||||||
|
if (isAnId(v) && !mongo.ObjectID.prototype.isPrototypeOf(v)) {
|
||||||
|
return new mongo.ObjectID(v);
|
||||||
|
} else {
|
||||||
|
return v;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
this.push(v => {
|
||||||
|
if (!mongo.ObjectID.prototype.isPrototypeOf(v) && isNotAnId(v)) {
|
||||||
|
return new Error('must-be-an-id');
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
@ -94,13 +94,13 @@ export default Vue.extend({
|
|||||||
margin 0 auto -38px auto
|
margin 0 auto -38px auto
|
||||||
border solid 5px #fff
|
border solid 5px #fff
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
box-shadow 0 2px 2px rgba(0, 0, 0, 0.1)
|
box-shadow 0 2px 2px rgba(#000, 0.1)
|
||||||
|
|
||||||
> .app
|
> .app
|
||||||
padding 44px 16px 0 16px
|
padding 44px 16px 0 16px
|
||||||
color #555
|
color #555
|
||||||
background #eee
|
background #eee
|
||||||
box-shadow 0 2px 2px rgba(0, 0, 0, 0.1) inset
|
box-shadow 0 2px 2px rgba(#000, 0.1) inset
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ''
|
content ''
|
||||||
|
@ -94,7 +94,7 @@ export default Vue.extend({
|
|||||||
margin 0 auto
|
margin 0 auto
|
||||||
text-align center
|
text-align center
|
||||||
background #fff
|
background #fff
|
||||||
box-shadow 0px 4px 16px rgba(0, 0, 0, 0.2)
|
box-shadow 0px 4px 16px rgba(#000, 0.2)
|
||||||
|
|
||||||
> .fetching
|
> .fetching
|
||||||
margin 0
|
margin 0
|
||||||
|
@ -11,14 +11,12 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Chromeで確認したことなのですが、constやletを用いたとしても
|
(function() {
|
||||||
// グローバルなスコープで定数/変数を定義するとwindowのプロパティ
|
// キャッシュ削除要求があれば従う
|
||||||
// としてそれがアクセスできるようになる訳ではありませんが、普通に
|
if (localStorage.getItem('shouldFlush') == 'true') {
|
||||||
// コンソールから定数/変数名を入力するとアクセスできてしまいます。
|
refresh();
|
||||||
// ブロック内に入れてスコープを非グローバル化するとそれが防げます
|
return;
|
||||||
// (Chrome以外のブラウザでは検証していません)
|
}
|
||||||
{
|
|
||||||
if (localStorage.getItem('shouldFlush') == 'true') refresh();
|
|
||||||
|
|
||||||
// Get the current url information
|
// Get the current url information
|
||||||
const url = new URL(location.href);
|
const url = new URL(location.href);
|
||||||
@ -63,11 +61,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dark/Light
|
// Dark/Light
|
||||||
const me = JSON.parse(localStorage.getItem('me') || null);
|
if (localStorage.getItem('darkmode') == 'true') {
|
||||||
if (me && me.clientSettings) {
|
document.documentElement.setAttribute('data-darkmode', 'true');
|
||||||
if ((app == 'desktop' && me.clientSettings.dark) || (app == 'mobile' && me.clientSettings.darkMobile)) {
|
|
||||||
document.documentElement.setAttribute('data-darkmode', 'true');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Script version
|
// Script version
|
||||||
@ -80,11 +75,16 @@
|
|||||||
const raw = (localStorage.getItem('useRawScript') == 'true' && isDebug)
|
const raw = (localStorage.getItem('useRawScript') == 'true' && isDebug)
|
||||||
|| ENV != 'production';
|
|| ENV != 'production';
|
||||||
|
|
||||||
|
// Get salt query
|
||||||
|
const salt = localStorage.getItem('salt')
|
||||||
|
? '?salt=' + localStorage.getItem('salt')
|
||||||
|
: '';
|
||||||
|
|
||||||
// Load an app script
|
// Load an app script
|
||||||
// Note: 'async' make it possible to load the script asyncly.
|
// Note: 'async' make it possible to load the script asyncly.
|
||||||
// 'defer' make it possible to run the script when the dom loaded.
|
// 'defer' make it possible to run the script when the dom loaded.
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.setAttribute('src', `/assets/${app}.${ver}.${lang}.${raw ? 'raw' : 'min'}.js`);
|
script.setAttribute('src', `/assets/${app}.${ver}.${lang}.${raw ? 'raw' : 'min'}.js${salt}`);
|
||||||
script.setAttribute('async', 'true');
|
script.setAttribute('async', 'true');
|
||||||
script.setAttribute('defer', 'true');
|
script.setAttribute('defer', 'true');
|
||||||
head.appendChild(script);
|
head.appendChild(script);
|
||||||
@ -105,8 +105,8 @@
|
|||||||
const meta = await res.json();
|
const meta = await res.json();
|
||||||
|
|
||||||
// Compare versions
|
// Compare versions
|
||||||
if (meta.version != ver) {
|
if (meta.clientVersion != ver) {
|
||||||
localStorage.setItem('v', meta.version);
|
localStorage.setItem('v', meta.clientVersion);
|
||||||
|
|
||||||
alert(
|
alert(
|
||||||
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
|
'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
|
||||||
@ -120,6 +120,9 @@
|
|||||||
function refresh() {
|
function refresh() {
|
||||||
localStorage.setItem('shouldFlush', 'false');
|
localStorage.setItem('shouldFlush', 'false');
|
||||||
|
|
||||||
|
// Random
|
||||||
|
localStorage.setItem('salt', Math.random().toString());
|
||||||
|
|
||||||
// Clear cache (serive worker)
|
// Clear cache (serive worker)
|
||||||
try {
|
try {
|
||||||
navigator.serviceWorker.controller.postMessage('clear');
|
navigator.serviceWorker.controller.postMessage('clear');
|
||||||
@ -134,4 +137,4 @@
|
|||||||
// Force reload
|
// Force reload
|
||||||
location.reload(true);
|
location.reload(true);
|
||||||
}
|
}
|
||||||
}
|
})();
|
||||||
|
@ -18,61 +18,65 @@ export default function<T extends object>(data: {
|
|||||||
default: false
|
default: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
id(): string {
|
id(): string {
|
||||||
return this.widget.id;
|
return this.widget.id;
|
||||||
|
},
|
||||||
|
|
||||||
|
props(): T {
|
||||||
|
return this.widget.data;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
props: data.props ? data.props() : {} as T,
|
bakedOldProps: null
|
||||||
bakedOldProps: null,
|
|
||||||
preventSave: false
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
if (this.props) {
|
this.mergeProps();
|
||||||
Object.keys(this.props).forEach(prop => {
|
|
||||||
if (this.widget.data.hasOwnProperty(prop)) {
|
this.$watch('props', () => {
|
||||||
this.props[prop] = this.widget.data[prop];
|
this.mergeProps();
|
||||||
}
|
});
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
this.bakeProps();
|
this.bakeProps();
|
||||||
|
},
|
||||||
|
|
||||||
this.$watch('props', newProps => {
|
methods: {
|
||||||
if (this.preventSave) {
|
bakeProps() {
|
||||||
this.preventSave = false;
|
this.bakedOldProps = JSON.stringify(this.props);
|
||||||
this.bakeProps();
|
},
|
||||||
return;
|
|
||||||
|
mergeProps() {
|
||||||
|
if (data.props) {
|
||||||
|
const defaultProps = data.props();
|
||||||
|
Object.keys(defaultProps).forEach(prop => {
|
||||||
|
if (!this.props.hasOwnProperty(prop)) {
|
||||||
|
Vue.set(this.props, prop, defaultProps[prop]);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
if (this.bakedOldProps == JSON.stringify(newProps)) return;
|
},
|
||||||
|
|
||||||
|
save() {
|
||||||
|
if (this.bakedOldProps == JSON.stringify(this.props)) return;
|
||||||
|
|
||||||
this.bakeProps();
|
this.bakeProps();
|
||||||
|
|
||||||
if (this.isMobile) {
|
if (this.isMobile) {
|
||||||
(this as any).api('i/update_mobile_home', {
|
(this as any).api('i/update_mobile_home', {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
data: newProps
|
data: this.props
|
||||||
}).then(() => {
|
|
||||||
(this as any).os.i.clientSettings.mobileHome.find(w => w.id == this.id).data = newProps;
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
(this as any).api('i/update_home', {
|
(this as any).api('i/update_home', {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
data: newProps
|
data: this.props
|
||||||
}).then(() => {
|
|
||||||
(this as any).os.i.clientSettings.home.find(w => w.id == this.id).data = newProps;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
deep: true
|
|
||||||
});
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
bakeProps() {
|
|
||||||
this.bakedOldProps = JSON.stringify(this.props);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
import MiOS from '../mios';
|
import MiOS from '../../mios';
|
||||||
import { version as current } from '../../config';
|
import { version as current } from '../../config';
|
||||||
|
|
||||||
export default async function(mios: MiOS, force = false, silent = false) {
|
export default async function(mios: MiOS, force = false, silent = false) {
|
||||||
const meta = await mios.getMeta(force);
|
const meta = await mios.getMeta(force);
|
||||||
const newer = meta.version;
|
const newer = meta.clientVersion;
|
||||||
|
|
||||||
if (newer != current) {
|
if (newer != current) {
|
||||||
localStorage.setItem('should-refresh', 'true');
|
localStorage.setItem('should-refresh', 'true');
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Channel stream connection
|
* Channel stream connection
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Drive stream connection
|
* Drive stream connection
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Global timeline stream connection
|
* Global timeline stream connection
|
||||||
|
@ -2,7 +2,7 @@ import * as merge from 'object-assign-deep';
|
|||||||
|
|
||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Home stream connection
|
* Home stream connection
|
||||||
@ -25,10 +25,31 @@ export class HomeStream extends Stream {
|
|||||||
console.log('I updated:', i);
|
console.log('I updated:', i);
|
||||||
}
|
}
|
||||||
merge(me, i);
|
merge(me, i);
|
||||||
|
|
||||||
|
// キャッシュ更新
|
||||||
|
os.bakeMe();
|
||||||
|
});
|
||||||
|
|
||||||
|
this.on('clientSettingUpdated', x => {
|
||||||
|
os.store.commit('settings/set', {
|
||||||
|
key: x.key,
|
||||||
|
value: x.value
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
this.on('home_updated', x => {
|
||||||
|
if (x.home) {
|
||||||
|
os.store.commit('settings/setHome', x.home);
|
||||||
|
} else {
|
||||||
|
os.store.commit('settings/setHomeWidget', {
|
||||||
|
id: x.id,
|
||||||
|
data: x.data
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// トークンが再生成されたとき
|
// トークンが再生成されたとき
|
||||||
// このままではAPIが利用できないので強制的にサインアウトさせる
|
// このままではMisskeyが利用できないので強制的にサインアウトさせる
|
||||||
this.on('my_token_regenerated', () => {
|
this.on('my_token_regenerated', () => {
|
||||||
alert('%i18n:!common.my-token-regenerated%');
|
alert('%i18n:!common.my-token-regenerated%');
|
||||||
os.signout();
|
os.signout();
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Local timeline stream connection
|
* Local timeline stream connection
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Messaging index stream connection
|
* Messaging index stream connection
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Messaging stream connection
|
* Messaging stream connection
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
export class OthelloGameStream extends Stream {
|
export class OthelloGameStream extends Stream {
|
||||||
constructor(os: MiOS, me, game) {
|
constructor(os: MiOS, me, game) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
export class OthelloStream extends Stream {
|
export class OthelloStream extends Stream {
|
||||||
constructor(os: MiOS, me) {
|
constructor(os: MiOS, me) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import Stream from './stream';
|
import Stream from './stream';
|
||||||
import StreamManager from './stream-manager';
|
import StreamManager from './stream-manager';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Server stream connection
|
* Server stream connection
|
||||||
|
@ -2,7 +2,7 @@ import { EventEmitter } from 'eventemitter3';
|
|||||||
import * as uuid from 'uuid';
|
import * as uuid from 'uuid';
|
||||||
import * as ReconnectingWebsocket from 'reconnecting-websocket';
|
import * as ReconnectingWebsocket from 'reconnecting-websocket';
|
||||||
import { wsUrl } from '../../../config';
|
import { wsUrl } from '../../../config';
|
||||||
import MiOS from '../../mios';
|
import MiOS from '../../../mios';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Misskey stream connection
|
* Misskey stream connection
|
||||||
|
17
src/client/app/common/scripts/streaming/user-list.ts
Normal file
17
src/client/app/common/scripts/streaming/user-list.ts
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import Stream from './stream';
|
||||||
|
import MiOS from '../../mios';
|
||||||
|
|
||||||
|
export class UserListStream extends Stream {
|
||||||
|
constructor(os: MiOS, me, listId) {
|
||||||
|
super(os, 'user-list', {
|
||||||
|
i: me.token,
|
||||||
|
listId
|
||||||
|
});
|
||||||
|
|
||||||
|
(this as any).on('_connected_', () => {
|
||||||
|
this.send({
|
||||||
|
i: me.token
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
@ -234,7 +234,7 @@ export default Vue.extend({
|
|||||||
margin-top calc(1em + 8px)
|
margin-top calc(1em + 8px)
|
||||||
overflow hidden
|
overflow hidden
|
||||||
background #fff
|
background #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.1)
|
border solid 1px rgba(#000, 0.1)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
transition top 0.1s ease, left 0.1s ease
|
transition top 0.1s ease, left 0.1s ease
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ export default Vue.extend({
|
|||||||
white-space nowrap
|
white-space nowrap
|
||||||
overflow hidden
|
overflow hidden
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
cursor default
|
cursor default
|
||||||
|
|
||||||
&, *
|
&, *
|
||||||
@ -285,10 +285,10 @@ export default Vue.extend({
|
|||||||
|
|
||||||
.name
|
.name
|
||||||
margin 0 8px 0 0
|
margin 0 8px 0 0
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
|
|
||||||
.username
|
.username
|
||||||
color rgba(0, 0, 0, 0.3)
|
color rgba(#000, 0.3)
|
||||||
|
|
||||||
> .emojis > li
|
> .emojis > li
|
||||||
|
|
||||||
@ -298,10 +298,10 @@ export default Vue.extend({
|
|||||||
width 24px
|
width 24px
|
||||||
|
|
||||||
.name
|
.name
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
|
|
||||||
.alias
|
.alias
|
||||||
margin 0 0 0 8px
|
margin 0 0 0 8px
|
||||||
color rgba(0, 0, 0, 0.3)
|
color rgba(#000, 0.3)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
39
src/client/app/common/views/components/avatar.vue
Normal file
39
src/client/app/common/views/components/avatar.vue
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
<template>
|
||||||
|
<router-link class="mk-avatar" :to="user | userPage" :title="user | acct" :target="target" :style="{ borderRadius: clientSettings.circleIcons ? '100%' : null }">
|
||||||
|
<img v-if="disablePreview" :src="`${user.avatarUrl}?thumbnail&size=128`" alt=""/>
|
||||||
|
<img v-else :src="`${user.avatarUrl}?thumbnail&size=128`" alt="" v-user-preview="user.id"/>
|
||||||
|
</router-link>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import Vue from 'vue';
|
||||||
|
export default Vue.extend({
|
||||||
|
props: {
|
||||||
|
user: {
|
||||||
|
required: true
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
required: false,
|
||||||
|
default: null
|
||||||
|
},
|
||||||
|
disablePreview: {
|
||||||
|
required: false,
|
||||||
|
default: false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
.mk-avatar
|
||||||
|
display block
|
||||||
|
|
||||||
|
> img
|
||||||
|
display inline-block
|
||||||
|
width 100%
|
||||||
|
height 100%
|
||||||
|
margin 0
|
||||||
|
border-radius inherit
|
||||||
|
vertical-align bottom
|
||||||
|
transition border-radius 1s ease
|
||||||
|
</style>
|
67
src/client/app/common/views/components/google.vue
Normal file
67
src/client/app/common/views/components/google.vue
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
<template>
|
||||||
|
<div class="mk-google">
|
||||||
|
<input type="search" v-model="query" :placeholder="q">
|
||||||
|
<button @click="search">検索</button>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import Vue from 'vue';
|
||||||
|
export default Vue.extend({
|
||||||
|
props: ['q'],
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
query: null
|
||||||
|
};
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
this.query = this.q;
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
search() {
|
||||||
|
window.open(`https://www.google.com/?#q=${this.query}`, '_blank');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
root(isDark)
|
||||||
|
display flex
|
||||||
|
margin 8px 0
|
||||||
|
|
||||||
|
> input
|
||||||
|
flex-shrink 1
|
||||||
|
padding 10px
|
||||||
|
width 100%
|
||||||
|
height 40px
|
||||||
|
font-family sans-serif
|
||||||
|
font-size 16px
|
||||||
|
color isDark ? #dee4e8 : #55595c
|
||||||
|
background isDark ? #191b22 : #fff
|
||||||
|
border solid 1px isDark ? #495156 : #dadada
|
||||||
|
border-radius 4px 0 0 4px
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
border-color isDark ? #777c86 : #b0b0b0
|
||||||
|
|
||||||
|
> button
|
||||||
|
flex-shrink 0
|
||||||
|
padding 0 16px
|
||||||
|
border solid 1px isDark ? #495156 : #dadada
|
||||||
|
border-left none
|
||||||
|
border-radius 0 4px 4px 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color isDark ? #2e3440 : #eee
|
||||||
|
|
||||||
|
&:active
|
||||||
|
box-shadow 0 2px 4px rgba(#000, 0.15) inset
|
||||||
|
|
||||||
|
.mk-google[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-google:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
|
</style>
|
@ -3,6 +3,7 @@ import Vue from 'vue';
|
|||||||
import signin from './signin.vue';
|
import signin from './signin.vue';
|
||||||
import signup from './signup.vue';
|
import signup from './signup.vue';
|
||||||
import forkit from './forkit.vue';
|
import forkit from './forkit.vue';
|
||||||
|
import avatar from './avatar.vue';
|
||||||
import nav from './nav.vue';
|
import nav from './nav.vue';
|
||||||
import noteHtml from './note-html';
|
import noteHtml from './note-html';
|
||||||
import poll from './poll.vue';
|
import poll from './poll.vue';
|
||||||
@ -28,6 +29,7 @@ import welcomeTimeline from './welcome-timeline.vue';
|
|||||||
Vue.component('mk-signin', signin);
|
Vue.component('mk-signin', signin);
|
||||||
Vue.component('mk-signup', signup);
|
Vue.component('mk-signup', signup);
|
||||||
Vue.component('mk-forkit', forkit);
|
Vue.component('mk-forkit', forkit);
|
||||||
|
Vue.component('mk-avatar', avatar);
|
||||||
Vue.component('mk-nav', nav);
|
Vue.component('mk-nav', nav);
|
||||||
Vue.component('mk-note-html', noteHtml);
|
Vue.component('mk-note-html', noteHtml);
|
||||||
Vue.component('mk-poll', poll);
|
Vue.component('mk-poll', poll);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="mk-media-list" :data-count="mediaList.length">
|
<div class="mk-media-list" :data-count="mediaList.length">
|
||||||
<template v-for="media in mediaList">
|
<template v-for="media in mediaList">
|
||||||
<mk-media-video :video="media" :key="media.id" v-if="media.type.startsWith('video')" :inline-playable="mediaList.length === 1"/>
|
<mk-media-video :video="media" :key="media.id" v-if="media.type.startsWith('video')" :inline-playable="mediaList.length === 1"/>
|
||||||
<mk-media-image :image="media" :key="media.id" v-else />
|
<mk-media-image :image="media" :key="media.id" v-else :raw="raw"/>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -11,7 +11,14 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
props: ['mediaList'],
|
props: {
|
||||||
|
mediaList: {
|
||||||
|
required: true
|
||||||
|
},
|
||||||
|
raw: {
|
||||||
|
default: false
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="message" :data-is-me="isMe">
|
<div class="message" :data-is-me="isMe">
|
||||||
<router-link class="avatar-anchor" :to="message.user | userPage" :title="message.user | acct" target="_blank">
|
<mk-avatar class="avatar" :user="message.user" target="_blank"/>
|
||||||
<img class="avatar" :src="`${message.user.avatarUrl}?thumbnail&size=80`" alt=""/>
|
|
||||||
</router-link>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="balloon" :data-no-text="message.text == null">
|
<div class="balloon" :data-no-text="message.text == null">
|
||||||
<p class="read" v-if="isMe && message.isRead">%i18n:@is-read%</p>
|
<p class="read" v-if="isMe && message.isRead">%i18n:@is-read%</p>
|
||||||
@ -67,20 +65,14 @@ export default Vue.extend({
|
|||||||
padding 10px 12px 10px 12px
|
padding 10px 12px 10px 12px
|
||||||
background-color transparent
|
background-color transparent
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
position absolute
|
position absolute
|
||||||
top 10px
|
top 10px
|
||||||
|
width 54px
|
||||||
> .avatar
|
height 54px
|
||||||
display block
|
border-radius 8px
|
||||||
min-width 54px
|
transition all 0.1s ease
|
||||||
min-height 54px
|
|
||||||
max-width 54px
|
|
||||||
max-height 54px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
transition all 0.1s ease
|
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
|
|
||||||
@ -134,7 +126,7 @@ export default Vue.extend({
|
|||||||
bottom -4px
|
bottom -4px
|
||||||
left -12px
|
left -12px
|
||||||
margin 0
|
margin 0
|
||||||
color rgba(0, 0, 0, 0.5)
|
color rgba(#000, 0.5)
|
||||||
font-size 11px
|
font-size 11px
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
@ -146,7 +138,7 @@ export default Vue.extend({
|
|||||||
overflow hidden
|
overflow hidden
|
||||||
overflow-wrap break-word
|
overflow-wrap break-word
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color rgba(0, 0, 0, 0.5)
|
color rgba(#000, 0.5)
|
||||||
|
|
||||||
> .text
|
> .text
|
||||||
display block
|
display block
|
||||||
@ -155,7 +147,7 @@ export default Vue.extend({
|
|||||||
overflow hidden
|
overflow hidden
|
||||||
overflow-wrap break-word
|
overflow-wrap break-word
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
|
|
||||||
& + .file
|
& + .file
|
||||||
> a
|
> a
|
||||||
@ -195,13 +187,13 @@ export default Vue.extend({
|
|||||||
display block
|
display block
|
||||||
margin 2px 0 0 0
|
margin 2px 0 0 0
|
||||||
font-size 10px
|
font-size 10px
|
||||||
color rgba(0, 0, 0, 0.4)
|
color rgba(#000, 0.4)
|
||||||
|
|
||||||
> [data-fa]
|
> [data-fa]
|
||||||
margin-left 4px
|
margin-left 4px
|
||||||
|
|
||||||
&:not([data-is-me])
|
&:not([data-is-me])
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
left 12px
|
left 12px
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
@ -225,7 +217,7 @@ export default Vue.extend({
|
|||||||
text-align left
|
text-align left
|
||||||
|
|
||||||
&[data-is-me]
|
&[data-is-me]
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
right 12px
|
right 12px
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
|
@ -256,7 +256,7 @@ export default Vue.extend({
|
|||||||
padding 16px 8px 8px 8px
|
padding 16px 8px 8px 8px
|
||||||
text-align center
|
text-align center
|
||||||
font-size 0.8em
|
font-size 0.8em
|
||||||
color rgba(0, 0, 0, 0.4)
|
color rgba(#000, 0.4)
|
||||||
|
|
||||||
[data-fa]
|
[data-fa]
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
@ -267,7 +267,7 @@ export default Vue.extend({
|
|||||||
padding 16px 8px 8px 8px
|
padding 16px 8px 8px 8px
|
||||||
text-align center
|
text-align center
|
||||||
font-size 0.8em
|
font-size 0.8em
|
||||||
color rgba(0, 0, 0, 0.4)
|
color rgba(#000, 0.4)
|
||||||
|
|
||||||
[data-fa]
|
[data-fa]
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
@ -278,7 +278,7 @@ export default Vue.extend({
|
|||||||
padding 16px
|
padding 16px
|
||||||
text-align center
|
text-align center
|
||||||
font-size 0.8em
|
font-size 0.8em
|
||||||
color rgba(0, 0, 0, 0.4)
|
color rgba(#000, 0.4)
|
||||||
|
|
||||||
[data-fa]
|
[data-fa]
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
@ -289,14 +289,14 @@ export default Vue.extend({
|
|||||||
padding 0 12px
|
padding 0 12px
|
||||||
line-height 24px
|
line-height 24px
|
||||||
color #fff
|
color #fff
|
||||||
background rgba(0, 0, 0, 0.3)
|
background rgba(#000, 0.3)
|
||||||
border-radius 12px
|
border-radius 12px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background rgba(0, 0, 0, 0.4)
|
background rgba(#000, 0.4)
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background rgba(0, 0, 0, 0.5)
|
background rgba(#000, 0.5)
|
||||||
|
|
||||||
&.fetching
|
&.fetching
|
||||||
cursor wait
|
cursor wait
|
||||||
@ -322,7 +322,7 @@ export default Vue.extend({
|
|||||||
left 0
|
left 0
|
||||||
right 0
|
right 0
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
background rgba(0, 0, 0, 0.1)
|
background rgba(#000, 0.1)
|
||||||
|
|
||||||
> span
|
> span
|
||||||
display inline-block
|
display inline-block
|
||||||
@ -330,7 +330,7 @@ export default Vue.extend({
|
|||||||
padding 0 16px
|
padding 0 16px
|
||||||
//font-weight bold
|
//font-weight bold
|
||||||
line-height 32px
|
line-height 32px
|
||||||
color rgba(0, 0, 0, 0.3)
|
color rgba(#000, 0.3)
|
||||||
background #fff
|
background #fff
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
@click="navigate(user)"
|
@click="navigate(user)"
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
>
|
>
|
||||||
<img class="avatar" :src="`${user.avatarUrl}?thumbnail&size=32`" alt=""/>
|
<mk-avatar class="avatar" :user="user"/>
|
||||||
<span class="name">{{ user | userName }}</span>
|
<span class="name">{{ user | userName }}</span>
|
||||||
<span class="username">@{{ user | acct }}</span>
|
<span class="username">@{{ user | acct }}</span>
|
||||||
</li>
|
</li>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
:key="message.id"
|
:key="message.id"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<img class="avatar" :src="`${isMe(message) ? message.recipient.avatarUrl : message.user.avatarUrl}?thumbnail&size=64`" alt=""/>
|
<mk-avatar class="avatar" :user="isMe(message) ? message.recipient : message.user"/>
|
||||||
<header>
|
<header>
|
||||||
<span class="name">{{ isMe(message) ? message.recipient : message.user | userName }}</span>
|
<span class="name">{{ isMe(message) ? message.recipient : message.user | userName }}</span>
|
||||||
<span class="username">@{{ isMe(message) ? message.recipient : message.user | acct }}</span>
|
<span class="username">@{{ isMe(message) ? message.recipient : message.user | acct }}</span>
|
||||||
@ -205,7 +205,7 @@ root(isDark)
|
|||||||
z-index 1
|
z-index 1
|
||||||
width 100%
|
width 100%
|
||||||
background #fff
|
background #fff
|
||||||
box-shadow 0 0px 2px rgba(0, 0, 0, 0.2)
|
box-shadow 0 0px 2px rgba(#000, 0.2)
|
||||||
|
|
||||||
> .form
|
> .form
|
||||||
padding 8px
|
padding 8px
|
||||||
@ -279,7 +279,7 @@ root(isDark)
|
|||||||
vertical-align top
|
vertical-align top
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
overflow hidden
|
overflow hidden
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
text-decoration none
|
text-decoration none
|
||||||
transition none
|
transition none
|
||||||
cursor pointer
|
cursor pointer
|
||||||
@ -318,11 +318,11 @@ root(isDark)
|
|||||||
margin 0 8px 0 0
|
margin 0 8px 0 0
|
||||||
/*font-weight bold*/
|
/*font-weight bold*/
|
||||||
font-weight normal
|
font-weight normal
|
||||||
color rgba(0, 0, 0, 0.8)
|
color rgba(#000, 0.8)
|
||||||
|
|
||||||
.username
|
.username
|
||||||
font-weight normal
|
font-weight normal
|
||||||
color rgba(0, 0, 0, 0.3)
|
color rgba(#000, 0.3)
|
||||||
|
|
||||||
> .history
|
> .history
|
||||||
|
|
||||||
@ -383,17 +383,17 @@ root(isDark)
|
|||||||
overflow hidden
|
overflow hidden
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color isDark ? #fff : rgba(0, 0, 0, 0.9)
|
color isDark ? #fff : rgba(#000, 0.9)
|
||||||
font-weight bold
|
font-weight bold
|
||||||
transition all 0.1s ease
|
transition all 0.1s ease
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
margin 0 8px
|
margin 0 8px
|
||||||
color isDark ? #606984 : rgba(0, 0, 0, 0.5)
|
color isDark ? #606984 : rgba(#000, 0.5)
|
||||||
|
|
||||||
> .mk-time
|
> .mk-time
|
||||||
margin 0 0 0 auto
|
margin 0 0 0 auto
|
||||||
color isDark ? #606984 : rgba(0, 0, 0, 0.5)
|
color isDark ? #606984 : rgba(#000, 0.5)
|
||||||
font-size 80%
|
font-size 80%
|
||||||
|
|
||||||
> .avatar
|
> .avatar
|
||||||
@ -413,10 +413,10 @@ root(isDark)
|
|||||||
overflow hidden
|
overflow hidden
|
||||||
overflow-wrap break-word
|
overflow-wrap break-word
|
||||||
font-size 1.1em
|
font-size 1.1em
|
||||||
color isDark ? #fff : rgba(0, 0, 0, 0.8)
|
color isDark ? #fff : rgba(#000, 0.8)
|
||||||
|
|
||||||
.me
|
.me
|
||||||
color isDark ? rgba(#fff, 0.7) : rgba(0, 0, 0, 0.4)
|
color isDark ? rgba(#fff, 0.7) : rgba(#000, 0.4)
|
||||||
|
|
||||||
> .image
|
> .image
|
||||||
display block
|
display block
|
||||||
|
@ -4,6 +4,7 @@ import parse from '../../../../../text/parse';
|
|||||||
import getAcct from '../../../../../acct/render';
|
import getAcct from '../../../../../acct/render';
|
||||||
import { url } from '../../../config';
|
import { url } from '../../../config';
|
||||||
import MkUrl from './url.vue';
|
import MkUrl from './url.vue';
|
||||||
|
import MkGoogle from './google.vue';
|
||||||
|
|
||||||
const flatten = list => list.reduce(
|
const flatten = list => list.reduce(
|
||||||
(a, b) => a.concat(Array.isArray(b) ? flatten(b) : b), []
|
(a, b) => a.concat(Array.isArray(b) ? flatten(b) : b), []
|
||||||
@ -145,6 +146,13 @@ export default Vue.component('mk-note-html', {
|
|||||||
const emoji = emojilib.lib[token.emoji];
|
const emoji = emojilib.lib[token.emoji];
|
||||||
return createElement('span', emoji ? emoji.char : token.content);
|
return createElement('span', emoji ? emoji.char : token.content);
|
||||||
|
|
||||||
|
case 'search':
|
||||||
|
return createElement(MkGoogle, {
|
||||||
|
props: {
|
||||||
|
q: token.query
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
default:
|
default:
|
||||||
console.log('unknown ast type:', token.type);
|
console.log('unknown ast type:', token.type);
|
||||||
}
|
}
|
||||||
|
@ -105,7 +105,7 @@ $border-color = rgba(27, 31, 35, 0.15)
|
|||||||
z-index 10000
|
z-index 10000
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
background rgba(0, 0, 0, 0.1)
|
background rgba(#000, 0.1)
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
> .popover
|
> .popover
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<section v-if="invitations.length > 0">
|
<section v-if="invitations.length > 0">
|
||||||
<h2>対局の招待があります!:</h2>
|
<h2>対局の招待があります!:</h2>
|
||||||
<div class="invitation" v-for="i in invitations" tabindex="-1" @click="accept(i)">
|
<div class="invitation" v-for="i in invitations" tabindex="-1" @click="accept(i)">
|
||||||
<img :src="`${i.parent.avatarUrl}?thumbnail&size=32`" alt="">
|
<mk-avatar class="avatar" :user="i.parent"/>
|
||||||
<span class="name"><b>{{ i.parent.name }}</b></span>
|
<span class="name"><b>{{ i.parent.name }}</b></span>
|
||||||
<span class="username">@{{ i.parent.username }}</span>
|
<span class="username">@{{ i.parent.username }}</span>
|
||||||
<mk-time :time="i.createdAt"/>
|
<mk-time :time="i.createdAt"/>
|
||||||
@ -40,8 +40,8 @@
|
|||||||
<section v-if="myGames.length > 0">
|
<section v-if="myGames.length > 0">
|
||||||
<h2>自分の対局</h2>
|
<h2>自分の対局</h2>
|
||||||
<a class="game" v-for="g in myGames" tabindex="-1" @click.prevent="go(g)" :href="`/othello/${g.id}`">
|
<a class="game" v-for="g in myGames" tabindex="-1" @click.prevent="go(g)" :href="`/othello/${g.id}`">
|
||||||
<img :src="`${g.user1.avatarUrl}?thumbnail&size=32`" alt="">
|
<mk-avatar class="avatar" :user="g.user1.avatarUrl"/>
|
||||||
<img :src="`${g.user2.avatarUrl}?thumbnail&size=32`" alt="">
|
<mk-avatar class="avatar" :user="g.user2.avatarUrl"/>
|
||||||
<span><b>{{ g.user1.name }}</b> vs <b>{{ g.user2.name }}</b></span>
|
<span><b>{{ g.user1.name }}</b> vs <b>{{ g.user2.name }}</b></span>
|
||||||
<span class="state">{{ g.isEnded ? '終了' : '進行中' }}</span>
|
<span class="state">{{ g.isEnded ? '終了' : '進行中' }}</span>
|
||||||
</a>
|
</a>
|
||||||
@ -49,8 +49,8 @@
|
|||||||
<section v-if="games.length > 0">
|
<section v-if="games.length > 0">
|
||||||
<h2>みんなの対局</h2>
|
<h2>みんなの対局</h2>
|
||||||
<a class="game" v-for="g in games" tabindex="-1" @click.prevent="go(g)" :href="`/othello/${g.id}`">
|
<a class="game" v-for="g in games" tabindex="-1" @click.prevent="go(g)" :href="`/othello/${g.id}`">
|
||||||
<img :src="`${g.user1.avatarUrl}?thumbnail&size=32`" alt="">
|
<mk-avatar class="avatar" :user="g.user1.avatarUrl"/>
|
||||||
<img :src="`${g.user2.avatarUrl}?thumbnail&size=32`" alt="">
|
<mk-avatar class="avatar" :user="g.user2.avatarUrl"/>
|
||||||
<span><b>{{ g.user1.name }}</b> vs <b>{{ g.user2.name }}</b></span>
|
<span><b>{{ g.user1.name }}</b> vs <b>{{ g.user2.name }}</b></span>
|
||||||
<span class="state">{{ g.isEnded ? '終了' : '進行中' }}</span>
|
<span class="state">{{ g.isEnded ? '終了' : '進行中' }}</span>
|
||||||
</a>
|
</a>
|
||||||
@ -271,8 +271,7 @@ export default Vue.extend({
|
|||||||
&:active
|
&:active
|
||||||
background #eee
|
background #eee
|
||||||
|
|
||||||
> img
|
> .avatar
|
||||||
vertical-align bottom
|
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
> span
|
> span
|
||||||
@ -301,8 +300,7 @@ export default Vue.extend({
|
|||||||
&:active
|
&:active
|
||||||
background #eee
|
background #eee
|
||||||
|
|
||||||
> img
|
> .avatar
|
||||||
vertical-align bottom
|
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
> span
|
> span
|
||||||
|
@ -69,7 +69,7 @@ export default Vue.extend({
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~const.styl'
|
@import '~const.styl'
|
||||||
|
|
||||||
.mk-poll-editor
|
root(isDark)
|
||||||
padding 8px
|
padding 8px
|
||||||
|
|
||||||
> .caution
|
> .caution
|
||||||
@ -102,6 +102,8 @@ export default Vue.extend({
|
|||||||
padding 6px 8px
|
padding 6px 8px
|
||||||
width 300px
|
width 300px
|
||||||
font-size 14px
|
font-size 14px
|
||||||
|
color isDark ? #fff : #000
|
||||||
|
background isDark ? #191b22 : #fff
|
||||||
border solid 1px rgba($theme-color, 0.1)
|
border solid 1px rgba($theme-color, 0.1)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
@ -139,4 +141,10 @@ export default Vue.extend({
|
|||||||
&:active
|
&:active
|
||||||
color darken($theme-color, 30%)
|
color darken($theme-color, 30%)
|
||||||
|
|
||||||
|
.mk-poll-editor[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-poll-editor:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -88,10 +88,10 @@ root(isDark)
|
|||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background rgba(0, 0, 0, 0.1)
|
background rgba(#000, 0.1)
|
||||||
|
|
||||||
> .backdrop
|
> .backdrop
|
||||||
position absolute
|
position absolute
|
||||||
|
@ -120,7 +120,7 @@ root(isDark)
|
|||||||
z-index 10000
|
z-index 10000
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
background rgba(0, 0, 0, 0.1)
|
background isDark ? rgba(#000, 0.4) : rgba(#000, 0.1)
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
> .popover
|
> .popover
|
||||||
|
@ -91,7 +91,7 @@ export default Vue.extend({
|
|||||||
width 100%
|
width 100%
|
||||||
line-height 44px
|
line-height 44px
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color rgba(0, 0, 0, 0.7)
|
color rgba(#000, 0.7)
|
||||||
background #fff
|
background #fff
|
||||||
outline none
|
outline none
|
||||||
border solid 1px #eee
|
border solid 1px #eee
|
||||||
@ -117,7 +117,7 @@ export default Vue.extend({
|
|||||||
margin -6px 0 0 0
|
margin -6px 0 0 0
|
||||||
width 100%
|
width 100%
|
||||||
font-size 1.2em
|
font-size 1.2em
|
||||||
color rgba(0, 0, 0, 0.5)
|
color rgba(#000, 0.5)
|
||||||
outline none
|
outline none
|
||||||
border none
|
border none
|
||||||
border-radius 0
|
border-radius 0
|
||||||
|
@ -234,13 +234,13 @@ export default Vue.extend({
|
|||||||
color #333 !important
|
color #333 !important
|
||||||
background #fff !important
|
background #fff !important
|
||||||
outline none
|
outline none
|
||||||
border solid 1px rgba(0, 0, 0, 0.1)
|
border solid 1px rgba(#000, 0.1)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
box-shadow 0 0 0 114514px #fff inset
|
box-shadow 0 0 0 114514px #fff inset
|
||||||
transition all .3s ease
|
transition all .3s ease
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
border-color rgba(0, 0, 0, 0.2)
|
border-color rgba(#000, 0.2)
|
||||||
transition all .1s ease
|
transition all .1s ease
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
|
@ -73,7 +73,7 @@ export default Vue.extend({
|
|||||||
padding 6px 12px
|
padding 6px 12px
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
color #fff
|
color #fff
|
||||||
background rgba(0, 0, 0, 0.8)
|
background rgba(#000, 0.8)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
> p
|
> p
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<iframe v-if="youtubeId" type="text/html" height="250"
|
<iframe v-if="youtubeId" type="text/html" height="250"
|
||||||
:src="`https://www.youtube.com/embed/${youtubeId}?origin=${misskeyUrl}`"
|
:src="`https://www.youtube.com/embed/${youtubeId}?origin=${misskeyUrl}`"
|
||||||
frameborder="0"/>
|
frameborder="0"/>
|
||||||
<div v-else>
|
<div v-else class="mk-url-preview">
|
||||||
<a class="mk-url-preview" :href="url" target="_blank" :title="url" v-if="!fetching">
|
<a :href="url" target="_blank" :title="url" v-if="!fetching">
|
||||||
<div class="thumbnail" v-if="thumbnail" :style="`background-image: url(${thumbnail})`"></div>
|
<div class="thumbnail" v-if="thumbnail" :style="`background-image: url(${thumbnail})`"></div>
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
@ -65,78 +65,85 @@ export default Vue.extend({
|
|||||||
iframe
|
iframe
|
||||||
width 100%
|
width 100%
|
||||||
|
|
||||||
.mk-url-preview
|
root(isDark)
|
||||||
display block
|
> a
|
||||||
font-size 16px
|
display block
|
||||||
border solid 1px #eee
|
font-size 16px
|
||||||
border-radius 4px
|
border solid 1px isDark ? #191b1f : #eee
|
||||||
overflow hidden
|
border-radius 4px
|
||||||
|
overflow hidden
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration none
|
text-decoration none
|
||||||
border-color #ddd
|
border-color isDark ? #4f5561 : #ddd
|
||||||
|
|
||||||
> article > header > h1
|
> article > header > h1
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
|
|
||||||
> .thumbnail
|
|
||||||
position absolute
|
|
||||||
width 100px
|
|
||||||
height 100%
|
|
||||||
background-position center
|
|
||||||
background-size cover
|
|
||||||
|
|
||||||
& + article
|
|
||||||
left 100px
|
|
||||||
width calc(100% - 100px)
|
|
||||||
|
|
||||||
> article
|
|
||||||
padding 16px
|
|
||||||
|
|
||||||
> header
|
|
||||||
margin-bottom 8px
|
|
||||||
|
|
||||||
> h1
|
|
||||||
margin 0
|
|
||||||
font-size 1em
|
|
||||||
color #555
|
|
||||||
|
|
||||||
> p
|
|
||||||
margin 0
|
|
||||||
color #777
|
|
||||||
font-size 0.8em
|
|
||||||
|
|
||||||
> footer
|
|
||||||
margin-top 8px
|
|
||||||
height 16px
|
|
||||||
|
|
||||||
> img
|
|
||||||
display inline-block
|
|
||||||
width 16px
|
|
||||||
height 16px
|
|
||||||
margin-right 4px
|
|
||||||
vertical-align top
|
|
||||||
|
|
||||||
> p
|
|
||||||
display inline-block
|
|
||||||
margin 0
|
|
||||||
color #666
|
|
||||||
font-size 0.8em
|
|
||||||
line-height 16px
|
|
||||||
vertical-align top
|
|
||||||
|
|
||||||
@media (max-width 500px)
|
|
||||||
font-size 8px
|
|
||||||
border none
|
|
||||||
|
|
||||||
> .thumbnail
|
> .thumbnail
|
||||||
width 70px
|
position absolute
|
||||||
|
width 100px
|
||||||
|
height 100%
|
||||||
|
background-position center
|
||||||
|
background-size cover
|
||||||
|
|
||||||
& + article
|
& + article
|
||||||
left 70px
|
left 100px
|
||||||
width calc(100% - 70px)
|
width calc(100% - 100px)
|
||||||
|
|
||||||
> article
|
> article
|
||||||
padding 8px
|
padding 16px
|
||||||
|
|
||||||
|
> header
|
||||||
|
margin-bottom 8px
|
||||||
|
|
||||||
|
> h1
|
||||||
|
margin 0
|
||||||
|
font-size 1em
|
||||||
|
color isDark ? #d6dae0 : #555
|
||||||
|
|
||||||
|
> p
|
||||||
|
margin 0
|
||||||
|
color isDark ? #a4aab3 : #777
|
||||||
|
font-size 0.8em
|
||||||
|
|
||||||
|
> footer
|
||||||
|
margin-top 8px
|
||||||
|
height 16px
|
||||||
|
|
||||||
|
> img
|
||||||
|
display inline-block
|
||||||
|
width 16px
|
||||||
|
height 16px
|
||||||
|
margin-right 4px
|
||||||
|
vertical-align top
|
||||||
|
|
||||||
|
> p
|
||||||
|
display inline-block
|
||||||
|
margin 0
|
||||||
|
color isDark ? #b0b4bf : #666
|
||||||
|
font-size 0.8em
|
||||||
|
line-height 16px
|
||||||
|
vertical-align top
|
||||||
|
|
||||||
|
@media (max-width 500px)
|
||||||
|
font-size 8px
|
||||||
|
border none
|
||||||
|
|
||||||
|
> .thumbnail
|
||||||
|
width 70px
|
||||||
|
|
||||||
|
& + article
|
||||||
|
left 70px
|
||||||
|
width calc(100% - 70px)
|
||||||
|
|
||||||
|
> article
|
||||||
|
padding 8px
|
||||||
|
|
||||||
|
.mk-url-preview[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-url-preview:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
223
src/client/app/common/views/components/visibility-chooser.vue
Normal file
223
src/client/app/common/views/components/visibility-chooser.vue
Normal file
@ -0,0 +1,223 @@
|
|||||||
|
<template>
|
||||||
|
<div class="mk-visibility-chooser">
|
||||||
|
<div class="backdrop" ref="backdrop" @click="close"></div>
|
||||||
|
<div class="popover" :class="{ compact }" ref="popover">
|
||||||
|
<div @click="choose('public')" :class="{ active: v == 'public' }">
|
||||||
|
<div>%fa:globe%</div>
|
||||||
|
<div>
|
||||||
|
<span>公開</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div @click="choose('home')" :class="{ active: v == 'home' }">
|
||||||
|
<div>%fa:home%</div>
|
||||||
|
<div>
|
||||||
|
<span>ホーム</span>
|
||||||
|
<span>ホームタイムラインにのみ公開</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div @click="choose('followers')" :class="{ active: v == 'followers' }">
|
||||||
|
<div>%fa:unlock%</div>
|
||||||
|
<div>
|
||||||
|
<span>フォロワー</span>
|
||||||
|
<span>自分のフォロワーにのみ公開</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div @click="choose('specified')" :class="{ active: v == 'specified' }">
|
||||||
|
<div>%fa:envelope%</div>
|
||||||
|
<div>
|
||||||
|
<span>ダイレクト</span>
|
||||||
|
<span>指定したユーザーにのみ公開</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div @click="choose('private')" :class="{ active: v == 'private' }">
|
||||||
|
<div>%fa:lock%</div>
|
||||||
|
<div>
|
||||||
|
<span>非公開</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import Vue from 'vue';
|
||||||
|
import * as anime from 'animejs';
|
||||||
|
|
||||||
|
export default Vue.extend({
|
||||||
|
props: ['source', 'compact', 'v'],
|
||||||
|
mounted() {
|
||||||
|
this.$nextTick(() => {
|
||||||
|
const popover = this.$refs.popover as any;
|
||||||
|
|
||||||
|
const rect = this.source.getBoundingClientRect();
|
||||||
|
const width = popover.offsetWidth;
|
||||||
|
const height = popover.offsetHeight;
|
||||||
|
|
||||||
|
let left;
|
||||||
|
let top;
|
||||||
|
|
||||||
|
if (this.compact) {
|
||||||
|
const x = rect.left + window.pageXOffset + (this.source.offsetWidth / 2);
|
||||||
|
const y = rect.top + window.pageYOffset + (this.source.offsetHeight / 2);
|
||||||
|
left = (x - (width / 2));
|
||||||
|
top = (y - (height / 2));
|
||||||
|
} else {
|
||||||
|
const x = rect.left + window.pageXOffset + (this.source.offsetWidth / 2);
|
||||||
|
const y = rect.top + window.pageYOffset + this.source.offsetHeight;
|
||||||
|
left = (x - (width / 2));
|
||||||
|
top = y;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (left + width > window.innerWidth) {
|
||||||
|
left = window.innerWidth - width;
|
||||||
|
}
|
||||||
|
|
||||||
|
popover.style.left = left + 'px';
|
||||||
|
popover.style.top = top + 'px';
|
||||||
|
|
||||||
|
anime({
|
||||||
|
targets: this.$refs.backdrop,
|
||||||
|
opacity: 1,
|
||||||
|
duration: 100,
|
||||||
|
easing: 'linear'
|
||||||
|
});
|
||||||
|
|
||||||
|
anime({
|
||||||
|
targets: this.$refs.popover,
|
||||||
|
opacity: 1,
|
||||||
|
scale: [0.5, 1],
|
||||||
|
duration: 500
|
||||||
|
});
|
||||||
|
});
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
choose(visibility) {
|
||||||
|
this.$emit('chosen', visibility);
|
||||||
|
this.$destroy();
|
||||||
|
},
|
||||||
|
close() {
|
||||||
|
(this.$refs.backdrop as any).style.pointerEvents = 'none';
|
||||||
|
anime({
|
||||||
|
targets: this.$refs.backdrop,
|
||||||
|
opacity: 0,
|
||||||
|
duration: 200,
|
||||||
|
easing: 'linear'
|
||||||
|
});
|
||||||
|
|
||||||
|
(this.$refs.popover as any).style.pointerEvents = 'none';
|
||||||
|
anime({
|
||||||
|
targets: this.$refs.popover,
|
||||||
|
opacity: 0,
|
||||||
|
scale: 0.5,
|
||||||
|
duration: 200,
|
||||||
|
easing: 'easeInBack',
|
||||||
|
complete: () => this.$destroy()
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
@import '~const.styl'
|
||||||
|
|
||||||
|
$border-color = rgba(27, 31, 35, 0.15)
|
||||||
|
|
||||||
|
root(isDark)
|
||||||
|
position initial
|
||||||
|
|
||||||
|
> .backdrop
|
||||||
|
position fixed
|
||||||
|
top 0
|
||||||
|
left 0
|
||||||
|
z-index 10000
|
||||||
|
width 100%
|
||||||
|
height 100%
|
||||||
|
background isDark ? rgba(#000, 0.4) : rgba(#000, 0.1)
|
||||||
|
opacity 0
|
||||||
|
|
||||||
|
> .popover
|
||||||
|
$bgcolor = isDark ? #2c303c : #fff
|
||||||
|
position absolute
|
||||||
|
z-index 10001
|
||||||
|
width 240px
|
||||||
|
padding 8px 0
|
||||||
|
background $bgcolor
|
||||||
|
border 1px solid $border-color
|
||||||
|
border-radius 4px
|
||||||
|
box-shadow 0 3px 12px rgba(27, 31, 35, 0.15)
|
||||||
|
transform scale(0.5)
|
||||||
|
opacity 0
|
||||||
|
|
||||||
|
$balloon-size = 10px
|
||||||
|
|
||||||
|
&:not(.compact)
|
||||||
|
margin-top $balloon-size
|
||||||
|
transform-origin center -($balloon-size)
|
||||||
|
|
||||||
|
&:before
|
||||||
|
content ""
|
||||||
|
display block
|
||||||
|
position absolute
|
||||||
|
top -($balloon-size * 2)
|
||||||
|
left s('calc(50% - %s)', $balloon-size)
|
||||||
|
border-top solid $balloon-size transparent
|
||||||
|
border-left solid $balloon-size transparent
|
||||||
|
border-right solid $balloon-size transparent
|
||||||
|
border-bottom solid $balloon-size $border-color
|
||||||
|
|
||||||
|
&:after
|
||||||
|
content ""
|
||||||
|
display block
|
||||||
|
position absolute
|
||||||
|
top -($balloon-size * 2) + 1.5px
|
||||||
|
left s('calc(50% - %s)', $balloon-size)
|
||||||
|
border-top solid $balloon-size transparent
|
||||||
|
border-left solid $balloon-size transparent
|
||||||
|
border-right solid $balloon-size transparent
|
||||||
|
border-bottom solid $balloon-size $bgcolor
|
||||||
|
|
||||||
|
> div
|
||||||
|
display flex
|
||||||
|
padding 8px 14px
|
||||||
|
font-size 12px
|
||||||
|
color isDark ? #fff : #666
|
||||||
|
cursor pointer
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background isDark ? #252731 : #eee
|
||||||
|
|
||||||
|
&:active
|
||||||
|
background isDark ? #21242b : #ddd
|
||||||
|
|
||||||
|
&.active
|
||||||
|
color $theme-color-foreground
|
||||||
|
background $theme-color
|
||||||
|
|
||||||
|
> *
|
||||||
|
user-select none
|
||||||
|
pointer-events none
|
||||||
|
|
||||||
|
> *:first-child
|
||||||
|
display flex
|
||||||
|
justify-content center
|
||||||
|
align-items center
|
||||||
|
margin-right 10px
|
||||||
|
|
||||||
|
> *:last-child
|
||||||
|
flex 1 1 auto
|
||||||
|
|
||||||
|
> span:first-child
|
||||||
|
display block
|
||||||
|
font-weight bold
|
||||||
|
|
||||||
|
> span:last-child:not(:first-child)
|
||||||
|
opacity 0.6
|
||||||
|
|
||||||
|
.mk-visibility-chooser[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-visibility-chooser:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
|
</style>
|
@ -1,9 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-welcome-timeline">
|
<div class="mk-welcome-timeline">
|
||||||
<div v-for="note in notes">
|
<div v-for="note in notes">
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage" v-user-preview="note.user.id">
|
<mk-avatar class="avatar" :user="note.user" target="_blank"/>
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=96`" alt="avatar"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<header>
|
<header>
|
||||||
<router-link class="name" :to="note.user | userPage" v-user-preview="note.user.id">{{ note.user | userName }}</router-link>
|
<router-link class="name" :to="note.user | userPage" v-user-preview="note.user.id">{{ note.user | userName }}</router-link>
|
||||||
@ -62,25 +60,22 @@ export default Vue.extend({
|
|||||||
overflow-wrap break-word
|
overflow-wrap break-word
|
||||||
font-size .9em
|
font-size .9em
|
||||||
color #4C4C4C
|
color #4C4C4C
|
||||||
border-bottom 1px solid rgba(0, 0, 0, 0.05)
|
border-bottom 1px solid rgba(#000, 0.05)
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
display block
|
display block
|
||||||
clear both
|
clear both
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
position -webkit-sticky
|
position -webkit-sticky
|
||||||
position sticky
|
position sticky
|
||||||
top 16px
|
top 16px
|
||||||
|
width 42px
|
||||||
> img
|
height 42px
|
||||||
display block
|
border-radius 6px
|
||||||
width 42px
|
|
||||||
height 42px
|
|
||||||
border-radius 6px
|
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
float right
|
float right
|
||||||
|
@ -61,6 +61,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.design++;
|
this.props.design++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -78,7 +79,7 @@ export default define({
|
|||||||
color #555
|
color #555
|
||||||
|
|
||||||
&:nth-child(odd)
|
&:nth-child(odd)
|
||||||
background rgba(0, 0, 0, 0.025)
|
background rgba(#000, 0.025)
|
||||||
|
|
||||||
> b
|
> b
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
|
@ -68,6 +68,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.design++;
|
this.props.design++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -73,6 +73,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.design++;
|
this.props.design++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
},
|
},
|
||||||
tick() {
|
tick() {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
@ -113,7 +114,7 @@ root(isDark)
|
|||||||
padding 16px 0
|
padding 16px 0
|
||||||
color isDark ? #c5ced6 :#777
|
color isDark ? #c5ced6 :#777
|
||||||
background isDark ? #282C37 : #fff
|
background isDark ? #282C37 : #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
&[data-special='on-new-years-day']
|
&[data-special='on-new-years-day']
|
||||||
@ -126,7 +127,7 @@ root(isDark)
|
|||||||
&[data-mobile]
|
&[data-mobile]
|
||||||
border none
|
border none
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
|
box-shadow 0 0 0 1px rgba(#000, 0.2)
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
|
@ -46,7 +46,7 @@ root(isDark)
|
|||||||
border none
|
border none
|
||||||
background #ead8bb
|
background #ead8bb
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
|
box-shadow 0 0 0 1px rgba(#000, 0.2)
|
||||||
|
|
||||||
> article
|
> article
|
||||||
> h1
|
> h1
|
||||||
|
@ -59,6 +59,8 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.design++;
|
this.props.design++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -40,6 +40,7 @@ export default define({
|
|||||||
methods: {
|
methods: {
|
||||||
func() {
|
func() {
|
||||||
this.props.compact = !this.props.compact;
|
this.props.compact = !this.props.compact;
|
||||||
|
this.save();
|
||||||
},
|
},
|
||||||
fetch() {
|
fetch() {
|
||||||
fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`, {
|
fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`, {
|
||||||
@ -92,7 +93,7 @@ root(isDark)
|
|||||||
padding 8px 16px
|
padding 8px 16px
|
||||||
|
|
||||||
&:nth-child(even)
|
&:nth-child(even)
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
.mkw-rss[data-darkmode]
|
.mkw-rss[data-darkmode]
|
||||||
root(true)
|
root(true)
|
||||||
|
@ -56,7 +56,7 @@ root(isDark)
|
|||||||
|
|
||||||
> text
|
> text
|
||||||
font-size 0.15px
|
font-size 0.15px
|
||||||
fill isDark ? rgba(#fff, 0.6) : rgba(0, 0, 0, 0.6)
|
fill isDark ? rgba(#fff, 0.6) : rgba(#000, 0.6)
|
||||||
|
|
||||||
svg[data-darkmode]
|
svg[data-darkmode]
|
||||||
root(true)
|
root(true)
|
||||||
|
@ -68,6 +68,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.view++;
|
this.props.view++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
},
|
},
|
||||||
func() {
|
func() {
|
||||||
if (this.props.design == 2) {
|
if (this.props.design == 2) {
|
||||||
@ -75,6 +76,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.design++;
|
this.props.design++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -64,6 +64,7 @@ export default define({
|
|||||||
} else {
|
} else {
|
||||||
this.props.size++;
|
this.props.size++;
|
||||||
}
|
}
|
||||||
|
this.save();
|
||||||
|
|
||||||
this.applySize();
|
this.applySize();
|
||||||
},
|
},
|
||||||
@ -111,6 +112,7 @@ export default define({
|
|||||||
choose() {
|
choose() {
|
||||||
(this as any).apis.chooseDriveFolder().then(folder => {
|
(this as any).apis.chooseDriveFolder().then(folder => {
|
||||||
this.props.folder = folder ? folder.id : null;
|
this.props.folder = folder ? folder.id : null;
|
||||||
|
this.save();
|
||||||
this.fetch();
|
this.fetch();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -122,13 +124,13 @@ export default define({
|
|||||||
.mkw-slideshow
|
.mkw-slideshow
|
||||||
overflow hidden
|
overflow hidden
|
||||||
background #fff
|
background #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
&[data-mobile]
|
&[data-mobile]
|
||||||
border none
|
border none
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
box-shadow 0 0 0 1px rgba(0, 0, 0, 0.2)
|
box-shadow 0 0 0 1px rgba(#000, 0.2)
|
||||||
|
|
||||||
> div
|
> div
|
||||||
width 100%
|
width 100%
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import OS from '../../common/mios';
|
import OS from '../../mios';
|
||||||
import { apiUrl } from '../../config';
|
import { apiUrl } from '../../config';
|
||||||
import CropWindow from '../views/components/crop-window.vue';
|
import CropWindow from '../views/components/crop-window.vue';
|
||||||
import ProgressDialog from '../views/components/progress-dialog.vue';
|
import ProgressDialog from '../views/components/progress-dialog.vue';
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import OS from '../../common/mios';
|
import OS from '../../mios';
|
||||||
import { apiUrl } from '../../config';
|
import { apiUrl } from '../../config';
|
||||||
import CropWindow from '../views/components/crop-window.vue';
|
import CropWindow from '../views/components/crop-window.vue';
|
||||||
import ProgressDialog from '../views/components/progress-dialog.vue';
|
import ProgressDialog from '../views/components/progress-dialog.vue';
|
||||||
|
@ -28,6 +28,7 @@ import MkUser from './views/pages/user/user.vue';
|
|||||||
import MkFavorites from './views/pages/favorites.vue';
|
import MkFavorites from './views/pages/favorites.vue';
|
||||||
import MkSelectDrive from './views/pages/selectdrive.vue';
|
import MkSelectDrive from './views/pages/selectdrive.vue';
|
||||||
import MkDrive from './views/pages/drive.vue';
|
import MkDrive from './views/pages/drive.vue';
|
||||||
|
import MkUserList from './views/pages/user-list.vue';
|
||||||
import MkHomeCustomize from './views/pages/home-customize.vue';
|
import MkHomeCustomize from './views/pages/home-customize.vue';
|
||||||
import MkMessagingRoom from './views/pages/messaging-room.vue';
|
import MkMessagingRoom from './views/pages/messaging-room.vue';
|
||||||
import MkNote from './views/pages/note.vue';
|
import MkNote from './views/pages/note.vue';
|
||||||
@ -55,6 +56,7 @@ init(async (launch) => {
|
|||||||
{ path: '/i/messaging/:user', component: MkMessagingRoom },
|
{ path: '/i/messaging/:user', component: MkMessagingRoom },
|
||||||
{ path: '/i/drive', component: MkDrive },
|
{ path: '/i/drive', component: MkDrive },
|
||||||
{ path: '/i/drive/folder/:folder', component: MkDrive },
|
{ path: '/i/drive/folder/:folder', component: MkDrive },
|
||||||
|
{ path: '/i/lists/:list', component: MkUserList },
|
||||||
{ path: '/selectdrive', component: MkSelectDrive },
|
{ path: '/selectdrive', component: MkSelectDrive },
|
||||||
{ path: '/search', component: MkSearch },
|
{ path: '/search', component: MkSearch },
|
||||||
{ path: '/othello', component: MkOthello },
|
{ path: '/othello', component: MkOthello },
|
||||||
|
@ -53,6 +53,7 @@ html
|
|||||||
|
|
||||||
&::-webkit-scrollbar
|
&::-webkit-scrollbar
|
||||||
width 6px
|
width 6px
|
||||||
|
height 6px
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb
|
&::-webkit-scrollbar-thumb
|
||||||
background-color #454954
|
background-color #454954
|
||||||
|
@ -61,6 +61,6 @@ svg
|
|||||||
|
|
||||||
&.day
|
&.day
|
||||||
&:hover
|
&:hover
|
||||||
fill rgba(0, 0, 0, 0.05)
|
fill rgba(#000, 0.05)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -136,7 +136,7 @@ export default Vue.extend({
|
|||||||
root(isDark)
|
root(isDark)
|
||||||
color isDark ? #c5ced6 : #777
|
color isDark ? #c5ced6 : #777
|
||||||
background isDark ? #282C37 : #fff
|
background isDark ? #282C37 : #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
&[data-melt]
|
&[data-melt]
|
||||||
@ -152,7 +152,7 @@ root(isDark)
|
|||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
font-weight bold
|
font-weight bold
|
||||||
color #888
|
color #888
|
||||||
box-shadow 0 1px rgba(0, 0, 0, 0.07)
|
box-shadow 0 1px rgba(#000, 0.07)
|
||||||
|
|
||||||
> [data-fa]
|
> [data-fa]
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
@ -214,10 +214,10 @@ root(isDark)
|
|||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
&:hover > div
|
&:hover > div
|
||||||
background rgba(0, 0, 0, 0.025)
|
background rgba(#000, 0.025)
|
||||||
|
|
||||||
&:active > div
|
&:active > div
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
&[data-is-donichi]
|
&[data-is-donichi]
|
||||||
color #ef95a0
|
color #ef95a0
|
||||||
@ -233,10 +233,10 @@ root(isDark)
|
|||||||
font-weight bold
|
font-weight bold
|
||||||
|
|
||||||
> div
|
> div
|
||||||
background rgba(0, 0, 0, 0.025)
|
background rgba(#000, 0.025)
|
||||||
|
|
||||||
&:active > div
|
&:active > div
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
&[data-today]
|
&[data-today]
|
||||||
> div
|
> div
|
||||||
|
@ -106,7 +106,7 @@ root(isDark)
|
|||||||
width $width
|
width $width
|
||||||
background isDark ? #282c37 :#fff
|
background isDark ? #282c37 :#fff
|
||||||
border-radius 0 4px 4px 4px
|
border-radius 0 4px 4px 4px
|
||||||
box-shadow 2px 2px 8px rgba(0, 0, 0, 0.2)
|
box-shadow 2px 2px 8px rgba(#000, 0.2)
|
||||||
transition visibility 0s linear 0.2s
|
transition visibility 0s linear 0.2s
|
||||||
|
|
||||||
.menu[data-darkmode]
|
.menu[data-darkmode]
|
||||||
|
@ -68,7 +68,7 @@ root(isDark)
|
|||||||
font-size 0.8em
|
font-size 0.8em
|
||||||
background isDark ? #282c37 : #fff
|
background isDark ? #282c37 : #fff
|
||||||
border-radius 0 4px 4px 4px
|
border-radius 0 4px 4px 4px
|
||||||
box-shadow 2px 2px 8px rgba(0, 0, 0, 0.2)
|
box-shadow 2px 2px 8px rgba(#000, 0.2)
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
.context-menu[data-darkmode]
|
.context-menu[data-darkmode]
|
||||||
|
@ -102,7 +102,7 @@ export default Vue.extend({
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
background rgba(0, 0, 0, 0.7)
|
background rgba(#000, 0.7)
|
||||||
opacity 0
|
opacity 0
|
||||||
pointer-events none
|
pointer-events none
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ root(isDark)
|
|||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
> .label
|
> .label
|
||||||
&:before
|
&:before
|
||||||
@ -203,7 +203,7 @@ root(isDark)
|
|||||||
background #0b65a5
|
background #0b65a5
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background rgba(0, 0, 0, 0.1)
|
background rgba(#000, 0.1)
|
||||||
|
|
||||||
> .label
|
> .label
|
||||||
&:before
|
&:before
|
||||||
|
@ -587,7 +587,7 @@ root(isDark)
|
|||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
color isDark ? #d2d9dc : #555
|
color isDark ? #d2d9dc : #555
|
||||||
background isDark ? #282c37 : #fff
|
background isDark ? #282c37 : #fff
|
||||||
box-shadow 0 1px 0 rgba(0, 0, 0, 0.05)
|
box-shadow 0 1px 0 rgba(#000, 0.05)
|
||||||
|
|
||||||
&, *
|
&, *
|
||||||
user-select none
|
user-select none
|
||||||
@ -733,7 +733,7 @@ root(isDark)
|
|||||||
display inline-block
|
display inline-block
|
||||||
position absolute
|
position absolute
|
||||||
top 0
|
top 0
|
||||||
background-color rgba(0, 0, 0, 0.3)
|
background-color rgba(#000, 0.3)
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
animation sk-bounce 2.0s infinite ease-in-out
|
animation sk-bounce 2.0s infinite ease-in-out
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
display inline-block
|
display inline-block
|
||||||
width 18px
|
width 18px
|
||||||
height 18px
|
height 18px
|
||||||
background-color rgba(0, 0, 0, 0.3)
|
background-color rgba(#000, 0.3)
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
animation bounce 1.4s infinite ease-in-out both
|
animation bounce 1.4s infinite ease-in-out both
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
props: {
|
props: {
|
||||||
user: {
|
user: {
|
||||||
@ -30,6 +31,7 @@ export default Vue.extend({
|
|||||||
default: 'compact'
|
default: 'compact'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
wait: false,
|
wait: false,
|
||||||
@ -37,6 +39,7 @@ export default Vue.extend({
|
|||||||
connectionId: null
|
connectionId: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.connection = (this as any).os.stream.getConnection();
|
this.connection = (this as any).os.stream.getConnection();
|
||||||
this.connectionId = (this as any).os.stream.use();
|
this.connectionId = (this as any).os.stream.use();
|
||||||
@ -44,13 +47,14 @@ export default Vue.extend({
|
|||||||
this.connection.on('follow', this.onFollow);
|
this.connection.on('follow', this.onFollow);
|
||||||
this.connection.on('unfollow', this.onUnfollow);
|
this.connection.on('unfollow', this.onUnfollow);
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.connection.off('follow', this.onFollow);
|
this.connection.off('follow', this.onFollow);
|
||||||
this.connection.off('unfollow', this.onUnfollow);
|
this.connection.off('unfollow', this.onUnfollow);
|
||||||
(this as any).os.stream.dispose(this.connectionId);
|
(this as any).os.stream.dispose(this.connectionId);
|
||||||
},
|
},
|
||||||
methods: {
|
|
||||||
|
|
||||||
|
methods: {
|
||||||
onFollow(user) {
|
onFollow(user) {
|
||||||
if (user.id == this.user.id) {
|
if (user.id == this.user.id) {
|
||||||
this.user.isFollowing = user.isFollowing;
|
this.user.isFollowing = user.isFollowing;
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
<p class="title">気になるユーザーをフォロー:</p>
|
<p class="title">気になるユーザーをフォロー:</p>
|
||||||
<div class="users" v-if="!fetching && users.length > 0">
|
<div class="users" v-if="!fetching && users.length > 0">
|
||||||
<div class="user" v-for="user in users" :key="user.id">
|
<div class="user" v-for="user in users" :key="user.id">
|
||||||
<router-link class="avatar-anchor" :to="user | userPage">
|
<mk-avatar class="avatar" :user="user" target="_blank"/>
|
||||||
<img class="avatar" :src="`${user.avatarUrl}?thumbnail&size=42`" alt="" v-user-preview="user.id"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<router-link class="name" :to="user | userPage" v-user-preview="user.id">{{ user | userName }}</router-link>
|
<router-link class="name" :to="user | userPage" v-user-preview="user.id">{{ user | userName }}</router-link>
|
||||||
<p class="username">@{{ user | acct }}</p>
|
<p class="username">@{{ user | acct }}</p>
|
||||||
@ -86,18 +84,13 @@ export default Vue.extend({
|
|||||||
display block
|
display block
|
||||||
clear both
|
clear both
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 12px 0 0
|
margin 0 12px 0 0
|
||||||
|
width 42px
|
||||||
> .avatar
|
height 42px
|
||||||
display block
|
border-radius 8px
|
||||||
width 42px
|
|
||||||
height 42px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
float left
|
float left
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<div class="main">
|
<div class="main">
|
||||||
<a @click="hint">カスタマイズのヒント</a>
|
<a @click="hint">カスタマイズのヒント</a>
|
||||||
<div>
|
<div>
|
||||||
<mk-post-form v-if="os.i.clientSettings.showPostFormOnTopOfTl"/>
|
<mk-post-form v-if="clientSettings.showPostFormOnTopOfTl"/>
|
||||||
<mk-timeline ref="tl" @loaded="onTlLoaded"/>
|
<mk-timeline ref="tl" @loaded="onTlLoaded"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -63,7 +63,7 @@
|
|||||||
<component v-for="widget in widgets[place]" :is="`mkw-${widget.name}`" :key="widget.id" :ref="widget.id" :widget="widget" @chosen="warp"/>
|
<component v-for="widget in widgets[place]" :is="`mkw-${widget.name}`" :key="widget.id" :ref="widget.id" :widget="widget" @chosen="warp"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<mk-post-form v-if="os.i.clientSettings.showPostFormOnTopOfTl"/>
|
<mk-post-form v-if="clientSettings.showPostFormOnTopOfTl"/>
|
||||||
<mk-timeline ref="tl" @loaded="onTlLoaded" v-if="mode == 'timeline'"/>
|
<mk-timeline ref="tl" @loaded="onTlLoaded" v-if="mode == 'timeline'"/>
|
||||||
<mk-mentions @loaded="onTlLoaded" v-if="mode == 'mentions'"/>
|
<mk-mentions @loaded="onTlLoaded" v-if="mode == 'mentions'"/>
|
||||||
</div>
|
</div>
|
||||||
@ -81,6 +81,7 @@ export default Vue.extend({
|
|||||||
components: {
|
components: {
|
||||||
XDraggable
|
XDraggable
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
customize: {
|
customize: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@ -91,61 +92,43 @@ export default Vue.extend({
|
|||||||
default: 'timeline'
|
default: 'timeline'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
connection: null,
|
connection: null,
|
||||||
connectionId: null,
|
connectionId: null,
|
||||||
widgetAdderSelected: null,
|
widgetAdderSelected: null,
|
||||||
trash: [],
|
trash: []
|
||||||
widgets: {
|
|
||||||
left: [],
|
|
||||||
right: []
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
home: {
|
home(): any[] {
|
||||||
get(): any[] {
|
return this.$store.state.settings.data.home;
|
||||||
//#region 互換性のため
|
|
||||||
(this as any).os.i.clientSettings.home.forEach(w => {
|
|
||||||
if (w.name == 'rss-reader') w.name = 'rss';
|
|
||||||
if (w.name == 'user-recommendation') w.name = 'users';
|
|
||||||
if (w.name == 'recommended-polls') w.name = 'polls';
|
|
||||||
});
|
|
||||||
//#endregion
|
|
||||||
return (this as any).os.i.clientSettings.home;
|
|
||||||
},
|
|
||||||
set(value) {
|
|
||||||
(this as any).os.i.clientSettings.home = value;
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
left(): any[] {
|
left(): any[] {
|
||||||
return this.home.filter(w => w.place == 'left');
|
return this.home.filter(w => w.place == 'left');
|
||||||
},
|
},
|
||||||
right(): any[] {
|
right(): any[] {
|
||||||
return this.home.filter(w => w.place == 'right');
|
return this.home.filter(w => w.place == 'right');
|
||||||
|
},
|
||||||
|
widgets(): any {
|
||||||
|
return {
|
||||||
|
left: this.left,
|
||||||
|
right: this.right
|
||||||
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
|
||||||
this.widgets.left = this.left;
|
|
||||||
this.widgets.right = this.right;
|
|
||||||
this.$watch('os.i.clientSettings', i => {
|
|
||||||
this.widgets.left = this.left;
|
|
||||||
this.widgets.right = this.right;
|
|
||||||
}, {
|
|
||||||
deep: true
|
|
||||||
});
|
|
||||||
},
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.connection = (this as any).os.stream.getConnection();
|
this.connection = (this as any).os.stream.getConnection();
|
||||||
this.connectionId = (this as any).os.stream.use();
|
this.connectionId = (this as any).os.stream.use();
|
||||||
|
|
||||||
this.connection.on('home_updated', this.onHomeUpdated);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
this.connection.off('home_updated', this.onHomeUpdated);
|
|
||||||
(this as any).os.stream.dispose(this.connectionId);
|
(this as any).os.stream.dispose(this.connectionId);
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
hint() {
|
hint() {
|
||||||
(this as any).apis.dialog({
|
(this as any).apis.dialog({
|
||||||
@ -159,56 +142,44 @@ export default Vue.extend({
|
|||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onTlLoaded() {
|
onTlLoaded() {
|
||||||
this.$emit('loaded');
|
this.$emit('loaded');
|
||||||
},
|
},
|
||||||
onHomeUpdated(data) {
|
|
||||||
if (data.home) {
|
|
||||||
(this as any).os.i.clientSettings.home = data.home;
|
|
||||||
this.widgets.left = data.home.filter(w => w.place == 'left');
|
|
||||||
this.widgets.right = data.home.filter(w => w.place == 'right');
|
|
||||||
} else {
|
|
||||||
const w = (this as any).os.i.clientSettings.home.find(w => w.id == data.id);
|
|
||||||
if (w != null) {
|
|
||||||
w.data = data.data;
|
|
||||||
this.$refs[w.id][0].preventSave = true;
|
|
||||||
this.$refs[w.id][0].props = w.data;
|
|
||||||
this.widgets.left = (this as any).os.i.clientSettings.home.filter(w => w.place == 'left');
|
|
||||||
this.widgets.right = (this as any).os.i.clientSettings.home.filter(w => w.place == 'right');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onWidgetContextmenu(widgetId) {
|
onWidgetContextmenu(widgetId) {
|
||||||
const w = (this.$refs[widgetId] as any)[0];
|
const w = (this.$refs[widgetId] as any)[0];
|
||||||
if (w.func) w.func();
|
if (w.func) w.func();
|
||||||
},
|
},
|
||||||
|
|
||||||
onWidgetSort() {
|
onWidgetSort() {
|
||||||
this.saveHome();
|
this.saveHome();
|
||||||
},
|
},
|
||||||
|
|
||||||
onTrash(evt) {
|
onTrash(evt) {
|
||||||
this.saveHome();
|
this.saveHome();
|
||||||
},
|
},
|
||||||
|
|
||||||
addWidget() {
|
addWidget() {
|
||||||
const widget = {
|
this.$store.dispatch('settings/addHomeWidget', {
|
||||||
name: this.widgetAdderSelected,
|
name: this.widgetAdderSelected,
|
||||||
id: uuid(),
|
id: uuid(),
|
||||||
place: 'left',
|
place: 'left',
|
||||||
data: {}
|
data: {}
|
||||||
};
|
});
|
||||||
|
|
||||||
this.widgets.left.unshift(widget);
|
|
||||||
this.saveHome();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
saveHome() {
|
saveHome() {
|
||||||
const left = this.widgets.left;
|
const left = this.widgets.left;
|
||||||
const right = this.widgets.right;
|
const right = this.widgets.right;
|
||||||
this.home = left.concat(right);
|
this.$store.commit('settings/setHome', left.concat(right));
|
||||||
left.forEach(w => w.place = 'left');
|
left.forEach(w => w.place = 'left');
|
||||||
right.forEach(w => w.place = 'right');
|
right.forEach(w => w.place = 'right');
|
||||||
(this as any).api('i/update_home', {
|
(this as any).api('i/update_home', {
|
||||||
home: this.home
|
home: this.home
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
warp(date) {
|
warp(date) {
|
||||||
(this.$refs.tl as any).warp(date);
|
(this.$refs.tl as any).warp(date);
|
||||||
}
|
}
|
||||||
@ -219,7 +190,7 @@ export default Vue.extend({
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~const.styl'
|
@import '~const.styl'
|
||||||
|
|
||||||
.mk-home
|
root(isDark)
|
||||||
display block
|
display block
|
||||||
|
|
||||||
&[data-customize]
|
&[data-customize]
|
||||||
@ -249,8 +220,9 @@ export default Vue.extend({
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
height 48px
|
height 48px
|
||||||
background #f7f7f7
|
color isDark ? #fff : #000
|
||||||
box-shadow 0 1px 1px rgba(0, 0, 0, 0.075)
|
background isDark ? #313543 : #f7f7f7
|
||||||
|
box-shadow 0 1px 1px rgba(#000, 0.075)
|
||||||
|
|
||||||
> a
|
> a
|
||||||
display block
|
display block
|
||||||
@ -278,7 +250,7 @@ export default Vue.extend({
|
|||||||
> div
|
> div
|
||||||
display flex
|
display flex
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
max-width 1200px - 32px
|
max-width 1220px - 32px
|
||||||
|
|
||||||
> div
|
> div
|
||||||
width 50%
|
width 50%
|
||||||
@ -289,7 +261,7 @@ export default Vue.extend({
|
|||||||
line-height 48px
|
line-height 48px
|
||||||
|
|
||||||
&.trash
|
&.trash
|
||||||
border-left solid 1px #ddd
|
border-left solid 1px isDark ? #1c2023 : #ddd
|
||||||
|
|
||||||
> div
|
> div
|
||||||
width 100%
|
width 100%
|
||||||
@ -309,7 +281,7 @@ export default Vue.extend({
|
|||||||
display flex
|
display flex
|
||||||
justify-content center
|
justify-content center
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
max-width 1200px
|
max-width 1220px
|
||||||
|
|
||||||
> *
|
> *
|
||||||
.customize-container
|
.customize-container
|
||||||
@ -329,7 +301,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
.mk-post-form
|
.mk-post-form
|
||||||
margin-bottom 16px
|
margin-bottom 16px
|
||||||
border solid 1px #e5e5e5
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
> *:not(.main)
|
> *:not(.main)
|
||||||
@ -357,4 +329,10 @@ export default Vue.extend({
|
|||||||
max-width 700px
|
max-width 700px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
|
||||||
|
.mk-home[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-home:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -28,6 +28,7 @@ import friendsMaker from './friends-maker.vue';
|
|||||||
import followers from './followers.vue';
|
import followers from './followers.vue';
|
||||||
import following from './following.vue';
|
import following from './following.vue';
|
||||||
import usersList from './users-list.vue';
|
import usersList from './users-list.vue';
|
||||||
|
import userListTimeline from './user-list-timeline.vue';
|
||||||
import widgetContainer from './widget-container.vue';
|
import widgetContainer from './widget-container.vue';
|
||||||
|
|
||||||
Vue.component('mk-ui', ui);
|
Vue.component('mk-ui', ui);
|
||||||
@ -58,4 +59,5 @@ Vue.component('mk-friends-maker', friendsMaker);
|
|||||||
Vue.component('mk-followers', followers);
|
Vue.component('mk-followers', followers);
|
||||||
Vue.component('mk-following', following);
|
Vue.component('mk-following', following);
|
||||||
Vue.component('mk-users-list', usersList);
|
Vue.component('mk-users-list', usersList);
|
||||||
|
Vue.component('mk-user-list-timeline', userListTimeline);
|
||||||
Vue.component('mk-widget-container', widgetContainer);
|
Vue.component('mk-widget-container', widgetContainer);
|
||||||
|
@ -52,7 +52,7 @@ export default Vue.extend({
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
background rgba(0, 0, 0, 0.7)
|
background rgba(#000, 0.7)
|
||||||
|
|
||||||
> img
|
> img
|
||||||
position fixed
|
position fixed
|
||||||
|
@ -14,12 +14,20 @@ import Vue from 'vue';
|
|||||||
import MkMediaImageDialog from './media-image-dialog.vue';
|
import MkMediaImageDialog from './media-image-dialog.vue';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
props: ['image'],
|
props: {
|
||||||
|
image: {
|
||||||
|
type: Object,
|
||||||
|
required: true
|
||||||
|
},
|
||||||
|
raw: {
|
||||||
|
default: false
|
||||||
|
}
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
style(): any {
|
style(): any {
|
||||||
return {
|
return {
|
||||||
'background-color': this.image.properties.avgColor ? `rgb(${this.image.properties.avgColor.join(',')})` : 'transparent',
|
'background-color': this.image.properties.avgColor ? `rgb(${this.image.properties.avgColor.join(',')})` : 'transparent',
|
||||||
'background-image': `url(${this.image.url}?thumbnail&size=512)`
|
'background-image': this.raw ? `url(${this.image.url})` : `url(${this.image.url}?thumbnail&size=512)`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -31,7 +39,7 @@ export default Vue.extend({
|
|||||||
const xp = mouseX / this.$el.offsetWidth * 100;
|
const xp = mouseX / this.$el.offsetWidth * 100;
|
||||||
const yp = mouseY / this.$el.offsetHeight * 100;
|
const yp = mouseY / this.$el.offsetHeight * 100;
|
||||||
this.$el.style.backgroundPosition = xp + '% ' + yp + '%';
|
this.$el.style.backgroundPosition = xp + '% ' + yp + '%';
|
||||||
this.$el.style.backgroundImage = 'url("' + this.image.url + '?thumbnail")';
|
this.$el.style.backgroundImage = `url("${this.image.url}")`;
|
||||||
},
|
},
|
||||||
|
|
||||||
onMouseleave() {
|
onMouseleave() {
|
||||||
|
@ -54,7 +54,7 @@ export default Vue.extend({
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
background rgba(0, 0, 0, 0.7)
|
background rgba(#000, 0.7)
|
||||||
|
|
||||||
> video
|
> video
|
||||||
position fixed
|
position fixed
|
||||||
|
@ -52,6 +52,7 @@ export default Vue.extend({
|
|||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
.mk-media-video-thumbnail
|
.mk-media-video-thumbnail
|
||||||
display flex
|
display flex
|
||||||
justify-content center
|
justify-content center
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-mentions">
|
<div class="mk-mentions">
|
||||||
<header>
|
<header>
|
||||||
<span :data-is-active="mode == 'all'" @click="mode = 'all'">すべて</span>
|
<span :data-active="mode == 'all'" @click="mode = 'all'">すべて</span>
|
||||||
<span :data-is-active="mode == 'following'" @click="mode = 'following'">フォロー中</span>
|
<span :data-active="mode == 'following'" @click="mode = 'following'">フォロー中</span>
|
||||||
</header>
|
</header>
|
||||||
<div class="fetching" v-if="fetching">
|
<div class="fetching" v-if="fetching">
|
||||||
<mk-ellipsis-icon/>
|
<mk-ellipsis-icon/>
|
||||||
@ -85,7 +85,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
.mk-mentions
|
.mk-mentions
|
||||||
background #fff
|
background #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
> header
|
> header
|
||||||
@ -98,7 +98,7 @@ export default Vue.extend({
|
|||||||
font-size 18px
|
font-size 18px
|
||||||
color #555
|
color #555
|
||||||
|
|
||||||
&:not([data-is-active])
|
&:not([data-active])
|
||||||
color $theme-color
|
color $theme-color
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="sub" :title="title">
|
<div class="sub" :title="title">
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage">
|
<mk-avatar class="avatar" :user="note.user"/>
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=64`" alt="avatar" v-user-preview="note.userId"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<header>
|
<header>
|
||||||
<div class="left">
|
<div class="left">
|
||||||
@ -16,7 +14,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<mk-note-html v-if="note.text" :text="note.text" :i="os.i" :class="$style.text"/>
|
<div class="text">
|
||||||
|
<span v-if="note.isHidden" style="opacity: 0.5">(この投稿は非公開です)</span>
|
||||||
|
<mk-note-html v-if="note.text" :text="note.text" :i="os.i"/>
|
||||||
|
</div>
|
||||||
<div class="media" v-if="note.mediaIds.length > 0">
|
<div class="media" v-if="note.mediaIds.length > 0">
|
||||||
<mk-media-list :media-list="note.media"/>
|
<mk-media-list :media-list="note.media"/>
|
||||||
</div>
|
</div>
|
||||||
@ -40,10 +41,10 @@ export default Vue.extend({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.sub
|
root(isDark)
|
||||||
margin 0
|
margin 0
|
||||||
padding 20px 32px
|
padding 20px 32px
|
||||||
background #fdfdfd
|
background isDark ? #21242d : #fdfdfd
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
@ -54,18 +55,13 @@ export default Vue.extend({
|
|||||||
> .main > footer > button
|
> .main > footer > button
|
||||||
color #888
|
color #888
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 16px 0 0
|
margin 0 16px 0 0
|
||||||
|
width 44px
|
||||||
> .avatar
|
height 44px
|
||||||
display block
|
border-radius 4px
|
||||||
width 44px
|
|
||||||
height 44px
|
|
||||||
margin 0
|
|
||||||
border-radius 4px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
@ -87,7 +83,7 @@ export default Vue.extend({
|
|||||||
display inline
|
display inline
|
||||||
margin 0
|
margin 0
|
||||||
padding 0
|
padding 0
|
||||||
color #777
|
color isDark ? #fff : #777
|
||||||
font-size 1em
|
font-size 1em
|
||||||
font-weight 700
|
font-weight 700
|
||||||
text-align left
|
text-align left
|
||||||
@ -99,24 +95,29 @@ export default Vue.extend({
|
|||||||
> .username
|
> .username
|
||||||
text-align left
|
text-align left
|
||||||
margin 0 0 0 8px
|
margin 0 0 0 8px
|
||||||
color #ccc
|
color isDark ? #606984 : #ccc
|
||||||
|
|
||||||
> .right
|
> .right
|
||||||
float right
|
float right
|
||||||
|
|
||||||
> .time
|
> .time
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
color #c0c0c0
|
color isDark ? #606984 : #c0c0c0
|
||||||
|
|
||||||
|
> .body
|
||||||
|
> .text
|
||||||
|
cursor default
|
||||||
|
display block
|
||||||
|
margin 0
|
||||||
|
padding 0
|
||||||
|
overflow-wrap break-word
|
||||||
|
font-size 1em
|
||||||
|
color isDark ? #959ba7 : #717171
|
||||||
|
|
||||||
|
.sub[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.sub:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="stylus" module>
|
|
||||||
.text
|
|
||||||
cursor default
|
|
||||||
display block
|
|
||||||
margin 0
|
|
||||||
padding 0
|
|
||||||
overflow-wrap break-word
|
|
||||||
font-size 1em
|
|
||||||
color #717171
|
|
||||||
</style>
|
|
||||||
|
@ -18,18 +18,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="renote" v-if="isRenote">
|
<div class="renote" v-if="isRenote">
|
||||||
<p>
|
<p>
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage" v-user-preview="note.userId">
|
<mk-avatar class="avatar" :user="note.user"/>
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=32`" alt="avatar"/>
|
|
||||||
</router-link>
|
|
||||||
%fa:retweet%
|
%fa:retweet%
|
||||||
<router-link class="name" :href="note.user | userPage">{{ note.user | userName }}</router-link>
|
<router-link class="name" :href="note.user | userPage">{{ note.user | userName }}</router-link>
|
||||||
がRenote
|
がRenote
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<router-link class="avatar-anchor" :to="p.user | userPage">
|
<mk-avatar class="avatar" :user="p.user"/>
|
||||||
<img class="avatar" :src="`${p.user.avatarUrl}?thumbnail&size=64`" alt="avatar" v-user-preview="p.user.id"/>
|
|
||||||
</router-link>
|
|
||||||
<header>
|
<header>
|
||||||
<router-link class="name" :to="p.user | userPage" v-user-preview="p.user.id">{{ p.user | userName }}</router-link>
|
<router-link class="name" :to="p.user | userPage" v-user-preview="p.user.id">{{ p.user | userName }}</router-link>
|
||||||
<span class="username">@{{ p.user | acct }}</span>
|
<span class="username">@{{ p.user | acct }}</span>
|
||||||
@ -38,9 +34,12 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
</header>
|
</header>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<mk-note-html :class="$style.text" v-if="p.text" :text="p.text" :i="os.i"/>
|
<div class="text">
|
||||||
|
<span v-if="p.isHidden" style="opacity: 0.5">(この投稿は非公開です)</span>
|
||||||
|
<mk-note-html v-if="p.text" :text="p.text" :i="os.i"/>
|
||||||
|
</div>
|
||||||
<div class="media" v-if="p.media.length > 0">
|
<div class="media" v-if="p.media.length > 0">
|
||||||
<mk-media-list :media-list="p.media"/>
|
<mk-media-list :media-list="p.media" :raw="true"/>
|
||||||
</div>
|
</div>
|
||||||
<mk-poll v-if="p.poll" :note="p"/>
|
<mk-poll v-if="p.poll" :note="p"/>
|
||||||
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
||||||
@ -156,7 +155,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
// Draw map
|
// Draw map
|
||||||
if (this.p.geo) {
|
if (this.p.geo) {
|
||||||
const shouldShowMap = (this as any).os.isSignedIn ? (this as any).os.i.clientSettings.showMaps : true;
|
const shouldShowMap = (this as any).os.isSignedIn ? (this as any).clientSettings.showMaps : true;
|
||||||
if (shouldShowMap) {
|
if (shouldShowMap) {
|
||||||
(this as any).os.getGoogleMaps().then(maps => {
|
(this as any).os.getGoogleMaps().then(maps => {
|
||||||
const uluru = new maps.LatLng(this.p.geo.coordinates[1], this.p.geo.coordinates[0]);
|
const uluru = new maps.LatLng(this.p.geo.coordinates[1], this.p.geo.coordinates[0]);
|
||||||
@ -214,13 +213,13 @@ export default Vue.extend({
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~const.styl'
|
@import '~const.styl'
|
||||||
|
|
||||||
.mk-note-detail
|
root(isDark)
|
||||||
margin 0
|
margin 0 auto
|
||||||
padding 0
|
padding 0
|
||||||
overflow hidden
|
overflow hidden
|
||||||
text-align left
|
text-align left
|
||||||
background #fff
|
background isDark ? #282C37 : #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.1)
|
border solid 1px rgba(#000, 0.1)
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
|
||||||
> .read-more
|
> .read-more
|
||||||
@ -232,44 +231,39 @@ export default Vue.extend({
|
|||||||
text-align center
|
text-align center
|
||||||
color #999
|
color #999
|
||||||
cursor pointer
|
cursor pointer
|
||||||
background #fafafa
|
background isDark ? #21242d : #fafafa
|
||||||
outline none
|
outline none
|
||||||
border none
|
border none
|
||||||
border-bottom solid 1px #eef0f2
|
border-bottom solid 1px isDark ? #1c2023 : #eef0f2
|
||||||
border-radius 6px 6px 0 0
|
border-radius 6px 6px 0 0
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background #f6f6f6
|
background isDark ? #2e3440 : #f6f6f6
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background #f0f0f0
|
background isDark ? #21242b : #f0f0f0
|
||||||
|
|
||||||
&:disabled
|
&:disabled
|
||||||
color #ccc
|
color isDark ? #21242b : #ccc
|
||||||
|
|
||||||
> .context
|
> .context
|
||||||
> *
|
> *
|
||||||
border-bottom 1px solid #eef0f2
|
border-bottom 1px solid isDark ? #1c2023 : #eef0f2
|
||||||
|
|
||||||
> .renote
|
> .renote
|
||||||
color #9dbb00
|
color #9dbb00
|
||||||
background linear-gradient(to bottom, #edfde2 0%, #fff 100%)
|
background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
|
||||||
|
|
||||||
> p
|
> p
|
||||||
margin 0
|
margin 0
|
||||||
padding 16px 32px
|
padding 16px 32px
|
||||||
|
|
||||||
.avatar-anchor
|
.avatar
|
||||||
display inline-block
|
display inline-block
|
||||||
|
width 28px
|
||||||
.avatar
|
height 28px
|
||||||
vertical-align bottom
|
margin 0 8px 0 0
|
||||||
min-width 28px
|
border-radius 6px
|
||||||
min-height 28px
|
|
||||||
max-width 28px
|
|
||||||
max-height 28px
|
|
||||||
margin 0 8px 0 0
|
|
||||||
border-radius 6px
|
|
||||||
|
|
||||||
[data-fa]
|
[data-fa]
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
@ -281,7 +275,7 @@ export default Vue.extend({
|
|||||||
padding-top 8px
|
padding-top 8px
|
||||||
|
|
||||||
> .reply-to
|
> .reply-to
|
||||||
border-bottom 1px solid #eef0f2
|
border-bottom 1px solid isDark ? #1c2023 : #eef0f2
|
||||||
|
|
||||||
> article
|
> article
|
||||||
padding 28px 32px 18px 32px
|
padding 28px 32px 18px 32px
|
||||||
@ -292,21 +286,13 @@ export default Vue.extend({
|
|||||||
clear both
|
clear both
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
> .main > footer > button
|
> footer > button
|
||||||
color #888
|
color isDark ? #707b97 : #888
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
|
||||||
width 60px
|
width 60px
|
||||||
height 60px
|
height 60px
|
||||||
|
border-radius 8px
|
||||||
> .avatar
|
|
||||||
display block
|
|
||||||
width 60px
|
|
||||||
height 60px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> header
|
> header
|
||||||
position absolute
|
position absolute
|
||||||
@ -318,7 +304,7 @@ export default Vue.extend({
|
|||||||
display inline-block
|
display inline-block
|
||||||
margin 0
|
margin 0
|
||||||
line-height 24px
|
line-height 24px
|
||||||
color #777
|
color isDark ? #fff : #627079
|
||||||
font-size 18px
|
font-size 18px
|
||||||
font-weight 700
|
font-weight 700
|
||||||
text-align left
|
text-align left
|
||||||
@ -331,18 +317,27 @@ export default Vue.extend({
|
|||||||
display block
|
display block
|
||||||
text-align left
|
text-align left
|
||||||
margin 0
|
margin 0
|
||||||
color #ccc
|
color isDark ? #606984 : #ccc
|
||||||
|
|
||||||
> .time
|
> .time
|
||||||
position absolute
|
position absolute
|
||||||
top 0
|
top 0
|
||||||
right 32px
|
right 32px
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color #c0c0c0
|
color isDark ? #606984 : #c0c0c0
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
padding 8px 0
|
padding 8px 0
|
||||||
|
|
||||||
|
> .text
|
||||||
|
cursor default
|
||||||
|
display block
|
||||||
|
margin 0
|
||||||
|
padding 0
|
||||||
|
overflow-wrap break-word
|
||||||
|
font-size 1.5em
|
||||||
|
color isDark ? #fff : #717171
|
||||||
|
|
||||||
> .renote
|
> .renote
|
||||||
margin 8px 0
|
margin 8px 0
|
||||||
|
|
||||||
@ -404,11 +399,11 @@ export default Vue.extend({
|
|||||||
background transparent
|
background transparent
|
||||||
border none
|
border none
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color #ddd
|
color isDark ? #606984 : #ccc
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color #666
|
color isDark ? #9198af : #666
|
||||||
|
|
||||||
> .count
|
> .count
|
||||||
display inline
|
display inline
|
||||||
@ -420,17 +415,12 @@ export default Vue.extend({
|
|||||||
|
|
||||||
> .replies
|
> .replies
|
||||||
> *
|
> *
|
||||||
border-top 1px solid #eef0f2
|
border-top 1px solid isDark ? #1c2023 : #eef0f2
|
||||||
|
|
||||||
|
.mk-note-detail[data-darkmode]
|
||||||
|
root(true)
|
||||||
|
|
||||||
|
.mk-note-detail:not([data-darkmode])
|
||||||
|
root(false)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="stylus" module>
|
|
||||||
.text
|
|
||||||
cursor default
|
|
||||||
display block
|
|
||||||
margin 0
|
|
||||||
padding 0
|
|
||||||
overflow-wrap break-word
|
|
||||||
font-size 1.5em
|
|
||||||
color #717171
|
|
||||||
</style>
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-note-preview" :title="title">
|
<div class="mk-note-preview" :title="title">
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage">
|
<mk-avatar class="avatar" :user="note.user"/>
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=64`" alt="avatar" v-user-preview="note.userId"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<header>
|
<header>
|
||||||
<router-link class="name" :to="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</router-link>
|
<router-link class="name" :to="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</router-link>
|
||||||
@ -41,18 +39,13 @@ root(isDark)
|
|||||||
display block
|
display block
|
||||||
clear both
|
clear both
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 16px 0 0
|
margin 0 16px 0 0
|
||||||
|
width 52px
|
||||||
> .avatar
|
height 52px
|
||||||
display block
|
border-radius 8px
|
||||||
width 52px
|
|
||||||
height 52px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
@ -60,6 +53,7 @@ root(isDark)
|
|||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
align-items baseline
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
|
@ -1,15 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="sub" :title="title">
|
<div class="sub" :title="title">
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage">
|
<mk-avatar class="avatar" :user="note.user"/>
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=64`" alt="avatar" v-user-preview="note.userId"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<header>
|
<header>
|
||||||
<router-link class="name" :to="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</router-link>
|
<router-link class="name" :to="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</router-link>
|
||||||
<span class="username">@{{ note.user | acct }}</span>
|
<span class="username">@{{ note.user | acct }}</span>
|
||||||
<router-link class="created-at" :to="note | notePage">
|
<div class="info">
|
||||||
<mk-time :time="note.createdAt"/>
|
<span class="mobile" v-if="note.viaMobile">%fa:mobile-alt%</span>
|
||||||
</router-link>
|
<router-link class="created-at" :to="note | notePage">
|
||||||
|
<mk-time :time="note.createdAt"/>
|
||||||
|
</router-link>
|
||||||
|
<span class="visibility" v-if="note.visibility != 'public'">
|
||||||
|
<template v-if="note.visibility == 'home'">%fa:home%</template>
|
||||||
|
<template v-if="note.visibility == 'followers'">%fa:unlock%</template>
|
||||||
|
<template v-if="note.visibility == 'specified'">%fa:envelope%</template>
|
||||||
|
<template v-if="note.visibility == 'private'">%fa:lock%</template>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<mk-sub-note-content class="text" :note="note"/>
|
<mk-sub-note-content class="text" :note="note"/>
|
||||||
@ -35,26 +42,22 @@ export default Vue.extend({
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
root(isDark)
|
root(isDark)
|
||||||
margin 0
|
margin 0
|
||||||
padding 16px
|
padding 16px 32px
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
|
background isDark ? #21242d : #fcfcfc
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
display block
|
display block
|
||||||
clear both
|
clear both
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 14px 0 0
|
margin 0 14px 0 0
|
||||||
|
width 52px
|
||||||
> .avatar
|
height 52px
|
||||||
display block
|
border-radius 8px
|
||||||
width 52px
|
|
||||||
height 52px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
@ -62,6 +65,7 @@ root(isDark)
|
|||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
|
align-items baseline
|
||||||
margin-bottom 2px
|
margin-bottom 2px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
line-height 21px
|
line-height 21px
|
||||||
@ -84,9 +88,18 @@ root(isDark)
|
|||||||
margin 0 .5em 0 0
|
margin 0 .5em 0 0
|
||||||
color isDark ? #606984 : #d1d8da
|
color isDark ? #606984 : #d1d8da
|
||||||
|
|
||||||
> .created-at
|
> .info
|
||||||
margin-left auto
|
margin-left auto
|
||||||
color isDark ? #606984 : #b2b8bb
|
font-size 0.9em
|
||||||
|
|
||||||
|
> *
|
||||||
|
color isDark ? #606984 : #b2b8bb
|
||||||
|
|
||||||
|
> .mobile
|
||||||
|
margin-right 6px
|
||||||
|
|
||||||
|
> .visibility
|
||||||
|
margin-left 6px
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
max-height 128px
|
max-height 128px
|
||||||
|
@ -1,24 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="note" tabindex="-1" :title="title" @keydown="onKeydown">
|
<div class="note" tabindex="-1" :title="title" @keydown="onKeydown">
|
||||||
<div class="reply-to" v-if="p.reply && (!os.isSignedIn || os.i.clientSettings.showReplyTarget)">
|
<div class="reply-to" v-if="p.reply && (!os.isSignedIn || clientSettings.showReplyTarget)">
|
||||||
<x-sub :note="p.reply"/>
|
<x-sub :note="p.reply"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="renote" v-if="isRenote">
|
<div class="renote" v-if="isRenote">
|
||||||
<p>
|
<mk-avatar class="avatar" :user="note.user"/>
|
||||||
<router-link class="avatar-anchor" :to="note.user | userPage" v-user-preview="note.userId">
|
%fa:retweet%
|
||||||
<img class="avatar" :src="`${note.user.avatarUrl}?thumbnail&size=32`" alt="avatar"/>
|
<span>{{ '%i18n:!@reposted-by%'.substr(0, '%i18n:!@reposted-by%'.indexOf('{')) }}</span>
|
||||||
</router-link>
|
<a class="name" :href="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</a>
|
||||||
%fa:retweet%
|
<span>{{ '%i18n:!@reposted-by%'.substr('%i18n:!@reposted-by%'.indexOf('}') + 1) }}</span>
|
||||||
<span>{{ '%i18n:!@reposted-by%'.substr(0, '%i18n:!@reposted-by%'.indexOf('{')) }}</span>
|
|
||||||
<a class="name" :href="note.user | userPage" v-user-preview="note.userId">{{ note.user | userName }}</a>
|
|
||||||
<span>{{ '%i18n:!@reposted-by%'.substr('%i18n:!@reposted-by%'.indexOf('}') + 1) }}</span>
|
|
||||||
</p>
|
|
||||||
<mk-time :time="note.createdAt"/>
|
<mk-time :time="note.createdAt"/>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<router-link class="avatar-anchor" :to="p.user | userPage">
|
<mk-avatar class="avatar" :user="p.user"/>
|
||||||
<img class="avatar" :src="`${p.user.avatarUrl}?thumbnail&size=64`" alt="avatar" v-user-preview="p.user.id"/>
|
|
||||||
</router-link>
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<header>
|
<header>
|
||||||
<router-link class="name" :to="p.user | userPage" v-user-preview="p.user.id">{{ p.user | userName }}</router-link>
|
<router-link class="name" :to="p.user | userPage" v-user-preview="p.user.id">{{ p.user | userName }}</router-link>
|
||||||
@ -30,30 +24,43 @@
|
|||||||
<router-link class="created-at" :to="p | notePage">
|
<router-link class="created-at" :to="p | notePage">
|
||||||
<mk-time :time="p.createdAt"/>
|
<mk-time :time="p.createdAt"/>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
<span class="visibility" v-if="p.visibility != 'public'">
|
||||||
|
<template v-if="p.visibility == 'home'">%fa:home%</template>
|
||||||
|
<template v-if="p.visibility == 'followers'">%fa:unlock%</template>
|
||||||
|
<template v-if="p.visibility == 'specified'">%fa:envelope%</template>
|
||||||
|
<template v-if="p.visibility == 'private'">%fa:lock%</template>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<p class="channel" v-if="p.channel">
|
<p class="channel" v-if="p.channel">
|
||||||
<a :href="`${_CH_URL_}/${p.channel.id}`" target="_blank">{{ p.channel.title }}</a>:
|
<a :href="`${_CH_URL_}/${p.channel.id}`" target="_blank">{{ p.channel.title }}</a>:
|
||||||
</p>
|
</p>
|
||||||
<div class="text">
|
<p v-if="p.cw != null" class="cw">
|
||||||
<a class="reply" v-if="p.reply">%fa:reply%</a>
|
<span class="text" v-if="p.cw != ''">{{ p.cw }}</span>
|
||||||
<mk-note-html v-if="p.textHtml" :text="p.text" :i="os.i" :class="$style.text"/>
|
<span class="toggle" @click="showContent = !showContent">{{ showContent ? '隠す' : 'もっと見る' }}</span>
|
||||||
<a class="rp" v-if="p.renote">RP:</a>
|
</p>
|
||||||
|
<div class="content" v-show="p.cw == null || showContent">
|
||||||
|
<div class="text">
|
||||||
|
<span v-if="p.isHidden" style="opacity: 0.5">(この投稿は非公開です)</span>
|
||||||
|
<a class="reply" v-if="p.reply">%fa:reply%</a>
|
||||||
|
<mk-note-html v-if="p.text" :text="p.text" :i="os.i" :class="$style.text"/>
|
||||||
|
<a class="rp" v-if="p.renote">RP:</a>
|
||||||
|
</div>
|
||||||
|
<div class="media" v-if="p.media.length > 0">
|
||||||
|
<mk-media-list :media-list="p.media"/>
|
||||||
|
</div>
|
||||||
|
<mk-poll v-if="p.poll" :note="p" ref="pollViewer"/>
|
||||||
|
<div class="tags" v-if="p.tags && p.tags.length > 0">
|
||||||
|
<router-link v-for="tag in p.tags" :key="tag" :to="`/search?q=#${tag}`">{{ tag }}</router-link>
|
||||||
|
</div>
|
||||||
|
<a class="location" v-if="p.geo" :href="`http://maps.google.com/maps?q=${p.geo.coordinates[1]},${p.geo.coordinates[0]}`" target="_blank">%fa:map-marker-alt% 位置情報</a>
|
||||||
|
<div class="map" v-if="p.geo" ref="map"></div>
|
||||||
|
<div class="renote" v-if="p.renote">
|
||||||
|
<mk-note-preview :note="p.renote"/>
|
||||||
|
</div>
|
||||||
|
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="media" v-if="p.media.length > 0">
|
|
||||||
<mk-media-list :media-list="p.media"/>
|
|
||||||
</div>
|
|
||||||
<mk-poll v-if="p.poll" :note="p" ref="pollViewer"/>
|
|
||||||
<div class="tags" v-if="p.tags && p.tags.length > 0">
|
|
||||||
<router-link v-for="tag in p.tags" :key="tag" :to="`/search?q=#${tag}`">{{ tag }}</router-link>
|
|
||||||
</div>
|
|
||||||
<a class="location" v-if="p.geo" :href="`http://maps.google.com/maps?q=${p.geo.coordinates[1]},${p.geo.coordinates[0]}`" target="_blank">%fa:map-marker-alt% 位置情報</a>
|
|
||||||
<div class="map" v-if="p.geo" ref="map"></div>
|
|
||||||
<div class="renote" v-if="p.renote">
|
|
||||||
<mk-note-preview :note="p.renote"/>
|
|
||||||
</div>
|
|
||||||
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<mk-reactions-viewer :note="p" ref="reactionsViewer"/>
|
<mk-reactions-viewer :note="p" ref="reactionsViewer"/>
|
||||||
@ -115,6 +122,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
showContent: false,
|
||||||
isDetailOpened: false,
|
isDetailOpened: false,
|
||||||
connection: null,
|
connection: null,
|
||||||
connectionId: null
|
connectionId: null
|
||||||
@ -170,7 +178,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
// Draw map
|
// Draw map
|
||||||
if (this.p.geo) {
|
if (this.p.geo) {
|
||||||
const shouldShowMap = (this as any).os.isSignedIn ? (this as any).os.i.clientSettings.showMaps : true;
|
const shouldShowMap = (this as any).os.isSignedIn ? (this as any).clientSettings.showMaps : true;
|
||||||
if (shouldShowMap) {
|
if (shouldShowMap) {
|
||||||
(this as any).os.getGoogleMaps().then(maps => {
|
(this as any).os.getGoogleMaps().then(maps => {
|
||||||
const uluru = new maps.LatLng(this.p.geo.coordinates[1], this.p.geo.coordinates[0]);
|
const uluru = new maps.LatLng(this.p.geo.coordinates[1], this.p.geo.coordinates[0]);
|
||||||
@ -324,47 +332,45 @@ root(isDark)
|
|||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
|
||||||
> .renote
|
> .renote
|
||||||
|
display flex
|
||||||
|
align-items baseline
|
||||||
|
padding 16px 32px
|
||||||
|
line-height 28px
|
||||||
color #9dbb00
|
color #9dbb00
|
||||||
background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
|
background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
|
||||||
|
|
||||||
> p
|
.avatar
|
||||||
margin 0
|
display inline-block
|
||||||
padding 16px 32px
|
width 28px
|
||||||
line-height 28px
|
height 28px
|
||||||
|
margin 0 8px 0 0
|
||||||
|
border-radius 6px
|
||||||
|
|
||||||
.avatar-anchor
|
[data-fa]
|
||||||
display inline-block
|
margin-right 4px
|
||||||
|
|
||||||
.avatar
|
> span
|
||||||
vertical-align bottom
|
flex-shrink 0
|
||||||
width 28px
|
|
||||||
height 28px
|
|
||||||
margin 0 8px 0 0
|
|
||||||
border-radius 6px
|
|
||||||
|
|
||||||
[data-fa]
|
&:last-of-type
|
||||||
margin-right 4px
|
margin-right 8px
|
||||||
|
|
||||||
.name
|
.name
|
||||||
font-weight bold
|
overflow hidden
|
||||||
|
flex-shrink 1
|
||||||
|
text-overflow ellipsis
|
||||||
|
white-space nowrap
|
||||||
|
font-weight bold
|
||||||
|
|
||||||
> .mk-time
|
> .mk-time
|
||||||
position absolute
|
display block
|
||||||
top 16px
|
margin-left auto
|
||||||
right 32px
|
flex-shrink 0
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
line-height 28px
|
|
||||||
|
|
||||||
& + article
|
& + article
|
||||||
padding-top 8px
|
padding-top 8px
|
||||||
|
|
||||||
> .reply-to
|
|
||||||
padding 0 16px
|
|
||||||
background rgba(0, 0, 0, 0.0125)
|
|
||||||
|
|
||||||
> .mk-note-preview
|
|
||||||
background transparent
|
|
||||||
|
|
||||||
> article
|
> article
|
||||||
padding 28px 32px 18px 32px
|
padding 28px 32px 18px 32px
|
||||||
|
|
||||||
@ -377,29 +383,24 @@ root(isDark)
|
|||||||
> .main > footer > button
|
> .main > footer > button
|
||||||
color isDark ? #707b97 : #888
|
color isDark ? #707b97 : #888
|
||||||
|
|
||||||
> .avatar-anchor
|
> .avatar
|
||||||
display block
|
display block
|
||||||
float left
|
float left
|
||||||
margin 0 16px 10px 0
|
margin 0 16px 10px 0
|
||||||
|
width 58px
|
||||||
|
height 58px
|
||||||
|
border-radius 8px
|
||||||
//position -webkit-sticky
|
//position -webkit-sticky
|
||||||
//position sticky
|
//position sticky
|
||||||
//top 74px
|
//top 74px
|
||||||
|
|
||||||
> .avatar
|
|
||||||
display block
|
|
||||||
width 58px
|
|
||||||
height 58px
|
|
||||||
margin 0
|
|
||||||
border-radius 8px
|
|
||||||
vertical-align bottom
|
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
float left
|
float left
|
||||||
width calc(100% - 74px)
|
width calc(100% - 74px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
display flex
|
display flex
|
||||||
align-items center
|
align-items baseline
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
@ -421,34 +422,37 @@ root(isDark)
|
|||||||
margin 0 .5em 0 0
|
margin 0 .5em 0 0
|
||||||
padding 1px 6px
|
padding 1px 6px
|
||||||
font-size 12px
|
font-size 12px
|
||||||
color #aaa
|
color isDark ? #758188 : #aaa
|
||||||
border solid 1px #ddd
|
border solid 1px isDark ? #57616f : #ddd
|
||||||
border-radius 3px
|
border-radius 3px
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
margin 0 .5em 0 0
|
margin 0 .5em 0 0
|
||||||
|
overflow hidden
|
||||||
|
text-overflow ellipsis
|
||||||
color isDark ? #606984 : #ccc
|
color isDark ? #606984 : #ccc
|
||||||
|
|
||||||
> .info
|
> .info
|
||||||
margin-left auto
|
margin-left auto
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
|
|
||||||
|
> *
|
||||||
|
color isDark ? #606984 : #c0c0c0
|
||||||
|
|
||||||
> .mobile
|
> .mobile
|
||||||
margin-right 8px
|
margin-right 8px
|
||||||
color isDark ? #606984 : #ccc
|
|
||||||
|
|
||||||
> .app
|
> .app
|
||||||
margin-right 8px
|
margin-right 8px
|
||||||
padding-right 8px
|
padding-right 8px
|
||||||
color #ccc
|
|
||||||
border-right solid 1px #eaeaea
|
border-right solid 1px #eaeaea
|
||||||
|
|
||||||
> .created-at
|
> .visibility
|
||||||
color isDark ? #606984 : #c0c0c0
|
margin-left 8px
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
|
|
||||||
> .text
|
> .cw
|
||||||
cursor default
|
cursor default
|
||||||
display block
|
display block
|
||||||
margin 0
|
margin 0
|
||||||
@ -457,90 +461,117 @@ root(isDark)
|
|||||||
font-size 1.1em
|
font-size 1.1em
|
||||||
color isDark ? #fff : #717171
|
color isDark ? #fff : #717171
|
||||||
|
|
||||||
>>> .title
|
> .text
|
||||||
display block
|
|
||||||
margin-bottom 4px
|
|
||||||
padding 4px
|
|
||||||
font-size 90%
|
|
||||||
text-align center
|
|
||||||
background isDark ? #2f3944 : #eef1f3
|
|
||||||
border-radius 4px
|
|
||||||
|
|
||||||
>>> .code
|
|
||||||
margin 8px 0
|
|
||||||
|
|
||||||
>>> .quote
|
|
||||||
margin 8px
|
|
||||||
padding 6px 12px
|
|
||||||
color isDark ? #6f808e : #aaa
|
|
||||||
border-left solid 3px isDark ? #637182 : #eee
|
|
||||||
|
|
||||||
> .reply
|
|
||||||
margin-right 8px
|
margin-right 8px
|
||||||
color isDark ? #99abbf : #717171
|
|
||||||
|
|
||||||
> .rp
|
> .toggle
|
||||||
margin-left 4px
|
|
||||||
font-style oblique
|
|
||||||
color #a0bf46
|
|
||||||
|
|
||||||
> .location
|
|
||||||
margin 4px 0
|
|
||||||
font-size 12px
|
|
||||||
color #ccc
|
|
||||||
|
|
||||||
> .map
|
|
||||||
width 100%
|
|
||||||
height 300px
|
|
||||||
|
|
||||||
&:empty
|
|
||||||
display none
|
|
||||||
|
|
||||||
> .tags
|
|
||||||
margin 4px 0 0 0
|
|
||||||
|
|
||||||
> *
|
|
||||||
display inline-block
|
display inline-block
|
||||||
margin 0 8px 0 0
|
padding 4px 8px
|
||||||
padding 2px 8px 2px 16px
|
font-size 0.7em
|
||||||
font-size 90%
|
color isDark ? #393f4f : #fff
|
||||||
color #8d969e
|
background isDark ? #687390 : #b1b9c1
|
||||||
background #edf0f3
|
border-radius 2px
|
||||||
border-radius 4px
|
cursor pointer
|
||||||
|
user-select none
|
||||||
&:before
|
|
||||||
content ""
|
|
||||||
display block
|
|
||||||
position absolute
|
|
||||||
top 0
|
|
||||||
bottom 0
|
|
||||||
left 4px
|
|
||||||
width 8px
|
|
||||||
height 8px
|
|
||||||
margin auto 0
|
|
||||||
background #fff
|
|
||||||
border-radius 100%
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration none
|
background isDark ? #707b97 : #bbc4ce
|
||||||
background #e2e7ec
|
|
||||||
|
|
||||||
.mk-url-preview
|
> .content
|
||||||
margin-top 8px
|
|
||||||
|
|
||||||
> .channel
|
> .text
|
||||||
margin 0
|
cursor default
|
||||||
|
display block
|
||||||
|
margin 0
|
||||||
|
padding 0
|
||||||
|
overflow-wrap break-word
|
||||||
|
font-size 1.1em
|
||||||
|
color isDark ? #fff : #717171
|
||||||
|
|
||||||
> .mk-poll
|
>>> .title
|
||||||
font-size 80%
|
display block
|
||||||
|
margin-bottom 4px
|
||||||
|
padding 4px
|
||||||
|
font-size 90%
|
||||||
|
text-align center
|
||||||
|
background isDark ? #2f3944 : #eef1f3
|
||||||
|
border-radius 4px
|
||||||
|
|
||||||
> .renote
|
>>> .code
|
||||||
margin 8px 0
|
margin 8px 0
|
||||||
|
|
||||||
> .mk-note-preview
|
>>> .quote
|
||||||
padding 16px
|
margin 8px
|
||||||
border dashed 1px #c0dac6
|
padding 6px 12px
|
||||||
border-radius 8px
|
color isDark ? #6f808e : #aaa
|
||||||
|
border-left solid 3px isDark ? #637182 : #eee
|
||||||
|
|
||||||
|
> .reply
|
||||||
|
margin-right 8px
|
||||||
|
color isDark ? #99abbf : #717171
|
||||||
|
|
||||||
|
> .rp
|
||||||
|
margin-left 4px
|
||||||
|
font-style oblique
|
||||||
|
color #a0bf46
|
||||||
|
|
||||||
|
> .location
|
||||||
|
margin 4px 0
|
||||||
|
font-size 12px
|
||||||
|
color #ccc
|
||||||
|
|
||||||
|
> .map
|
||||||
|
width 100%
|
||||||
|
height 300px
|
||||||
|
|
||||||
|
&:empty
|
||||||
|
display none
|
||||||
|
|
||||||
|
> .tags
|
||||||
|
margin 4px 0 0 0
|
||||||
|
|
||||||
|
> *
|
||||||
|
display inline-block
|
||||||
|
margin 0 8px 0 0
|
||||||
|
padding 2px 8px 2px 16px
|
||||||
|
font-size 90%
|
||||||
|
color #8d969e
|
||||||
|
background #edf0f3
|
||||||
|
border-radius 4px
|
||||||
|
|
||||||
|
&:before
|
||||||
|
content ""
|
||||||
|
display block
|
||||||
|
position absolute
|
||||||
|
top 0
|
||||||
|
bottom 0
|
||||||
|
left 4px
|
||||||
|
width 8px
|
||||||
|
height 8px
|
||||||
|
margin auto 0
|
||||||
|
background #fff
|
||||||
|
border-radius 100%
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
text-decoration none
|
||||||
|
background #e2e7ec
|
||||||
|
|
||||||
|
.mk-url-preview
|
||||||
|
margin-top 8px
|
||||||
|
|
||||||
|
> .channel
|
||||||
|
margin 0
|
||||||
|
|
||||||
|
> .mk-poll
|
||||||
|
font-size 80%
|
||||||
|
|
||||||
|
> .renote
|
||||||
|
margin 8px 0
|
||||||
|
|
||||||
|
> .mk-note-preview
|
||||||
|
padding 16px
|
||||||
|
border dashed 1px isDark ? #4e945e : #c0dac6
|
||||||
|
border-radius 8px
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
> button
|
> button
|
||||||
@ -571,7 +602,7 @@ root(isDark)
|
|||||||
|
|
||||||
> .detail
|
> .detail
|
||||||
padding-top 4px
|
padding-top 4px
|
||||||
background rgba(0, 0, 0, 0.0125)
|
background rgba(#000, 0.0125)
|
||||||
|
|
||||||
.note[data-darkmode]
|
.note[data-darkmode]
|
||||||
root(true)
|
root(true)
|
||||||
|
@ -1,32 +1,65 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-notes">
|
<div class="mk-notes">
|
||||||
<template v-for="(note, i) in _notes">
|
<div class="newer-indicator" :style="{ top: $store.state.uiHeaderHeight + 'px' }" v-show="queue.length > 0"></div>
|
||||||
<x-note :note="note" :key="note.id" @update:note="onNoteUpdated(i, $event)"/>
|
|
||||||
<p class="date" v-if="i != notes.length - 1 && note._date != _notes[i + 1]._date">
|
<slot name="empty" v-if="notes.length == 0 && !fetching && requestInitPromise == null"></slot>
|
||||||
<span>%fa:angle-up%{{ note._datetext }}</span>
|
|
||||||
<span>%fa:angle-down%{{ _notes[i + 1]._datetext }}</span>
|
<div v-if="!fetching && requestInitPromise != null">
|
||||||
</p>
|
<p>読み込みに失敗しました。</p>
|
||||||
</template>
|
<button @click="resolveInitPromise">リトライ</button>
|
||||||
<footer>
|
</div>
|
||||||
<slot name="footer"></slot>
|
|
||||||
|
<transition-group name="mk-notes" class="transition">
|
||||||
|
<template v-for="(note, i) in _notes">
|
||||||
|
<x-note :note="note" :key="note.id" @update:note="onNoteUpdated(i, $event)"/>
|
||||||
|
<p class="date" :key="note.id + '_date'" v-if="i != notes.length - 1 && note._date != _notes[i + 1]._date">
|
||||||
|
<span>%fa:angle-up%{{ note._datetext }}</span>
|
||||||
|
<span>%fa:angle-down%{{ _notes[i + 1]._datetext }}</span>
|
||||||
|
</p>
|
||||||
|
</template>
|
||||||
|
</transition-group>
|
||||||
|
|
||||||
|
<footer v-if="more">
|
||||||
|
<button @click="loadMore" :disabled="moreFetching" :style="{ cursor: moreFetching ? 'wait' : 'pointer' }">
|
||||||
|
<template v-if="!moreFetching">%i18n:@load-more%</template>
|
||||||
|
<template v-if="moreFetching">%fa:spinner .pulse .fw%</template>
|
||||||
|
</button>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
import { url } from '../../../config';
|
||||||
|
import getNoteSummary from '../../../../../renderers/get-note-summary';
|
||||||
|
|
||||||
import XNote from './notes.note.vue';
|
import XNote from './notes.note.vue';
|
||||||
|
|
||||||
|
const displayLimit = 30;
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
components: {
|
components: {
|
||||||
XNote
|
XNote
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
notes: {
|
more: {
|
||||||
type: Array,
|
type: Function,
|
||||||
default: () => []
|
required: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
requestInitPromise: null as () => Promise<any[]>,
|
||||||
|
notes: [],
|
||||||
|
queue: [],
|
||||||
|
unreadCount: 0,
|
||||||
|
fetching: true,
|
||||||
|
moreFetching: false
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
_notes(): any[] {
|
_notes(): any[] {
|
||||||
return (this.notes as any).map(note => {
|
return (this.notes as any).map(note => {
|
||||||
@ -38,53 +71,197 @@ export default Vue.extend({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mounted() {
|
||||||
|
document.addEventListener('visibilitychange', this.onVisibilitychange, false);
|
||||||
|
window.addEventListener('scroll', this.onScroll);
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeDestroy() {
|
||||||
|
document.removeEventListener('visibilitychange', this.onVisibilitychange);
|
||||||
|
window.removeEventListener('scroll', this.onScroll);
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
isScrollTop() {
|
||||||
|
return window.scrollY <= 8;
|
||||||
|
},
|
||||||
|
|
||||||
focus() {
|
focus() {
|
||||||
(this.$el as any).children[0].focus();
|
(this.$el as any).children[0].focus();
|
||||||
},
|
},
|
||||||
|
|
||||||
onNoteUpdated(i, note) {
|
onNoteUpdated(i, note) {
|
||||||
Vue.set((this as any).notes, i, note);
|
Vue.set((this as any).notes, i, note);
|
||||||
|
},
|
||||||
|
|
||||||
|
init(promiseGenerator: () => Promise<any[]>) {
|
||||||
|
this.requestInitPromise = promiseGenerator;
|
||||||
|
this.resolveInitPromise();
|
||||||
|
},
|
||||||
|
|
||||||
|
resolveInitPromise() {
|
||||||
|
this.queue = [];
|
||||||
|
this.notes = [];
|
||||||
|
this.fetching = true;
|
||||||
|
|
||||||
|
const promise = this.requestInitPromise();
|
||||||
|
|
||||||
|
promise.then(notes => {
|
||||||
|
this.notes = notes;
|
||||||
|
this.requestInitPromise = null;
|
||||||
|
this.fetching = false;
|
||||||
|
}, e => {
|
||||||
|
this.fetching = false;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
prepend(note, silent = false) {
|
||||||
|
//#region 弾く
|
||||||
|
const isMyNote = note.userId == (this as any).os.i.id;
|
||||||
|
const isPureRenote = note.renoteId != null && note.text == null && note.mediaIds.length == 0 && note.poll == null;
|
||||||
|
|
||||||
|
if ((this as any).clientSettings.showMyRenotes === false) {
|
||||||
|
if (isMyNote && isPureRenote) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((this as any).clientSettings.showRenotedMyNotes === false) {
|
||||||
|
if (isPureRenote && (note.renote.userId == (this as any).os.i.id)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//#endregion
|
||||||
|
|
||||||
|
// 投稿が自分のものではないかつ、タブが非表示またはスクロール位置が最上部ではないならタイトルで通知
|
||||||
|
if ((document.hidden || !this.isScrollTop()) && note.userId !== (this as any).os.i.id) {
|
||||||
|
this.unreadCount++;
|
||||||
|
document.title = `(${this.unreadCount}) ${getNoteSummary(note)}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this.isScrollTop()) {
|
||||||
|
// Prepend the note
|
||||||
|
this.notes.unshift(note);
|
||||||
|
|
||||||
|
// サウンドを再生する
|
||||||
|
if ((this as any).os.isEnableSounds && !silent) {
|
||||||
|
const sound = new Audio(`${url}/assets/post.mp3`);
|
||||||
|
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
||||||
|
sound.play();
|
||||||
|
}
|
||||||
|
|
||||||
|
// オーバーフローしたら古い投稿は捨てる
|
||||||
|
if (this.notes.length >= displayLimit) {
|
||||||
|
this.notes = this.notes.slice(0, displayLimit);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.queue.push(note);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
append(note) {
|
||||||
|
this.notes.push(note);
|
||||||
|
},
|
||||||
|
|
||||||
|
tail() {
|
||||||
|
return this.notes[this.notes.length - 1];
|
||||||
|
},
|
||||||
|
|
||||||
|
releaseQueue() {
|
||||||
|
this.queue.forEach(n => this.prepend(n, true));
|
||||||
|
this.queue = [];
|
||||||
|
},
|
||||||
|
|
||||||
|
async loadMore() {
|
||||||
|
if (this.more == null) return;
|
||||||
|
if (this.moreFetching) return;
|
||||||
|
|
||||||
|
this.moreFetching = true;
|
||||||
|
await this.more();
|
||||||
|
this.moreFetching = false;
|
||||||
|
},
|
||||||
|
|
||||||
|
clearNotification() {
|
||||||
|
this.unreadCount = 0;
|
||||||
|
document.title = 'Misskey';
|
||||||
|
},
|
||||||
|
|
||||||
|
onVisibilitychange() {
|
||||||
|
if (!document.hidden) {
|
||||||
|
this.clearNotification();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
onScroll() {
|
||||||
|
if (this.isScrollTop()) {
|
||||||
|
this.releaseQueue();
|
||||||
|
this.clearNotification();
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((this as any).clientSettings.fetchOnScroll !== false) {
|
||||||
|
const current = window.scrollY + window.innerHeight;
|
||||||
|
if (current > document.body.offsetHeight - 8) this.loadMore();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
|
@import '~const.styl'
|
||||||
|
|
||||||
root(isDark)
|
root(isDark)
|
||||||
> .date
|
.transition
|
||||||
display block
|
.mk-notes-enter
|
||||||
margin 0
|
.mk-notes-leave-to
|
||||||
line-height 32px
|
opacity 0
|
||||||
font-size 14px
|
transform translateY(-30px)
|
||||||
text-align center
|
|
||||||
color isDark ? #666b79 : #aaa
|
|
||||||
background isDark ? #242731 : #fdfdfd
|
|
||||||
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
|
|
||||||
|
|
||||||
span
|
> *
|
||||||
margin 0 16px
|
transition transform .3s ease, opacity .3s ease
|
||||||
|
|
||||||
[data-fa]
|
> .date
|
||||||
margin-right 8px
|
display block
|
||||||
|
margin 0
|
||||||
|
line-height 32px
|
||||||
|
font-size 14px
|
||||||
|
text-align center
|
||||||
|
color isDark ? #666b79 : #aaa
|
||||||
|
background isDark ? #242731 : #fdfdfd
|
||||||
|
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
|
||||||
|
|
||||||
|
span
|
||||||
|
margin 0 16px
|
||||||
|
|
||||||
|
[data-fa]
|
||||||
|
margin-right 8px
|
||||||
|
|
||||||
|
> .newer-indicator
|
||||||
|
position -webkit-sticky
|
||||||
|
position sticky
|
||||||
|
z-index 100
|
||||||
|
height 3px
|
||||||
|
background $theme-color
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
> *
|
> button
|
||||||
display block
|
display block
|
||||||
margin 0
|
margin 0
|
||||||
padding 16px
|
padding 16px
|
||||||
width 100%
|
width 100%
|
||||||
text-align center
|
text-align center
|
||||||
color #ccc
|
color #ccc
|
||||||
border-top solid 1px #eaeaea
|
background isDark ? #282C37 : #fff
|
||||||
border-bottom-left-radius 4px
|
border-top solid 1px isDark ? #1c2023 : #eaeaea
|
||||||
border-bottom-right-radius 4px
|
border-bottom-left-radius 6px
|
||||||
|
border-bottom-right-radius 6px
|
||||||
|
|
||||||
> button
|
|
||||||
&:hover
|
&:hover
|
||||||
background #f5f5f5
|
background isDark ? #2e3440 : #f5f5f5
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background #eee
|
background isDark ? #21242b : #eee
|
||||||
|
|
||||||
.mk-notes[data-darkmode]
|
.mk-notes[data-darkmode]
|
||||||
root(true)
|
root(true)
|
||||||
|
@ -1,96 +1,84 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-notifications">
|
<div class="mk-notifications">
|
||||||
<div class="notifications" v-if="notifications.length != 0">
|
<div class="notifications" v-if="notifications.length != 0">
|
||||||
<template v-for="(notification, i) in _notifications">
|
<transition-group name="mk-notifications" class="transition">
|
||||||
<div class="notification" :class="notification.type" :key="notification.id">
|
<template v-for="(notification, i) in _notifications">
|
||||||
<mk-time :time="notification.createdAt"/>
|
<div class="notification" :class="notification.type" :key="notification.id">
|
||||||
<template v-if="notification.type == 'reaction'">
|
<mk-time :time="notification.createdAt"/>
|
||||||
<router-link class="avatar-anchor" :to="notification.user | userPage" v-user-preview="notification.user.id">
|
<template v-if="notification.type == 'reaction'">
|
||||||
<img class="avatar" :src="`${notification.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
<mk-avatar class="avatar" :user="notification.user"/>
|
||||||
</router-link>
|
<div class="text">
|
||||||
<div class="text">
|
<p>
|
||||||
<p>
|
<mk-reaction-icon :reaction="notification.reaction"/>
|
||||||
<mk-reaction-icon :reaction="notification.reaction"/>
|
<router-link :to="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</router-link>
|
||||||
<router-link :to="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</router-link>
|
</p>
|
||||||
</p>
|
<router-link class="note-ref" :to="notification.note | notePage">
|
||||||
<router-link class="note-ref" :to="notification.note | notePage">
|
%fa:quote-left%{{ getNoteSummary(notification.note) }}%fa:quote-right%
|
||||||
%fa:quote-left%{{ getNoteSummary(notification.note) }}%fa:quote-right%
|
</router-link>
|
||||||
</router-link>
|
</div>
|
||||||
</div>
|
</template>
|
||||||
</template>
|
<template v-if="notification.type == 'renote'">
|
||||||
<template v-if="notification.type == 'renote'">
|
<mk-avatar class="avatar" :user="notification.note.user"/>
|
||||||
<router-link class="avatar-anchor" :to="notification.note.user | userPage" v-user-preview="notification.note.userId">
|
<div class="text">
|
||||||
<img class="avatar" :src="`${notification.note.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
<p>%fa:retweet%
|
||||||
</router-link>
|
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
||||||
<div class="text">
|
</p>
|
||||||
<p>%fa:retweet%
|
<router-link class="note-ref" :to="notification.note | notePage">
|
||||||
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
%fa:quote-left%{{ getNoteSummary(notification.note.renote) }}%fa:quote-right%
|
||||||
</p>
|
</router-link>
|
||||||
<router-link class="note-ref" :to="notification.note | notePage">
|
</div>
|
||||||
%fa:quote-left%{{ getNoteSummary(notification.note.renote) }}%fa:quote-right%
|
</template>
|
||||||
</router-link>
|
<template v-if="notification.type == 'quote'">
|
||||||
</div>
|
<mk-avatar class="avatar" :user="notification.note.user"/>
|
||||||
</template>
|
<div class="text">
|
||||||
<template v-if="notification.type == 'quote'">
|
<p>%fa:quote-left%
|
||||||
<router-link class="avatar-anchor" :to="notification.note.user | userPage" v-user-preview="notification.note.userId">
|
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
||||||
<img class="avatar" :src="`${notification.note.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
</p>
|
||||||
</router-link>
|
<router-link class="note-preview" :to="notification.note | notePage">{{ getNoteSummary(notification.note) }}</router-link>
|
||||||
<div class="text">
|
</div>
|
||||||
<p>%fa:quote-left%
|
</template>
|
||||||
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
<template v-if="notification.type == 'follow'">
|
||||||
</p>
|
<mk-avatar class="avatar" :user="notification.user"/>
|
||||||
<router-link class="note-preview" :to="notification.note | notePage">{{ getNoteSummary(notification.note) }}</router-link>
|
<div class="text">
|
||||||
</div>
|
<p>%fa:user-plus%
|
||||||
</template>
|
<router-link :to="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</router-link>
|
||||||
<template v-if="notification.type == 'follow'">
|
</p>
|
||||||
<router-link class="avatar-anchor" :to="notification.user | userPage" v-user-preview="notification.user.id">
|
</div>
|
||||||
<img class="avatar" :src="`${notification.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
</template>
|
||||||
</router-link>
|
<template v-if="notification.type == 'reply'">
|
||||||
<div class="text">
|
<mk-avatar class="avatar" :user="notification.note.user"/>
|
||||||
<p>%fa:user-plus%
|
<div class="text">
|
||||||
<router-link :to="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</router-link>
|
<p>%fa:reply%
|
||||||
</p>
|
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
||||||
</div>
|
</p>
|
||||||
</template>
|
<router-link class="note-preview" :to="notification.note | notePage">{{ getNoteSummary(notification.note) }}</router-link>
|
||||||
<template v-if="notification.type == 'reply'">
|
</div>
|
||||||
<router-link class="avatar-anchor" :to="notification.note.user | userPage" v-user-preview="notification.note.userId">
|
</template>
|
||||||
<img class="avatar" :src="`${notification.note.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
<template v-if="notification.type == 'mention'">
|
||||||
</router-link>
|
<mk-avatar class="avatar" :user="notification.note.user"/>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p>%fa:reply%
|
<p>%fa:at%
|
||||||
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
||||||
</p>
|
</p>
|
||||||
<router-link class="note-preview" :to="notification.note | notePage">{{ getNoteSummary(notification.note) }}</router-link>
|
<a class="note-preview" :href="notification.note | notePage">{{ getNoteSummary(notification.note) }}</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-if="notification.type == 'mention'">
|
<template v-if="notification.type == 'poll_vote'">
|
||||||
<router-link class="avatar-anchor" :to="notification.note.user | userPage" v-user-preview="notification.note.userId">
|
<mk-avatar class="avatar" :user="notification.user"/>
|
||||||
<img class="avatar" :src="`${notification.note.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
<div class="text">
|
||||||
</router-link>
|
<p>%fa:chart-pie%<a :href="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</a></p>
|
||||||
<div class="text">
|
<router-link class="note-ref" :to="notification.note | notePage">
|
||||||
<p>%fa:at%
|
%fa:quote-left%{{ getNoteSummary(notification.note) }}%fa:quote-right%
|
||||||
<router-link :to="notification.note.user | userPage" v-user-preview="notification.note.userId">{{ notification.note.user | userName }}</router-link>
|
</router-link>
|
||||||
</p>
|
</div>
|
||||||
<a class="note-preview" :href="notification.note | notePage">{{ getNoteSummary(notification.note) }}</a>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
<p class="date" v-if="i != notifications.length - 1 && notification._date != _notifications[i + 1]._date" :key="notification.id + '-time'">
|
||||||
<template v-if="notification.type == 'poll_vote'">
|
<span>%fa:angle-up%{{ notification._datetext }}</span>
|
||||||
<router-link class="avatar-anchor" :to="notification.user | userPage" v-user-preview="notification.user.id">
|
<span>%fa:angle-down%{{ _notifications[i + 1]._datetext }}</span>
|
||||||
<img class="avatar" :src="`${notification.user.avatarUrl}?thumbnail&size=48`" alt="avatar"/>
|
</p>
|
||||||
</router-link>
|
</template>
|
||||||
<div class="text">
|
</transition-group>
|
||||||
<p>%fa:chart-pie%<a :href="notification.user | userPage" v-user-preview="notification.user.id">{{ notification.user | userName }}</a></p>
|
|
||||||
<router-link class="note-ref" :to="notification.note | notePage">
|
|
||||||
%fa:quote-left%{{ getNoteSummary(notification.note) }}%fa:quote-right%
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
<p class="date" v-if="i != notifications.length - 1 && notification._date != _notifications[i + 1]._date" :key="notification.id + '-time'">
|
|
||||||
<span>%fa:angle-up%{{ notification._datetext }}</span>
|
|
||||||
<span>%fa:angle-down%{{ _notifications[i + 1]._datetext }}</span>
|
|
||||||
</p>
|
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
<button class="more" :class="{ fetching: fetchingMoreNotifications }" v-if="moreNotifications" @click="fetchMoreNotifications" :disabled="fetchingMoreNotifications">
|
<button class="more" :class="{ fetching: fetchingMoreNotifications }" v-if="moreNotifications" @click="fetchMoreNotifications" :disabled="fetchingMoreNotifications">
|
||||||
<template v-if="fetchingMoreNotifications">%fa:spinner .pulse .fw%</template>{{ fetchingMoreNotifications ? '%i18n:!common.loading%' : '%i18n:!@more%' }}
|
<template v-if="fetchingMoreNotifications">%fa:spinner .pulse .fw%</template>{{ fetchingMoreNotifications ? '%i18n:!common.loading%' : '%i18n:!@more%' }}
|
||||||
@ -186,110 +174,115 @@ export default Vue.extend({
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
root(isDark)
|
root(isDark)
|
||||||
|
.transition
|
||||||
|
.mk-notifications-enter
|
||||||
|
.mk-notifications-leave-to
|
||||||
|
opacity 0
|
||||||
|
transform translateY(-30px)
|
||||||
|
|
||||||
|
> *
|
||||||
|
transition transform .3s ease, opacity .3s ease
|
||||||
|
|
||||||
> .notifications
|
> .notifications
|
||||||
> .notification
|
> *
|
||||||
margin 0
|
> .notification
|
||||||
padding 16px
|
margin 0
|
||||||
overflow-wrap break-word
|
padding 16px
|
||||||
font-size 0.9em
|
overflow-wrap break-word
|
||||||
border-bottom solid 1px isDark ? #1c2023 : rgba(0, 0, 0, 0.05)
|
font-size 0.9em
|
||||||
|
border-bottom solid 1px isDark ? #1c2023 : rgba(#000, 0.05)
|
||||||
|
|
||||||
&:last-child
|
&:last-child
|
||||||
border-bottom none
|
border-bottom none
|
||||||
|
|
||||||
> .mk-time
|
> .mk-time
|
||||||
display inline
|
display inline
|
||||||
position absolute
|
position absolute
|
||||||
top 16px
|
top 16px
|
||||||
right 12px
|
right 12px
|
||||||
vertical-align top
|
vertical-align top
|
||||||
color isDark ? #606984 : rgba(0, 0, 0, 0.6)
|
color isDark ? #606984 : rgba(#000, 0.6)
|
||||||
font-size small
|
font-size small
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
display block
|
|
||||||
clear both
|
|
||||||
|
|
||||||
> .avatar-anchor
|
|
||||||
display block
|
|
||||||
float left
|
|
||||||
position -webkit-sticky
|
|
||||||
position sticky
|
|
||||||
top 16px
|
|
||||||
|
|
||||||
> img
|
|
||||||
display block
|
display block
|
||||||
min-width 36px
|
clear both
|
||||||
min-height 36px
|
|
||||||
max-width 36px
|
> .avatar
|
||||||
max-height 36px
|
display block
|
||||||
|
float left
|
||||||
|
position -webkit-sticky
|
||||||
|
position sticky
|
||||||
|
top 16px
|
||||||
|
width 36px
|
||||||
|
height 36px
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
> .text
|
> .text
|
||||||
float right
|
float right
|
||||||
width calc(100% - 36px)
|
width calc(100% - 36px)
|
||||||
padding-left 8px
|
padding-left 8px
|
||||||
|
|
||||||
p
|
p
|
||||||
margin 0
|
margin 0
|
||||||
|
|
||||||
i, .mk-reaction-icon
|
i, .mk-reaction-icon
|
||||||
margin-right 4px
|
margin-right 4px
|
||||||
|
|
||||||
.note-preview
|
.note-preview
|
||||||
color isDark ? #c2cad4 : rgba(0, 0, 0, 0.7)
|
color isDark ? #c2cad4 : rgba(#000, 0.7)
|
||||||
|
|
||||||
.note-ref
|
.note-ref
|
||||||
color isDark ? #c2cad4 : rgba(0, 0, 0, 0.7)
|
color isDark ? #c2cad4 : rgba(#000, 0.7)
|
||||||
|
|
||||||
|
[data-fa]
|
||||||
|
font-size 1em
|
||||||
|
font-weight normal
|
||||||
|
font-style normal
|
||||||
|
display inline-block
|
||||||
|
margin-right 3px
|
||||||
|
|
||||||
|
&.renote, &.quote
|
||||||
|
.text p i
|
||||||
|
color #77B255
|
||||||
|
|
||||||
|
&.follow
|
||||||
|
.text p i
|
||||||
|
color #53c7ce
|
||||||
|
|
||||||
|
&.reply, &.mention
|
||||||
|
.text p i
|
||||||
|
color #555
|
||||||
|
|
||||||
|
> .date
|
||||||
|
display block
|
||||||
|
margin 0
|
||||||
|
line-height 32px
|
||||||
|
text-align center
|
||||||
|
font-size 0.8em
|
||||||
|
color isDark ? #666b79 : #aaa
|
||||||
|
background isDark ? #242731 : #fdfdfd
|
||||||
|
border-bottom solid 1px isDark ? #1c2023 : rgba(#000, 0.05)
|
||||||
|
|
||||||
|
span
|
||||||
|
margin 0 16px
|
||||||
|
|
||||||
[data-fa]
|
[data-fa]
|
||||||
font-size 1em
|
margin-right 8px
|
||||||
font-weight normal
|
|
||||||
font-style normal
|
|
||||||
display inline-block
|
|
||||||
margin-right 3px
|
|
||||||
|
|
||||||
&.renote, &.quote
|
|
||||||
.text p i
|
|
||||||
color #77B255
|
|
||||||
|
|
||||||
&.follow
|
|
||||||
.text p i
|
|
||||||
color #53c7ce
|
|
||||||
|
|
||||||
&.reply, &.mention
|
|
||||||
.text p i
|
|
||||||
color #555
|
|
||||||
|
|
||||||
> .date
|
|
||||||
display block
|
|
||||||
margin 0
|
|
||||||
line-height 32px
|
|
||||||
text-align center
|
|
||||||
font-size 0.8em
|
|
||||||
color isDark ? #666b79 : #aaa
|
|
||||||
background isDark ? #242731 : #fdfdfd
|
|
||||||
border-bottom solid 1px isDark ? #1c2023 : rgba(0, 0, 0, 0.05)
|
|
||||||
|
|
||||||
span
|
|
||||||
margin 0 16px
|
|
||||||
|
|
||||||
[data-fa]
|
|
||||||
margin-right 8px
|
|
||||||
|
|
||||||
> .more
|
> .more
|
||||||
display block
|
display block
|
||||||
width 100%
|
width 100%
|
||||||
padding 16px
|
padding 16px
|
||||||
color #555
|
color #555
|
||||||
border-top solid 1px rgba(0, 0, 0, 0.05)
|
border-top solid 1px rgba(#000, 0.05)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background rgba(0, 0, 0, 0.025)
|
background rgba(#000, 0.025)
|
||||||
|
|
||||||
&:active
|
&:active
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
|
|
||||||
&.fetching
|
&.fetching
|
||||||
cursor wait
|
cursor wait
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
@drop.stop="onDrop"
|
@drop.stop="onDrop"
|
||||||
>
|
>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<div v-if="visibility == 'specified'" class="visibleUsers">
|
||||||
|
<span v-for="u in visibleUsers">{{ u | userName }}<a @click="removeVisibleUser(u)">[x]</a></span>
|
||||||
|
<a @click="addVisibleUser">+ユーザーを追加</a>
|
||||||
|
</div>
|
||||||
|
<input v-show="useCw" v-model="cw" placeholder="内容への注釈 (オプション)">
|
||||||
<textarea :class="{ with: (files.length != 0 || poll) }"
|
<textarea :class="{ with: (files.length != 0 || poll) }"
|
||||||
ref="text" v-model="text" :disabled="posting"
|
ref="text" v-model="text" :disabled="posting"
|
||||||
@keydown="onKeydown" @paste="onPaste" :placeholder="placeholder"
|
@keydown="onKeydown" @paste="onPaste" :placeholder="placeholder"
|
||||||
@ -27,8 +32,10 @@
|
|||||||
<button class="drive" title="%i18n:@attach-media-from-drive%" @click="chooseFileFromDrive">%fa:cloud%</button>
|
<button class="drive" title="%i18n:@attach-media-from-drive%" @click="chooseFileFromDrive">%fa:cloud%</button>
|
||||||
<button class="kao" title="%i18n:@insert-a-kao%" @click="kao">%fa:R smile%</button>
|
<button class="kao" title="%i18n:@insert-a-kao%" @click="kao">%fa:R smile%</button>
|
||||||
<button class="poll" title="%i18n:@create-poll%" @click="poll = true">%fa:chart-pie%</button>
|
<button class="poll" title="%i18n:@create-poll%" @click="poll = true">%fa:chart-pie%</button>
|
||||||
|
<button class="poll" title="内容を隠す" @click="useCw = !useCw">%fa:eye-slash%</button>
|
||||||
<button class="geo" title="位置情報を添付する" @click="geo ? removeGeo() : setGeo()">%fa:map-marker-alt%</button>
|
<button class="geo" title="位置情報を添付する" @click="geo ? removeGeo() : setGeo()">%fa:map-marker-alt%</button>
|
||||||
<p class="text-count" :class="{ over: text.length > 1000 }">{{ '%i18n:!@text-remain%'.replace('{}', 1000 - text.length) }}</p>
|
<button class="visibility" title="公開範囲" @click="setVisibility" ref="visibilityButton">%fa:lock%</button>
|
||||||
|
<p class="text-count" :class="{ over: text.length > 1000 }">{{ 1000 - text.length }}</p>
|
||||||
<button :class="{ posting }" class="submit" :disabled="!canPost" @click="post">
|
<button :class="{ posting }" class="submit" :disabled="!canPost" @click="post">
|
||||||
{{ posting ? '%i18n:!@posting%' : submitText }}<mk-ellipsis v-if="posting"/>
|
{{ posting ? '%i18n:!@posting%' : submitText }}<mk-ellipsis v-if="posting"/>
|
||||||
</button>
|
</button>
|
||||||
@ -41,12 +48,16 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import * as XDraggable from 'vuedraggable';
|
import * as XDraggable from 'vuedraggable';
|
||||||
import getKao from '../../../common/scripts/get-kao';
|
import getKao from '../../../common/scripts/get-kao';
|
||||||
|
import MkVisibilityChooser from '../../../common/views/components/visibility-chooser.vue';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
components: {
|
components: {
|
||||||
XDraggable
|
XDraggable,
|
||||||
|
MkVisibilityChooser
|
||||||
},
|
},
|
||||||
|
|
||||||
props: ['reply', 'renote'],
|
props: ['reply', 'renote'],
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
posting: false,
|
posting: false,
|
||||||
@ -54,11 +65,16 @@ export default Vue.extend({
|
|||||||
files: [],
|
files: [],
|
||||||
uploadings: [],
|
uploadings: [],
|
||||||
poll: false,
|
poll: false,
|
||||||
|
useCw: false,
|
||||||
|
cw: null,
|
||||||
geo: null,
|
geo: null,
|
||||||
|
visibility: 'public',
|
||||||
|
visibleUsers: [],
|
||||||
autocomplete: null,
|
autocomplete: null,
|
||||||
draghover: false
|
draghover: false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
draftId(): string {
|
draftId(): string {
|
||||||
return this.renote
|
return this.renote
|
||||||
@ -67,6 +83,7 @@ export default Vue.extend({
|
|||||||
? 'reply:' + this.reply.id
|
? 'reply:' + this.reply.id
|
||||||
: 'note';
|
: 'note';
|
||||||
},
|
},
|
||||||
|
|
||||||
placeholder(): string {
|
placeholder(): string {
|
||||||
return this.renote
|
return this.renote
|
||||||
? '%i18n:!@quote-placeholder%'
|
? '%i18n:!@quote-placeholder%'
|
||||||
@ -74,6 +91,7 @@ export default Vue.extend({
|
|||||||
? '%i18n:!@reply-placeholder%'
|
? '%i18n:!@reply-placeholder%'
|
||||||
: '%i18n:!@note-placeholder%';
|
: '%i18n:!@note-placeholder%';
|
||||||
},
|
},
|
||||||
|
|
||||||
submitText(): string {
|
submitText(): string {
|
||||||
return this.renote
|
return this.renote
|
||||||
? '%i18n:!@renote%'
|
? '%i18n:!@renote%'
|
||||||
@ -81,21 +99,26 @@ export default Vue.extend({
|
|||||||
? '%i18n:!@reply%'
|
? '%i18n:!@reply%'
|
||||||
: '%i18n:!@note%';
|
: '%i18n:!@note%';
|
||||||
},
|
},
|
||||||
|
|
||||||
canPost(): boolean {
|
canPost(): boolean {
|
||||||
return !this.posting && (this.text.length != 0 || this.files.length != 0 || this.poll || this.renote);
|
return !this.posting && (this.text.length != 0 || this.files.length != 0 || this.poll || this.renote);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
text() {
|
text() {
|
||||||
this.saveDraft();
|
this.saveDraft();
|
||||||
},
|
},
|
||||||
|
|
||||||
poll() {
|
poll() {
|
||||||
this.saveDraft();
|
this.saveDraft();
|
||||||
},
|
},
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
this.saveDraft();
|
this.saveDraft();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// 書きかけの投稿を復元
|
// 書きかけの投稿を復元
|
||||||
@ -113,13 +136,16 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
focus() {
|
focus() {
|
||||||
(this.$refs.text as any).focus();
|
(this.$refs.text as any).focus();
|
||||||
},
|
},
|
||||||
|
|
||||||
chooseFile() {
|
chooseFile() {
|
||||||
(this.$refs.file as any).click();
|
(this.$refs.file as any).click();
|
||||||
},
|
},
|
||||||
|
|
||||||
chooseFileFromDrive() {
|
chooseFileFromDrive() {
|
||||||
(this as any).apis.chooseDriveFile({
|
(this as any).apis.chooseDriveFile({
|
||||||
multiple: true
|
multiple: true
|
||||||
@ -127,32 +153,40 @@ export default Vue.extend({
|
|||||||
files.forEach(this.attachMedia);
|
files.forEach(this.attachMedia);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
attachMedia(driveFile) {
|
attachMedia(driveFile) {
|
||||||
this.files.push(driveFile);
|
this.files.push(driveFile);
|
||||||
this.$emit('change-attached-media', this.files);
|
this.$emit('change-attached-media', this.files);
|
||||||
},
|
},
|
||||||
|
|
||||||
detachMedia(id) {
|
detachMedia(id) {
|
||||||
this.files = this.files.filter(x => x.id != id);
|
this.files = this.files.filter(x => x.id != id);
|
||||||
this.$emit('change-attached-media', this.files);
|
this.$emit('change-attached-media', this.files);
|
||||||
},
|
},
|
||||||
|
|
||||||
onChangeFile() {
|
onChangeFile() {
|
||||||
Array.from((this.$refs.file as any).files).forEach(this.upload);
|
Array.from((this.$refs.file as any).files).forEach(this.upload);
|
||||||
},
|
},
|
||||||
|
|
||||||
upload(file) {
|
upload(file) {
|
||||||
(this.$refs.uploader as any).upload(file);
|
(this.$refs.uploader as any).upload(file);
|
||||||
},
|
},
|
||||||
|
|
||||||
onChangeUploadings(uploads) {
|
onChangeUploadings(uploads) {
|
||||||
this.$emit('change-uploadings', uploads);
|
this.$emit('change-uploadings', uploads);
|
||||||
},
|
},
|
||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
this.text = '';
|
this.text = '';
|
||||||
this.files = [];
|
this.files = [];
|
||||||
this.poll = false;
|
this.poll = false;
|
||||||
this.$emit('change-attached-media', this.files);
|
this.$emit('change-attached-media', this.files);
|
||||||
},
|
},
|
||||||
|
|
||||||
onKeydown(e) {
|
onKeydown(e) {
|
||||||
if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey)) this.post();
|
if ((e.which == 10 || e.which == 13) && (e.ctrlKey || e.metaKey)) this.post();
|
||||||
},
|
},
|
||||||
|
|
||||||
onPaste(e) {
|
onPaste(e) {
|
||||||
Array.from(e.clipboardData.items).forEach((item: any) => {
|
Array.from(e.clipboardData.items).forEach((item: any) => {
|
||||||
if (item.kind == 'file') {
|
if (item.kind == 'file') {
|
||||||
@ -160,6 +194,7 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onDragover(e) {
|
onDragover(e) {
|
||||||
const isFile = e.dataTransfer.items[0].kind == 'file';
|
const isFile = e.dataTransfer.items[0].kind == 'file';
|
||||||
const isDriveFile = e.dataTransfer.types[0] == 'mk_drive_file';
|
const isDriveFile = e.dataTransfer.types[0] == 'mk_drive_file';
|
||||||
@ -169,12 +204,15 @@ export default Vue.extend({
|
|||||||
e.dataTransfer.dropEffect = e.dataTransfer.effectAllowed == 'all' ? 'copy' : 'move';
|
e.dataTransfer.dropEffect = e.dataTransfer.effectAllowed == 'all' ? 'copy' : 'move';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onDragenter(e) {
|
onDragenter(e) {
|
||||||
this.draghover = true;
|
this.draghover = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
onDragleave(e) {
|
onDragleave(e) {
|
||||||
this.draghover = false;
|
this.draghover = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
onDrop(e): void {
|
onDrop(e): void {
|
||||||
this.draghover = false;
|
this.draghover = false;
|
||||||
|
|
||||||
@ -195,6 +233,7 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
},
|
},
|
||||||
|
|
||||||
setGeo() {
|
setGeo() {
|
||||||
if (navigator.geolocation == null) {
|
if (navigator.geolocation == null) {
|
||||||
alert('お使いの端末は位置情報に対応していません');
|
alert('お使いの端末は位置情報に対応していません');
|
||||||
@ -210,10 +249,38 @@ export default Vue.extend({
|
|||||||
enableHighAccuracy: true
|
enableHighAccuracy: true
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
removeGeo() {
|
removeGeo() {
|
||||||
this.geo = null;
|
this.geo = null;
|
||||||
this.$emit('geo-dettached');
|
this.$emit('geo-dettached');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
setVisibility() {
|
||||||
|
const w = (this as any).os.new(MkVisibilityChooser, {
|
||||||
|
source: this.$refs.visibilityButton,
|
||||||
|
v: this.visibility
|
||||||
|
});
|
||||||
|
w.$once('chosen', v => {
|
||||||
|
this.visibility = v;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
addVisibleUser() {
|
||||||
|
(this as any).apis.input({
|
||||||
|
title: 'ユーザー名を入力してください'
|
||||||
|
}).then(username => {
|
||||||
|
(this as any).api('users/show', {
|
||||||
|
username
|
||||||
|
}).then(user => {
|
||||||
|
this.visibleUsers.push(user);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
removeVisibleUser(user) {
|
||||||
|
this.visibleUsers = this.visibleUsers.filter(u => u != user);
|
||||||
|
},
|
||||||
|
|
||||||
post() {
|
post() {
|
||||||
this.posting = true;
|
this.posting = true;
|
||||||
|
|
||||||
@ -223,6 +290,9 @@ export default Vue.extend({
|
|||||||
replyId: this.reply ? this.reply.id : undefined,
|
replyId: this.reply ? this.reply.id : undefined,
|
||||||
renoteId: this.renote ? this.renote.id : undefined,
|
renoteId: this.renote ? this.renote.id : undefined,
|
||||||
poll: this.poll ? (this.$refs.poll as any).get() : undefined,
|
poll: this.poll ? (this.$refs.poll as any).get() : undefined,
|
||||||
|
cw: this.useCw ? this.cw || '' : undefined,
|
||||||
|
visibility: this.visibility,
|
||||||
|
visibleUserIds: this.visibility == 'specified' ? this.visibleUsers.map(u => u.id) : undefined,
|
||||||
geo: this.geo ? {
|
geo: this.geo ? {
|
||||||
coordinates: [this.geo.longitude, this.geo.latitude],
|
coordinates: [this.geo.longitude, this.geo.latitude],
|
||||||
altitude: this.geo.altitude,
|
altitude: this.geo.altitude,
|
||||||
@ -250,6 +320,7 @@ export default Vue.extend({
|
|||||||
this.posting = false;
|
this.posting = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
saveDraft() {
|
saveDraft() {
|
||||||
const data = JSON.parse(localStorage.getItem('drafts') || '{}');
|
const data = JSON.parse(localStorage.getItem('drafts') || '{}');
|
||||||
|
|
||||||
@ -264,6 +335,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
localStorage.setItem('drafts', JSON.stringify(data));
|
localStorage.setItem('drafts', JSON.stringify(data));
|
||||||
},
|
},
|
||||||
|
|
||||||
deleteDraft() {
|
deleteDraft() {
|
||||||
const data = JSON.parse(localStorage.getItem('drafts') || '{}');
|
const data = JSON.parse(localStorage.getItem('drafts') || '{}');
|
||||||
|
|
||||||
@ -271,6 +343,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
localStorage.setItem('drafts', JSON.stringify(data));
|
localStorage.setItem('drafts', JSON.stringify(data));
|
||||||
},
|
},
|
||||||
|
|
||||||
kao() {
|
kao() {
|
||||||
this.text += getKao();
|
this.text += getKao();
|
||||||
}
|
}
|
||||||
@ -292,52 +365,66 @@ root(isDark)
|
|||||||
clear both
|
clear both
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
|
> input
|
||||||
textarea
|
> textarea
|
||||||
display block
|
display block
|
||||||
padding 12px
|
|
||||||
margin 0
|
|
||||||
width 100%
|
width 100%
|
||||||
max-width 100%
|
padding 12px
|
||||||
min-width 100%
|
|
||||||
min-height calc(16px + 12px + 12px)
|
|
||||||
font-size 16px
|
font-size 16px
|
||||||
color #333
|
color isDark ? #fff : #333
|
||||||
background isDark ? #191d23 : #fff
|
background isDark ? #191d23 : #fff
|
||||||
outline none
|
outline none
|
||||||
border solid 1px rgba($theme-color, 0.1)
|
border solid 1px rgba($theme-color, 0.1)
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
transition border-color .3s ease
|
transition border-color .2s ease
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
border-color rgba($theme-color, 0.2)
|
border-color rgba($theme-color, 0.2)
|
||||||
transition border-color .1s ease
|
transition border-color .1s ease
|
||||||
|
|
||||||
& + *
|
|
||||||
& + * + *
|
|
||||||
border-color rgba($theme-color, 0.2)
|
|
||||||
transition border-color .1s ease
|
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
color $theme-color
|
|
||||||
border-color rgba($theme-color, 0.5)
|
border-color rgba($theme-color, 0.5)
|
||||||
transition border-color 0s ease
|
transition border-color 0s ease
|
||||||
|
|
||||||
& + *
|
|
||||||
& + * + *
|
|
||||||
border-color rgba($theme-color, 0.5)
|
|
||||||
transition border-color 0s ease
|
|
||||||
|
|
||||||
&:disabled
|
&:disabled
|
||||||
opacity 0.5
|
opacity 0.5
|
||||||
|
|
||||||
&::-webkit-input-placeholder
|
&::-webkit-input-placeholder
|
||||||
color rgba($theme-color, 0.3)
|
color rgba($theme-color, 0.3)
|
||||||
|
|
||||||
|
> input
|
||||||
|
margin-bottom 8px
|
||||||
|
|
||||||
|
> textarea
|
||||||
|
margin 0
|
||||||
|
max-width 100%
|
||||||
|
min-width 100%
|
||||||
|
min-height 64px
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
& + *
|
||||||
|
& + * + *
|
||||||
|
border-color rgba($theme-color, 0.2)
|
||||||
|
transition border-color .1s ease
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
& + *
|
||||||
|
& + * + *
|
||||||
|
border-color rgba($theme-color, 0.5)
|
||||||
|
transition border-color 0s ease
|
||||||
|
|
||||||
&.with
|
&.with
|
||||||
border-bottom solid 1px rgba($theme-color, 0.1) !important
|
border-bottom solid 1px rgba($theme-color, 0.1) !important
|
||||||
border-radius 4px 4px 0 0
|
border-radius 4px 4px 0 0
|
||||||
|
|
||||||
|
> .visibleUsers
|
||||||
|
margin-bottom 8px
|
||||||
|
font-size 14px
|
||||||
|
|
||||||
|
> span
|
||||||
|
margin-right 16px
|
||||||
|
color isDark ? #fff : #666
|
||||||
|
|
||||||
> .medias
|
> .medias
|
||||||
margin 0
|
margin 0
|
||||||
padding 0
|
padding 0
|
||||||
@ -392,7 +479,7 @@ root(isDark)
|
|||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
> .mk-poll-editor
|
> .mk-poll-editor
|
||||||
background lighten($theme-color, 98%)
|
background isDark ? #181b23 : lighten($theme-color, 98%)
|
||||||
border solid 1px rgba($theme-color, 0.1)
|
border solid 1px rgba($theme-color, 0.1)
|
||||||
border-top none
|
border-top none
|
||||||
border-radius 0 0 4px 4px
|
border-radius 0 0 4px 4px
|
||||||
@ -407,19 +494,6 @@ root(isDark)
|
|||||||
input[type='file']
|
input[type='file']
|
||||||
display none
|
display none
|
||||||
|
|
||||||
.text-count
|
|
||||||
pointer-events none
|
|
||||||
display block
|
|
||||||
position absolute
|
|
||||||
bottom 16px
|
|
||||||
right 138px
|
|
||||||
margin 0
|
|
||||||
line-height 40px
|
|
||||||
color rgba($theme-color, 0.5)
|
|
||||||
|
|
||||||
&.over
|
|
||||||
color #ec3828
|
|
||||||
|
|
||||||
.submit
|
.submit
|
||||||
display block
|
display block
|
||||||
position absolute
|
position absolute
|
||||||
@ -484,11 +558,25 @@ root(isDark)
|
|||||||
from {background-position: 0 0;}
|
from {background-position: 0 0;}
|
||||||
to {background-position: -64px 32px;}
|
to {background-position: -64px 32px;}
|
||||||
|
|
||||||
|
> .text-count
|
||||||
|
pointer-events none
|
||||||
|
display block
|
||||||
|
position absolute
|
||||||
|
bottom 16px
|
||||||
|
right 138px
|
||||||
|
margin 0
|
||||||
|
line-height 40px
|
||||||
|
color rgba($theme-color, 0.5)
|
||||||
|
|
||||||
|
&.over
|
||||||
|
color #ec3828
|
||||||
|
|
||||||
> .upload
|
> .upload
|
||||||
> .drive
|
> .drive
|
||||||
> .kao
|
> .kao
|
||||||
> .poll
|
> .poll
|
||||||
> .geo
|
> .geo
|
||||||
|
> .visibility
|
||||||
display inline-block
|
display inline-block
|
||||||
cursor pointer
|
cursor pointer
|
||||||
padding 0
|
padding 0
|
||||||
@ -510,7 +598,7 @@ root(isDark)
|
|||||||
color rgba($theme-color, 0.6)
|
color rgba($theme-color, 0.6)
|
||||||
background isDark ? transparent : linear-gradient(to bottom, lighten($theme-color, 80%) 0%, lighten($theme-color, 90%) 100%)
|
background isDark ? transparent : linear-gradient(to bottom, lighten($theme-color, 80%) 0%, lighten($theme-color, 90%) 100%)
|
||||||
border-color rgba($theme-color, 0.5)
|
border-color rgba($theme-color, 0.5)
|
||||||
box-shadow 0 2px 4px rgba(0, 0, 0, 0.15) inset
|
box-shadow 0 2px 4px rgba(#000, 0.15) inset
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
&:after
|
&:after
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<section class="web" v-show="page == 'web'">
|
<section class="web" v-show="page == 'web'">
|
||||||
<h1>動作</h1>
|
<h1>動作</h1>
|
||||||
<mk-switch v-model="os.i.clientSettings.fetchOnScroll" @change="onChangeFetchOnScroll" text="スクロールで自動読み込み">
|
<mk-switch v-model="clientSettings.fetchOnScroll" @change="onChangeFetchOnScroll" text="スクロールで自動読み込み">
|
||||||
<span>ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。</span>
|
<span>ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。</span>
|
||||||
</mk-switch>
|
</mk-switch>
|
||||||
<mk-switch v-model="autoPopout" text="ウィンドウの自動ポップアウト">
|
<mk-switch v-model="autoPopout" text="ウィンドウの自動ポップアウト">
|
||||||
@ -40,12 +40,15 @@
|
|||||||
<button class="ui button" @click="customizeHome" style="margin-bottom: 16px">ホームをカスタマイズ</button>
|
<button class="ui button" @click="customizeHome" style="margin-bottom: 16px">ホームをカスタマイズ</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="div">
|
<div class="div">
|
||||||
<mk-switch v-model="os.i.clientSettings.dark" @change="onChangeDark" text="ダークモード"/>
|
<mk-switch v-model="darkmode" text="ダークモード"/>
|
||||||
<mk-switch v-model="os.i.clientSettings.gradientWindowHeader" @change="onChangeGradientWindowHeader" text="ウィンドウのタイトルバーにグラデーションを使用"/>
|
<mk-switch v-model="clientSettings.circleIcons" @change="onChangeCircleIcons" text="円形のアイコンを使用"/>
|
||||||
|
<mk-switch v-model="clientSettings.gradientWindowHeader" @change="onChangeGradientWindowHeader" text="ウィンドウのタイトルバーにグラデーションを使用"/>
|
||||||
</div>
|
</div>
|
||||||
<mk-switch v-model="os.i.clientSettings.showPostFormOnTopOfTl" @change="onChangeShowPostFormOnTopOfTl" text="タイムライン上部に投稿フォームを表示する"/>
|
<mk-switch v-model="clientSettings.showPostFormOnTopOfTl" @change="onChangeShowPostFormOnTopOfTl" text="タイムライン上部に投稿フォームを表示する"/>
|
||||||
<mk-switch v-model="os.i.clientSettings.showReplyTarget" @change="onChangeShowReplyTarget" text="リプライ先を表示する"/>
|
<mk-switch v-model="clientSettings.showReplyTarget" @change="onChangeShowReplyTarget" text="リプライ先を表示する"/>
|
||||||
<mk-switch v-model="os.i.clientSettings.showMaps" @change="onChangeShowMaps" text="マップの自動展開">
|
<mk-switch v-model="clientSettings.showMyRenotes" @change="onChangeShowMyRenotes" text="自分の行ったRenoteをタイムラインに表示する"/>
|
||||||
|
<mk-switch v-model="clientSettings.showRenotedMyNotes" @change="onChangeShowRenotedMyNotes" text="Renoteされた自分の投稿をタイムラインに表示する"/>
|
||||||
|
<mk-switch v-model="clientSettings.showMaps" @change="onChangeShowMaps" text="マップの自動展開">
|
||||||
<span>位置情報が添付された投稿のマップを自動的に展開します。</span>
|
<span>位置情報が添付された投稿のマップを自動的に展開します。</span>
|
||||||
</mk-switch>
|
</mk-switch>
|
||||||
</section>
|
</section>
|
||||||
@ -67,7 +70,7 @@
|
|||||||
|
|
||||||
<section class="web" v-show="page == 'web'">
|
<section class="web" v-show="page == 'web'">
|
||||||
<h1>モバイル</h1>
|
<h1>モバイル</h1>
|
||||||
<mk-switch v-model="os.i.clientSettings.disableViaMobile" @change="onChangeDisableViaMobile" text="「モバイルからの投稿」フラグを付けない"/>
|
<mk-switch v-model="clientSettings.disableViaMobile" @change="onChangeDisableViaMobile" text="「モバイルからの投稿」フラグを付けない"/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="web" v-show="page == 'web'">
|
<section class="web" v-show="page == 'web'">
|
||||||
@ -80,6 +83,7 @@
|
|||||||
<el-option label="ja-JP" value="ja"/>
|
<el-option label="ja-JP" value="ja"/>
|
||||||
<el-option label="en-US" value="en"/>
|
<el-option label="en-US" value="en"/>
|
||||||
<el-option label="fr" value="fr"/>
|
<el-option label="fr" value="fr"/>
|
||||||
|
<el-option label="pl" value="pl"/>
|
||||||
</el-option-group>
|
</el-option-group>
|
||||||
</el-select>
|
</el-select>
|
||||||
<div class="none ui info">
|
<div class="none ui info">
|
||||||
@ -232,6 +236,7 @@ export default Vue.extend({
|
|||||||
version,
|
version,
|
||||||
latestVersion: undefined,
|
latestVersion: undefined,
|
||||||
checkingForUpdate: false,
|
checkingForUpdate: false,
|
||||||
|
darkmode: localStorage.getItem('darkmode') == 'true',
|
||||||
enableSounds: localStorage.getItem('enableSounds') == 'true',
|
enableSounds: localStorage.getItem('enableSounds') == 'true',
|
||||||
autoPopout: localStorage.getItem('autoPopout') == 'true',
|
autoPopout: localStorage.getItem('autoPopout') == 'true',
|
||||||
apiViaStream: localStorage.getItem('apiViaStream') ? localStorage.getItem('apiViaStream') == 'true' : true,
|
apiViaStream: localStorage.getItem('apiViaStream') ? localStorage.getItem('apiViaStream') == 'true' : true,
|
||||||
@ -255,6 +260,9 @@ export default Vue.extend({
|
|||||||
apiViaStream() {
|
apiViaStream() {
|
||||||
localStorage.setItem('apiViaStream', this.apiViaStream ? 'true' : 'false');
|
localStorage.setItem('apiViaStream', this.apiViaStream ? 'true' : 'false');
|
||||||
},
|
},
|
||||||
|
darkmode() {
|
||||||
|
(this as any)._updateDarkmode_(this.darkmode);
|
||||||
|
},
|
||||||
enableSounds() {
|
enableSounds() {
|
||||||
localStorage.setItem('enableSounds', this.enableSounds ? 'true' : 'false');
|
localStorage.setItem('enableSounds', this.enableSounds ? 'true' : 'false');
|
||||||
},
|
},
|
||||||
@ -291,8 +299,8 @@ export default Vue.extend({
|
|||||||
this.$emit('done');
|
this.$emit('done');
|
||||||
},
|
},
|
||||||
onChangeFetchOnScroll(v) {
|
onChangeFetchOnScroll(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'fetchOnScroll',
|
key: 'fetchOnScroll',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@ -302,38 +310,56 @@ export default Vue.extend({
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeDark(v) {
|
onChangeDark(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'dark',
|
key: 'dark',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeShowPostFormOnTopOfTl(v) {
|
onChangeShowPostFormOnTopOfTl(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'showPostFormOnTopOfTl',
|
key: 'showPostFormOnTopOfTl',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeShowReplyTarget(v) {
|
onChangeShowReplyTarget(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'showReplyTarget',
|
key: 'showReplyTarget',
|
||||||
|
value: v
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onChangeShowMyRenotes(v) {
|
||||||
|
this.$store.dispatch('settings/set', {
|
||||||
|
key: 'showMyRenotes',
|
||||||
|
value: v
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onChangeShowRenotedMyNotes(v) {
|
||||||
|
this.$store.dispatch('settings/set', {
|
||||||
|
key: 'showRenotedMyNotes',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeShowMaps(v) {
|
onChangeShowMaps(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'showMaps',
|
key: 'showMaps',
|
||||||
|
value: v
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onChangeCircleIcons(v) {
|
||||||
|
this.$store.dispatch('settings/set', {
|
||||||
|
key: 'circleIcons',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeGradientWindowHeader(v) {
|
onChangeGradientWindowHeader(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'gradientWindowHeader',
|
key: 'gradientWindowHeader',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onChangeDisableViaMobile(v) {
|
onChangeDisableViaMobile(v) {
|
||||||
(this as any).api('i/update_client_setting', {
|
this.$store.dispatch('settings/set', {
|
||||||
name: 'disableViaMobile',
|
key: 'disableViaMobile',
|
||||||
value: v
|
value: v
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-sub-note-content">
|
<div class="mk-sub-note-content">
|
||||||
<div class="body">
|
<div class="body">
|
||||||
|
<span v-if="note.isHidden" style="opacity: 0.5">(この投稿は非公開です)</span>
|
||||||
<a class="reply" v-if="note.replyId">%fa:reply%</a>
|
<a class="reply" v-if="note.replyId">%fa:reply%</a>
|
||||||
<mk-note-html :text="note.text" :i="os.i"/>
|
<mk-note-html :text="note.text" :i="os.i"/>
|
||||||
<a class="rp" v-if="note.renoteId" :href="`/note:${note.renoteId}`">RP: ...</a>
|
<a class="rp" v-if="note.renoteId" :href="`/note:${note.renoteId}`">RP: ...</a>
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-home-timeline">
|
<div class="mk-timeline-core">
|
||||||
<mk-friends-maker v-if="src == 'home' && alone"/>
|
<mk-friends-maker v-if="src == 'home' && alone"/>
|
||||||
<div class="fetching" v-if="fetching">
|
<div class="fetching" v-if="fetching">
|
||||||
<mk-ellipsis-icon/>
|
<mk-ellipsis-icon/>
|
||||||
</div>
|
</div>
|
||||||
<p class="empty" v-if="notes.length == 0 && !fetching">
|
|
||||||
%fa:R comments%%i18n:@empty%
|
<mk-notes ref="timeline" :more="canFetchMore ? more : null">
|
||||||
</p>
|
<p :class="$style.empty" slot="empty">
|
||||||
<mk-notes :notes="notes" ref="timeline">
|
%fa:R comments%%i18n:@empty%
|
||||||
<button slot="footer" @click="more" :disabled="moreFetching" :style="{ cursor: moreFetching ? 'wait' : 'pointer' }">
|
</p>
|
||||||
<template v-if="!moreFetching">%i18n:@load-more%</template>
|
|
||||||
<template v-if="moreFetching">%fa:spinner .pulse .fw%</template>
|
|
||||||
</button>
|
|
||||||
</mk-notes>
|
</mk-notes>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { url } from '../../../config';
|
import getNoteSummary from '../../../../../renderers/get-note-summary';
|
||||||
|
|
||||||
|
const fetchLimit = 10;
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
props: {
|
props: {
|
||||||
@ -33,9 +32,9 @@ export default Vue.extend({
|
|||||||
fetching: true,
|
fetching: true,
|
||||||
moreFetching: false,
|
moreFetching: false,
|
||||||
existMore: false,
|
existMore: false,
|
||||||
notes: [],
|
|
||||||
connection: null,
|
connection: null,
|
||||||
connectionId: null,
|
connectionId: null,
|
||||||
|
unreadCount: 0,
|
||||||
date: null
|
date: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
@ -59,6 +58,10 @@ export default Vue.extend({
|
|||||||
: this.src == 'local'
|
: this.src == 'local'
|
||||||
? 'notes/local-timeline'
|
? 'notes/local-timeline'
|
||||||
: 'notes/global-timeline';
|
: 'notes/global-timeline';
|
||||||
|
},
|
||||||
|
|
||||||
|
canFetchMore(): boolean {
|
||||||
|
return !this.moreFetching && !this.fetching && this.existMore;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -72,6 +75,9 @@ export default Vue.extend({
|
|||||||
this.connection.on('unfollow', this.onChangeFollowing);
|
this.connection.on('unfollow', this.onChangeFollowing);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.addEventListener('keydown', this.onKeydown);
|
||||||
|
document.addEventListener('visibilitychange', this.onVisibilitychange, false);
|
||||||
|
|
||||||
this.fetch();
|
this.fetch();
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -82,56 +88,62 @@ export default Vue.extend({
|
|||||||
this.connection.off('unfollow', this.onChangeFollowing);
|
this.connection.off('unfollow', this.onChangeFollowing);
|
||||||
}
|
}
|
||||||
this.stream.dispose(this.connectionId);
|
this.stream.dispose(this.connectionId);
|
||||||
|
|
||||||
|
document.removeEventListener('keydown', this.onKeydown);
|
||||||
|
document.removeEventListener('visibilitychange', this.onVisibilitychange);
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetch(cb?) {
|
fetch() {
|
||||||
this.fetching = true;
|
this.fetching = true;
|
||||||
|
|
||||||
(this as any).api(this.endpoint, {
|
(this.$refs.timeline as any).init(() => new Promise((res, rej) => {
|
||||||
limit: 11,
|
(this as any).api(this.endpoint, {
|
||||||
untilDate: this.date ? this.date.getTime() : undefined
|
limit: fetchLimit + 1,
|
||||||
}).then(notes => {
|
untilDate: this.date ? this.date.getTime() : undefined,
|
||||||
if (notes.length == 11) {
|
includeMyRenotes: (this as any).clientSettings.showMyRenotes,
|
||||||
notes.pop();
|
includeRenotedMyNotes: (this as any).clientSettings.showRenotedMyNotes
|
||||||
this.existMore = true;
|
}).then(notes => {
|
||||||
}
|
if (notes.length == fetchLimit + 1) {
|
||||||
this.notes = notes;
|
notes.pop();
|
||||||
this.fetching = false;
|
this.existMore = true;
|
||||||
this.$emit('loaded');
|
}
|
||||||
if (cb) cb();
|
res(notes);
|
||||||
});
|
this.fetching = false;
|
||||||
|
this.$emit('loaded');
|
||||||
|
}, rej);
|
||||||
|
}));
|
||||||
},
|
},
|
||||||
|
|
||||||
more() {
|
more() {
|
||||||
if (this.moreFetching || this.fetching || this.notes.length == 0 || !this.existMore) return;
|
if (!this.canFetchMore) return;
|
||||||
|
|
||||||
this.moreFetching = true;
|
this.moreFetching = true;
|
||||||
|
|
||||||
(this as any).api(this.endpoint, {
|
(this as any).api(this.endpoint, {
|
||||||
limit: 11,
|
limit: fetchLimit + 1,
|
||||||
untilId: this.notes[this.notes.length - 1].id
|
untilId: (this.$refs.timeline as any).tail().id,
|
||||||
|
includeMyRenotes: (this as any).clientSettings.showMyRenotes,
|
||||||
|
includeRenotedMyNotes: (this as any).clientSettings.showRenotedMyNotes
|
||||||
}).then(notes => {
|
}).then(notes => {
|
||||||
if (notes.length == 11) {
|
if (notes.length == fetchLimit + 1) {
|
||||||
notes.pop();
|
notes.pop();
|
||||||
} else {
|
} else {
|
||||||
this.existMore = false;
|
this.existMore = false;
|
||||||
}
|
}
|
||||||
this.notes = this.notes.concat(notes);
|
notes.forEach(n => (this.$refs.timeline as any).append(n));
|
||||||
this.moreFetching = false;
|
this.moreFetching = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onNote(note) {
|
onNote(note) {
|
||||||
// サウンドを再生する
|
if (document.hidden && note.userId !== (this as any).os.i.id) {
|
||||||
if ((this as any).os.isEnableSounds) {
|
this.unreadCount++;
|
||||||
const sound = new Audio(`${url}/assets/post.mp3`);
|
document.title = `(${this.unreadCount}) ${getNoteSummary(note)}`;
|
||||||
sound.volume = localStorage.getItem('soundVolume') ? parseInt(localStorage.getItem('soundVolume'), 10) / 100 : 0.5;
|
|
||||||
sound.play();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.notes.unshift(note);
|
// Prepend a note
|
||||||
|
(this.$refs.timeline as any).prepend(note);
|
||||||
const isTop = window.scrollY > 8;
|
|
||||||
if (isTop) this.notes.pop();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onChangeFollowing() {
|
onChangeFollowing() {
|
||||||
@ -145,31 +157,51 @@ export default Vue.extend({
|
|||||||
warp(date) {
|
warp(date) {
|
||||||
this.date = date;
|
this.date = date;
|
||||||
this.fetch();
|
this.fetch();
|
||||||
|
},
|
||||||
|
|
||||||
|
onVisibilitychange() {
|
||||||
|
if (!document.hidden) {
|
||||||
|
this.unreadCount = 0;
|
||||||
|
document.title = 'Misskey';
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
onKeydown(e) {
|
||||||
|
if (e.target.tagName != 'INPUT' && e.target.tagName != 'TEXTAREA') {
|
||||||
|
if (e.which == 84) { // t
|
||||||
|
this.focus();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.mk-home-timeline
|
@import '~const.styl'
|
||||||
|
|
||||||
|
.mk-timeline-core
|
||||||
> .mk-friends-maker
|
> .mk-friends-maker
|
||||||
border-bottom solid 1px #eee
|
border-bottom solid 1px #eee
|
||||||
|
|
||||||
> .fetching
|
> .fetching
|
||||||
padding 64px 0
|
padding 64px 0
|
||||||
|
|
||||||
> .empty
|
</style>
|
||||||
display block
|
|
||||||
margin 0 auto
|
|
||||||
padding 32px
|
|
||||||
max-width 400px
|
|
||||||
text-align center
|
|
||||||
color #999
|
|
||||||
|
|
||||||
> [data-fa]
|
<style lang="stylus" module>
|
||||||
display block
|
.empty
|
||||||
margin-bottom 16px
|
display block
|
||||||
font-size 3em
|
margin 0 auto
|
||||||
color #ccc
|
padding 32px
|
||||||
|
max-width 400px
|
||||||
|
text-align center
|
||||||
|
color #999
|
||||||
|
|
||||||
|
> [data-fa]
|
||||||
|
display block
|
||||||
|
margin-bottom 16px
|
||||||
|
font-size 3em
|
||||||
|
color #ccc
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,19 +1,23 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mk-timeline">
|
<div class="mk-timeline">
|
||||||
<header>
|
<header>
|
||||||
<span :data-is-active="src == 'home'" @click="src = 'home'">%fa:home% ホーム</span>
|
<span :data-active="src == 'home'" @click="src = 'home'">%fa:home% ホーム</span>
|
||||||
<span :data-is-active="src == 'local'" @click="src = 'local'">%fa:R comments% ローカル</span>
|
<span :data-active="src == 'local'" @click="src = 'local'">%fa:R comments% ローカル</span>
|
||||||
<span :data-is-active="src == 'global'" @click="src = 'global'">%fa:globe% グローバル</span>
|
<span :data-active="src == 'global'" @click="src = 'global'">%fa:globe% グローバル</span>
|
||||||
|
<span :data-active="src == 'list'" @click="src = 'list'" v-if="list">%fa:list% {{ list.title }}</span>
|
||||||
|
<button @click="chooseList" title="リスト">%fa:list%</button>
|
||||||
</header>
|
</header>
|
||||||
<x-core v-if="src == 'home'" ref="tl" key="home" src="home"/>
|
<x-core v-if="src == 'home'" ref="tl" key="home" src="home"/>
|
||||||
<x-core v-if="src == 'local'" ref="tl" key="local" src="local"/>
|
<x-core v-if="src == 'local'" ref="tl" key="local" src="local"/>
|
||||||
<x-core v-if="src == 'global'" ref="tl" key="global" src="global"/>
|
<x-core v-if="src == 'global'" ref="tl" key="global" src="global"/>
|
||||||
|
<mk-user-list-timeline v-if="src == 'list'" ref="tl" :key="list.id" :list="list"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import XCore from './timeline.core.vue';
|
import XCore from './timeline.core.vue';
|
||||||
|
import MkUserListsWindow from './user-lists-window.vue';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
components: {
|
components: {
|
||||||
@ -22,42 +26,29 @@ export default Vue.extend({
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
src: 'home'
|
src: 'home',
|
||||||
|
list: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
document.addEventListener('keydown', this.onKeydown);
|
|
||||||
window.addEventListener('scroll', this.onScroll);
|
|
||||||
|
|
||||||
(this.$refs.tl as any).$once('loaded', () => {
|
(this.$refs.tl as any).$once('loaded', () => {
|
||||||
this.$emit('loaded');
|
this.$emit('loaded');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeDestroy() {
|
|
||||||
document.removeEventListener('keydown', this.onKeydown);
|
|
||||||
window.removeEventListener('scroll', this.onScroll);
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
onScroll() {
|
|
||||||
if ((this as any).os.i.clientSettings.fetchOnScroll !== false) {
|
|
||||||
const current = window.scrollY + window.innerHeight;
|
|
||||||
if (current > document.body.offsetHeight - 8) (this.$refs.tl as any).more();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
onKeydown(e) {
|
|
||||||
if (e.target.tagName != 'INPUT' && e.target.tagName != 'TEXTAREA') {
|
|
||||||
if (e.which == 84) { // t
|
|
||||||
(this.$refs.tl as any).focus();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
warp(date) {
|
warp(date) {
|
||||||
(this.$refs.tl as any).warp(date);
|
(this.$refs.tl as any).warp(date);
|
||||||
|
},
|
||||||
|
|
||||||
|
chooseList() {
|
||||||
|
const w = (this as any).os.new(MkUserListsWindow);
|
||||||
|
w.$once('choosen', list => {
|
||||||
|
this.list = list;
|
||||||
|
this.src = 'list';
|
||||||
|
w.close();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -68,7 +59,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
root(isDark)
|
root(isDark)
|
||||||
background isDark ? #282C37 : #fff
|
background isDark ? #282C37 : #fff
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
> header
|
> header
|
||||||
@ -76,7 +67,24 @@ root(isDark)
|
|||||||
z-index 10
|
z-index 10
|
||||||
background isDark ? #313543 : #fff
|
background isDark ? #313543 : #fff
|
||||||
border-radius 6px 6px 0 0
|
border-radius 6px 6px 0 0
|
||||||
box-shadow 0 1px rgba(0, 0, 0, 0.08)
|
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
|
||||||
|
|
||||||
|
> button
|
||||||
|
position absolute
|
||||||
|
z-index 2
|
||||||
|
top 0
|
||||||
|
right 0
|
||||||
|
padding 0
|
||||||
|
width 42px
|
||||||
|
font-size 0.9em
|
||||||
|
line-height 42px
|
||||||
|
color isDark ? #9baec8 : #ccc
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
color isDark ? #b2c1d5 : #aaa
|
||||||
|
|
||||||
|
&:active
|
||||||
|
color isDark ? #b2c1d5 : #999
|
||||||
|
|
||||||
> span
|
> span
|
||||||
display inline-block
|
display inline-block
|
||||||
@ -85,7 +93,7 @@ root(isDark)
|
|||||||
font-size 12px
|
font-size 12px
|
||||||
user-select none
|
user-select none
|
||||||
|
|
||||||
&[data-is-active]
|
&[data-active]
|
||||||
color $theme-color
|
color $theme-color
|
||||||
cursor default
|
cursor default
|
||||||
font-weight bold
|
font-weight bold
|
||||||
@ -100,7 +108,7 @@ root(isDark)
|
|||||||
height 2px
|
height 2px
|
||||||
background $theme-color
|
background $theme-color
|
||||||
|
|
||||||
&:not([data-is-active])
|
&:not([data-active])
|
||||||
color isDark ? #9aa2a7 : #6f7477
|
color isDark ? #9aa2a7 : #6f7477
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="account">
|
<div class="account">
|
||||||
<button class="header" :data-active="isOpen" @click="toggle">
|
<button class="header" :data-active="isOpen" @click="toggle">
|
||||||
<span class="username">{{ os.i.username }}<template v-if="!isOpen">%fa:angle-down%</template><template v-if="isOpen">%fa:angle-up%</template></span>
|
<span class="username">{{ os.i.username }}<template v-if="!isOpen">%fa:angle-down%</template><template v-if="isOpen">%fa:angle-up%</template></span>
|
||||||
<img class="avatar" :src="`${ os.i.avatarUrl }?thumbnail&size=64`" alt="avatar"/>
|
<mk-avatar class="avatar" :user="os.i"/>
|
||||||
</button>
|
</button>
|
||||||
<transition name="zoom-in-top">
|
<transition name="zoom-in-top">
|
||||||
<div class="menu" v-if="isOpen">
|
<div class="menu" v-if="isOpen">
|
||||||
@ -16,10 +16,13 @@
|
|||||||
<li>
|
<li>
|
||||||
<router-link to="/i/favorites">%fa:star%<span>%i18n:@favorites%</span>%fa:angle-right%</router-link>
|
<router-link to="/i/favorites">%fa:star%<span>%i18n:@favorites%</span>%fa:angle-right%</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
<li @click="list">
|
||||||
|
<p>%fa:list%<span>%i18n:@lists%</span>%fa:angle-right%</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/i/customize-home">%fa:wrench%<span>%i18n:@customize%</span>%fa:angle-right%</a>
|
<router-link to="/i/customize-home">%fa:wrench%<span>%i18n:@customize%</span>%fa:angle-right%</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li @click="settings">
|
<li @click="settings">
|
||||||
<p>%fa:cog%<span>%i18n:@settings%</span>%fa:angle-right%</p>
|
<p>%fa:cog%<span>%i18n:@settings%</span>%fa:angle-right%</p>
|
||||||
@ -42,6 +45,7 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
import MkUserListsWindow from './user-lists-window.vue';
|
||||||
import MkSettingsWindow from './settings-window.vue';
|
import MkSettingsWindow from './settings-window.vue';
|
||||||
import MkDriveWindow from './drive-window.vue';
|
import MkDriveWindow from './drive-window.vue';
|
||||||
import contains from '../../../common/scripts/contains';
|
import contains from '../../../common/scripts/contains';
|
||||||
@ -80,6 +84,13 @@ export default Vue.extend({
|
|||||||
this.close();
|
this.close();
|
||||||
(this as any).os.new(MkDriveWindow);
|
(this as any).os.new(MkDriveWindow);
|
||||||
},
|
},
|
||||||
|
list() {
|
||||||
|
this.close();
|
||||||
|
const w = (this as any).os.new(MkUserListsWindow);
|
||||||
|
w.$once('choosen', list => {
|
||||||
|
this.$router.push(`i/lists/${ list.id }`);
|
||||||
|
});
|
||||||
|
},
|
||||||
settings() {
|
settings() {
|
||||||
this.close();
|
this.close();
|
||||||
(this as any).os.new(MkSettingsWindow);
|
(this as any).os.new(MkSettingsWindow);
|
||||||
@ -88,10 +99,7 @@ export default Vue.extend({
|
|||||||
(this as any).os.signout();
|
(this as any).os.signout();
|
||||||
},
|
},
|
||||||
dark() {
|
dark() {
|
||||||
(this as any).api('i/update_client_setting', {
|
(this as any)._updateDarkmode_(!(this as any)._darkmode_);
|
||||||
name: 'dark',
|
|
||||||
value: !(this as any)._darkmode_
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -157,7 +165,7 @@ root(isDark)
|
|||||||
font-size 0.8em
|
font-size 0.8em
|
||||||
background $bgcolor
|
background $bgcolor
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
box-shadow 0 1px 4px rgba(0, 0, 0, 0.25)
|
box-shadow 0 1px 4px rgba(#000, 0.25)
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
content ""
|
content ""
|
||||||
@ -168,7 +176,7 @@ root(isDark)
|
|||||||
right 12px
|
right 12px
|
||||||
border-top solid 14px transparent
|
border-top solid 14px transparent
|
||||||
border-right solid 14px transparent
|
border-right solid 14px transparent
|
||||||
border-bottom solid 14px rgba(0, 0, 0, 0.1)
|
border-bottom solid 14px rgba(#000, 0.1)
|
||||||
border-left solid 14px transparent
|
border-left solid 14px transparent
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
|
@ -125,7 +125,7 @@ root(isDark)
|
|||||||
width 300px
|
width 300px
|
||||||
background $bgcolor
|
background $bgcolor
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
box-shadow 0 1px 4px rgba(0, 0, 0, 0.25)
|
box-shadow 0 1px 4px rgba(#000, 0.25)
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
content ""
|
content ""
|
||||||
@ -136,7 +136,7 @@ root(isDark)
|
|||||||
right 74px
|
right 74px
|
||||||
border-top solid 14px transparent
|
border-top solid 14px transparent
|
||||||
border-right solid 14px transparent
|
border-right solid 14px transparent
|
||||||
border-bottom solid 14px rgba(0, 0, 0, 0.1)
|
border-bottom solid 14px rgba(#000, 0.1)
|
||||||
border-left solid 14px transparent
|
border-left solid 14px transparent
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
|
@ -50,7 +50,7 @@ export default Vue.extend({
|
|||||||
width 14em
|
width 14em
|
||||||
height 32px
|
height 32px
|
||||||
font-size 1em
|
font-size 1em
|
||||||
background rgba(0, 0, 0, 0.05)
|
background rgba(#000, 0.05)
|
||||||
outline none
|
outline none
|
||||||
//border solid 1px #ddd
|
//border solid 1px #ddd
|
||||||
border none
|
border none
|
||||||
@ -62,7 +62,7 @@ export default Vue.extend({
|
|||||||
color #9eaba8
|
color #9eaba8
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background rgba(0, 0, 0, 0.08)
|
background rgba(#000, 0.08)
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
box-shadow 0 0 0 2px rgba($theme-color, 0.5) !important
|
box-shadow 0 0 0 2px rgba($theme-color, 0.5) !important
|
||||||
|
@ -43,10 +43,13 @@ export default Vue.extend({
|
|||||||
XClock,
|
XClock,
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$store.commit('setUiHeaderHeight', 48);
|
||||||
|
|
||||||
if ((this as any).os.isSignedIn) {
|
if ((this as any).os.isSignedIn) {
|
||||||
const ago = (new Date().getTime() - new Date((this as any).os.i.lastUsedAt).getTime()) / 1000
|
const ago = (new Date().getTime() - new Date((this as any).os.i.lastUsedAt).getTime()) / 1000;
|
||||||
const isHisasiburi = ago >= 3600;
|
const isHisasiburi = ago >= 3600;
|
||||||
(this as any).os.i.lastUsedAt = new Date();
|
(this as any).os.i.lastUsedAt = new Date();
|
||||||
|
(this as any).os.bakeMe();
|
||||||
if (isHisasiburi) {
|
if (isHisasiburi) {
|
||||||
(this.$refs.welcomeback as any).style.display = 'block';
|
(this.$refs.welcomeback as any).style.display = 'block';
|
||||||
(this.$refs.main as any).style.overflow = 'hidden';
|
(this.$refs.main as any).style.overflow = 'hidden';
|
||||||
@ -101,7 +104,7 @@ root(isDark)
|
|||||||
top 0
|
top 0
|
||||||
z-index 1000
|
z-index 1000
|
||||||
width 100%
|
width 100%
|
||||||
box-shadow 0 1px 1px rgba(0, 0, 0, 0.075)
|
box-shadow 0 1px 1px rgba(#000, 0.075)
|
||||||
|
|
||||||
> .main
|
> .main
|
||||||
height 48px
|
height 48px
|
||||||
@ -130,7 +133,7 @@ root(isDark)
|
|||||||
line-height 48px
|
line-height 48px
|
||||||
margin 0
|
margin 0
|
||||||
text-align center
|
text-align center
|
||||||
color #888
|
color isDark ? #fff : #888
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
> .container
|
> .container
|
||||||
|
@ -0,0 +1,93 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<mk-notes ref="timeline" :more="existMore ? more : null"/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import Vue from 'vue';
|
||||||
|
import { UserListStream } from '../../../common/scripts/streaming/user-list';
|
||||||
|
|
||||||
|
const fetchLimit = 10;
|
||||||
|
|
||||||
|
export default Vue.extend({
|
||||||
|
props: ['list'],
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
fetching: true,
|
||||||
|
moreFetching: false,
|
||||||
|
existMore: false,
|
||||||
|
connection: null
|
||||||
|
};
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
$route: 'init'
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
this.init();
|
||||||
|
},
|
||||||
|
beforeDestroy() {
|
||||||
|
this.connection.close();
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
init() {
|
||||||
|
if (this.connection) this.connection.close();
|
||||||
|
this.connection = new UserListStream((this as any).os, (this as any).os.i, this.list.id);
|
||||||
|
this.connection.on('note', this.onNote);
|
||||||
|
this.connection.on('userAdded', this.onUserAdded);
|
||||||
|
this.connection.on('userRemoved', this.onUserRemoved);
|
||||||
|
|
||||||
|
this.fetch();
|
||||||
|
},
|
||||||
|
fetch() {
|
||||||
|
this.fetching = true;
|
||||||
|
|
||||||
|
(this.$refs.timeline as any).init(() => new Promise((res, rej) => {
|
||||||
|
(this as any).api('notes/user-list-timeline', {
|
||||||
|
listId: this.list.id,
|
||||||
|
limit: fetchLimit + 1,
|
||||||
|
includeMyRenotes: (this as any).clientSettings.showMyRenotes,
|
||||||
|
includeRenotedMyNotes: (this as any).clientSettings.showRenotedMyNotes
|
||||||
|
}).then(notes => {
|
||||||
|
if (notes.length == fetchLimit + 1) {
|
||||||
|
notes.pop();
|
||||||
|
this.existMore = true;
|
||||||
|
}
|
||||||
|
res(notes);
|
||||||
|
this.fetching = false;
|
||||||
|
this.$emit('loaded');
|
||||||
|
}, rej);
|
||||||
|
}));
|
||||||
|
},
|
||||||
|
more() {
|
||||||
|
this.moreFetching = true;
|
||||||
|
|
||||||
|
(this as any).api('notes/list-timeline', {
|
||||||
|
listId: this.list.id,
|
||||||
|
limit: fetchLimit + 1,
|
||||||
|
untilId: (this.$refs.timeline as any).tail().id,
|
||||||
|
includeMyRenotes: (this as any).clientSettings.showMyRenotes,
|
||||||
|
includeRenotedMyNotes: (this as any).clientSettings.showRenotedMyNotes
|
||||||
|
}).then(notes => {
|
||||||
|
if (notes.length == fetchLimit + 1) {
|
||||||
|
notes.pop();
|
||||||
|
} else {
|
||||||
|
this.existMore = false;
|
||||||
|
}
|
||||||
|
notes.forEach(n => (this.$refs.timeline as any).append(n));
|
||||||
|
this.moreFetching = false;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onNote(note) {
|
||||||
|
// Prepend a note
|
||||||
|
(this.$refs.timeline as any).prepend(note);
|
||||||
|
},
|
||||||
|
onUserAdded() {
|
||||||
|
this.fetch();
|
||||||
|
},
|
||||||
|
onUserRemoved() {
|
||||||
|
this.fetch();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user