summaryrefslogtreecommitdiff
path: root/src/client/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(client): Use icon instead of textsyuilo2020-04-191-1/+3
|
* fix(client): Fix canvas overflowsyuilo2020-04-191-0/+2
|
* Resolve #6276syuilo2020-04-191-1/+33
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-04-181-1/+2
|\
| * TLにNote追加時にdeepcopyする (#6275)MeiMei2020-04-181-1/+2
| |
* | Resolve #6274syuilo2020-04-181-3/+8
|/
* chore(client): :art:syuilo2020-04-171-0/+4
|
* Fix Media List in CW Content (#6099)tamaina2020-04-162-6/+12
|
* リアクションの修正 (#6260)MeiMei2020-04-161-14/+16
|
* Resolve #6256syuilo2020-04-163-38/+69
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-144-3/+15
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* 投稿のURLプレビューポップアップを改良 (#6226)tamaina2020-04-143-1/+8
| | | | | | | | | | * URLプレビューポップアップを改良 - タッチデバイスでは表示しないように - 幅をレスポンシブに * Use maxTouchPoints to detect touch device * fix
* sensitiveではないメディアも非表示にできるように (#6248)Satsuki Yanagi2020-04-132-7/+15
| | | | | | | * sensitiveではないメディアも非表示にできるように * mounted -> created * remove unnecessary v-if
* feat(client): Improve pages aiscriptsyuilo2020-04-131-6/+13
|
* モデレーション周りのv11の機能復元 (#6249)Satsuki Yanagi2020-04-133-110/+28
| | | | | | | | | | | * モデレーション周りのv11の機能復元 * i18n * wip * wip Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Resolve #5755syuilo2020-04-138-14/+54
|
* AiScript関連syuilo2020-04-121-1/+1
|
* Option to hide revealed sensitive media (#6209)Balazs Nadasdi2020-04-112-45/+91
| | | | | | | | | | | | * Option to hide revealed sensitive media This PR commit adds a button on sensitive images and videos to to hide them without refreshing the page. * fix position with multiple images * Fixing some lint problems Not related to this PR, but "Node.js CI / lint" failed on it.
* Ability to set header image for a Page (#6210)Balazs Nadasdi2020-04-051-3/+3
| | | | | | | | | | | | | | | | | | | * Ability to set header image for a Page - Add header image to Page - Show it on Page view - Show correctly it on Page list view - On the Page list view, pages have a light border to make it easier to see an image belongs to a page * Maybe it looks better * Use <img> instead if <x-image> * src -> :src; set width * Update page.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* i18n (#6219)Satsuki Yanagi2020-04-031-1/+1
|
* Use url if available (#6214)MeiMei2020-04-021-4/+4
| | | | | | | * Fix #6213 * other link * fix
* Clean upsyuilo2020-03-291-2/+2
|
* :art:syuilo2020-03-281-3/+3
|
* インストールしたアプリ見れるようにしたり削除できる ↵syuilo2020-03-281-13/+1
| | | | うにしたり
* Resolve #6192syuilo2020-03-281-13/+22
|
* Fix #5986 (#6184)和風ドレッシング2020-03-251-1/+1
| | | | | * Fix #5986 * Fix #5986 追加修正
* テーマインポート機能を実装するなどsyuilo2020-03-232-2/+2
|
* Remove smooth option to improve performancesyuilo2020-03-221-14/+4
|
* Refactoringsyuilo2020-03-224-10/+10
|
* i18n (#6171)Satsuki Yanagi2020-03-225-40/+31
| | | | | | | | | | | | | * i18n Resolve #6155 * i18n for drive * :v: * Extract doc Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Add 削除して編集 (#6147)Xeltica2020-03-212-2/+24
| | | | | | | | | | | | | * Add 削除して編集 * 言語ファイルを更新 * リプライとリノートも復元する * Revert "リプライとリノートも復元する" This reverts commit f23f7f8d784b28f3d365c8f5aecf81001577c672. * リプライとリノートも復元する
* Fix bugsyuilo2020-03-211-0/+7
|
* Resolve #6145syuilo2020-03-211-0/+29
|
* wipsyuilo2020-03-213-28/+13
|
* wipsyuilo2020-03-217-54/+10
|
* wipsyuilo2020-03-202-7/+7
|
* wipsyuilo2020-03-201-2/+2
|
* wipsyuilo2020-03-202-11/+7
|
* wipsyuilo2020-03-201-1/+1
|
* wipsyuilo2020-03-202-8/+12
|
* wipsyuilo2020-03-207-36/+11
|
* Fix bugsyuilo2020-03-201-2/+2
|
* Add range component, 音量設定で使用する (#6146)Oni-Men2020-03-201-0/+138
| | | | | | | | | | | * add range component, use range component at volume setting * refactor * refactor 2 * Update range.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Auth認証画面から正常にログインできるよう修正 (#6154)Yuiga Wada2020-03-141-0/+0
| | | | | | | * Fix #6095 Auth認証画面から正常にログインできるよう修正 * Fix #6095
* fix gif badge (#6153)tamaina2020-03-141-1/+1
|
* note overflow: hidden (#6138)Oni-Men2020-03-071-0/+1
|
* ダークテーマ利用時にセレクトが使いにくくなる問題を ↵fuyu2020-03-061-0/+5
| | | | 正 (#6117)
* Update google.vuesyuilo2020-02-271-14/+6
|
* Fix #6029syuilo2020-02-231-1/+1
|
* Resolve #6053syuilo2020-02-221-1/+6
|