summaryrefslogtreecommitdiff
path: root/src/client/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): Message read state is not reactivesyuilo2020-08-021-2/+8
|
* refactorsyuilo2020-08-021-3/+3
|
* チャットでCmd+Enterできないのを修正 (#6614)rinsuki2020-08-011-1/+1
|
* Fold sidebar (#6610)syuilo2020-08-011-1/+14
| | | | | * wip * wip
* chore: Remove debug codesyuilo2020-08-011-1/+0
|
* fix(client): Cannot read announcementsyuilo2020-08-011-3/+8
| | | | Fix #6609
* feat(client): プラグインのIDを不要にsyuilo2020-07-301-3/+5
|
* fix(client): ↵syuilo2020-07-291-1/+6
| | | | ピン留めされたノートがリアクティブではない問題を修正
* feat(client): プラグインを無効にできるようにsyuilo2020-07-281-0/+16
|
* enhance(client): Use tab component for page listsyuilo2020-07-281-19/+16
|
* refactor(client): Use v-model for note component, freeze objectsyuilo2020-07-274-4/+4
| | | | Related: #6595
* ワードミュート (#6594)syuilo2020-07-272-0/+80
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip
* インスタンス設定の不足分を追加 (#6576)Xeltica2020-07-261-3/+81
| | | | | | | | | | | | | * インスタンス設定の不足分を追加 * fix bug * Update ja-JP.yml * Update settings.vue * Update settings.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* choresyuilo2020-07-251-1/+1
|
* Revert "refactor(client): Use v-t for i18n"syuilo2020-07-2573-335/+335
| | | | This reverts commit 9c30b23358699a530f2bcb0f5ae6efe17146bcb3.
* refactor(client): Use v-t for i18nsyuilo2020-07-2573-335/+335
|
* fix(client): :v:syuilo2020-07-192-27/+9
|
* feat: Blurhash integrationsyuilo2020-07-192-3/+2
| | | | Resolve #6559
* fix(client): プラグインの動作を修正syuilo2020-07-181-2/+3
|
* feat(client): AiScriptプラグインからAPIアクセスできるようにsyuilo2020-07-181-8/+57
|
* feat: トークン手動発行機能syuilo2020-07-181-3/+17
|
* feat(client): 設定画面を整理syuilo2020-07-171-14/+20
|
* feat(client): Add sounds :musical_note:syuilo2020-07-121-0/+2
|
* feat(client): blur effect for modalsyuilo2020-07-121-0/+6
|
* fix(client): Fix indicator positionsyuilo2020-07-121-1/+1
|
* fix(client): i18nsyuilo2020-07-121-1/+1
|
* fix(client): Fix #6532syuilo2020-07-121-1/+2
|
* fix(client): Fix stylesyuilo2020-07-121-8/+4
|
* Plugin system (#6479)syuilo2020-07-123-2/+140
| | | | | | | | | | | * wip * wip * wip * wip * Update store.ts
* fix(client): Fix stylesyuilo2020-07-121-1/+1
|
* feat(client): ↵syuilo2020-07-121-1/+5
| | | | ミューテーション監視をやめてページリロードするように
* テーマエディターの実装 (#6482)Xeltica2020-07-113-5/+346
| | | | | | | | | | | | | | | | | | | | | | | | | * テーマ機能の実装 * resolve #6478 * 定数を削除できるように * 変更を破棄するか確認ダイアログを表示するように * fix code * Update theme.ts * :v: * fix path * wip * wip * wip Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Deck (#6504)syuilo2020-07-115-56/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* refactorsyuilo2020-07-101-1/+1
|
* feat(client): Add sound :musical_note:syuilo2020-07-081-0/+1
|
* Resolve #6500syuilo2020-07-061-0/+4
|
* feat(client): ↵syuilo2020-07-061-0/+6
| | | | ウィジェットを画面スクロールに連動させるオプション
* refactrorsyuilo2020-07-051-2/+2
|
* wipsyuilo2020-07-041-3/+3
|
* chore(client): :art:syuilo2020-07-041-23/+4
|
* fix(client): ↵tamaina2020-05-311-3/+3
| | | | 全既読系ボタンのAPIの指定が間違っているのを修正 (#6424)
* feat(client): 自動でもっと見るオプション (#6403)tamaina2020-05-312-3/+24
| | | | | | | | | | | | | | | | | * wip * ugokanai * wip * implement setting subscribing * fix lint * :v: * Update notifications.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)tamaina2020-05-2365-185/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * tabun ok * better msg * oops * fix lint * Update gulpfile.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/client/scripts/set-i18n-contexts.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * ✨ * wip * fix lint * たぶんおk * fix flush * Translate Notification * remove console.log * fix * add notifications * remove san * wip * ok * :v: * Update src/prelude/array.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * wip * i18n refactor * Update init.ts * :v: Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* fix(client): Use router-link instead of a to avoid page refreshsyuilo2020-05-161-3/+3
|
* リレーに不正なURLは追加できないように (#6351)MeiMei2020-05-151-0/+10
| | | | | * リレーに不正なURLは追加できないように * lint
* pub-relay (#6341)MeiMei2020-05-101-0/+93
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* fix(client): Do not expand each notes in my/messagessyuilo2020-05-101-1/+1
|
* fix(client): Do not expand each notes in my/mentionssyuilo2020-05-101-1/+1
| | | | Related #6336
* fix(client): Fix bug that cannot set custom texturesyuilo2020-05-091-5/+4
|
* feat(client): Reimplement Misskey Roomssyuilo2020-05-092-0/+402
|