summaryrefslogtreecommitdiff
path: root/src/client/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve UIsyuilo2021-04-101-1/+7
|
* refactor(client): Use symbolsyuilo2021-04-101-2/+3
|
* Default UI redesign (#7429)syuilo2021-04-1029-511/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue
* Fix punycode deprecation warning (#7426)MeiMei2021-04-046-6/+6
|
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-025-87/+64
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* refactor: Use path aliassyuilo2021-03-238-11/+11
|
* refactor: Tweak path alias of clientsyuilo2021-03-23108-261/+261
|
* better note read handlingsyuilo2021-03-212-2/+4
|
* Revert "perf: Reduce database query"syuilo2021-03-212-18/+2
| | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
* perf: Reduce database querysyuilo2021-03-192-2/+18
|
* Improve usabilitysyuilo2021-03-131-1/+1
|
* fix assetssyuilo2021-03-071-3/+3
| | | | | Fix #7314 Fix #7313
* feat: video play inline (using video tag) (#7242)Nya Candy2021-03-061-18/+12
|
* リアクションピッカーで検索クエリが残存するのを修正syuilo2021-03-051-0/+1
|
* refactor modalsyuilo2021-03-052-45/+59
|
* Improve modal performancesyuilo2021-03-051-2/+17
|
* Improve reaction picker performancesyuilo2021-03-052-2/+4
|
* Bios (#7286)syuilo2021-03-032-1/+10
| | | | | | | * wip * wip * wip
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2021-03-0234-96/+48
|\
| * Revert "perf: use overflow: clip instead of hidden" (#7273)tamaina2021-03-0234-96/+48
| | | | | | This reverts commit 06e817af597e7ee621bdeb370c72d7555482d943.
* | 絵文字ピッカーからタグのセクションを消したsyuilo2021-03-021-6/+1
|/ | | | see #7276
* fix bugsyuilo2021-02-281-1/+1
|
* fix modalsyuilo2021-02-282-5/+3
|
* chore: improve reaction picker behavioursyuilo2021-02-282-1/+10
|
* chore: improve reaction picker behavioursyuilo2021-02-281-0/+2
|
* chore: improve reaction picker behavioursyuilo2021-02-281-48/+55
|
* Resolve #7270syuilo2021-02-285-58/+56
|
* Resolve #7264syuilo2021-02-272-98/+133
|
* 絵文字ピッカーを常に表示するようにsyuilo2021-02-277-95/+489
| | | | Resolve #7265
* perf: use overflow: clip instead of hiddensyuilo2021-02-2734-48/+96
|
* デザインの調整などsyuilo2021-02-211-2/+2
|
* Fix stylesyuilo2021-02-201-5/+6
|
* チャンネルで入力中ユーザーを表示するように、Chat ↵syuilo2021-02-201-0/+8
| | | | UIでタイムラインでは投稿フォームを上に表示するように
* 右クリックでリアクションピッカーを開くオプションsyuilo2021-02-203-2/+15
|
* リファクタ等syuilo2021-02-172-3/+5
|
* wipsyuilo2021-02-171-7/+13
|
* wipsyuilo2021-02-162-8/+185
|
* wipsyuilo2021-02-161-2/+2
|
* wipsyuilo2021-02-161-1/+1
|
* wipsyuilo2021-02-151-2/+2
|
* Chat UI (#7197)syuilo2021-02-144-7/+17
| | | | | | | | | | | | | | | * wip * wip * wip * wip * refactor * Update note.vue * wip
* fix #7189syuilo2021-02-131-1/+1
|
* wip: email notificationsyuilo2021-02-132-103/+118
|
* :art:syuilo2021-02-071-2/+2
|
* Improve contextmenu handlingsyuilo2021-02-071-0/+1
|
* Update note-detailed.vue (#7120)okpierre2021-01-301-1/+1
|
* pages refactoring, fix bug (#7066)marihachi2021-01-3017-191/+270
| | | | | | | | | | | | | | | | | | | | | | | | | * pages refactoring * pages: fix if block * fix code format * remove passing of the page parameter * remove comment * fix indent * replace with unref * fix conditions of isVarBlock() * Update src/client/scripts/hpml/block.ts use includes() instead of find() Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update recaptcha's host (#7132)天王州アテネ2021-01-301-1/+1
| | | Changed to recaptcha.net because google.com are blocked in some region
* :art:syuilo2021-01-231-1/+2
|
* 投稿フォームで、IME入力中もカウントを更新するように ↵Ebise Lutica2021-01-151-9/+18
| | | | | | | | | | | (#7080) * 投稿フォームでIME入力中も文字数が反映されるように * compositionendのハンドル忘れを修正 * Remove console.log * Remove trimmedLength()