summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): tweak uisyuilo2022-06-251-2/+22
|
* chore(client): improve usabilitysyuilo2022-06-245-5/+4
|
* fix bugsyuilo2022-06-241-2/+9
|
* refactor: remove unused importsyuilo2022-06-241-1/+0
|
* feat: ↵syuilo2022-06-243-76/+118
| | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
* fix(client): ↵syuilo2022-06-241-10/+10
| | | | アカウント作成フォームでエラーが出る問題を修正
* fix(client): ログアウトできない問題を修正syuilo2022-06-241-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-241-1/+1
|\
| * fix lintsJohann1502022-06-241-1/+1
| |
* | chore(client): tweak mini-chart renderingsyuilo2022-06-241-15/+5
|/
* fix(client): ask to log in for poll vote (#8883)Johann1502022-06-241-0/+3
|
* chore(client): tweak uisyuilo2022-06-243-31/+72
|
* refactor(client): use composition apisyuilo2022-06-241-36/+18
|
* fix(nirax): Normalize path (#8877)tamaina2022-06-241-2/+4
|
* fix #8861syuilo2022-06-242-67/+71
|
* chore(client): tweak uisyuilo2022-06-231-3/+11
|
* lint fixessyuilo2022-06-231-20/+20
|
* enhance: word mute checks CW (#8873)Johann1502022-06-231-3/+5
|
* chore(client): tweak client designsyuilo2022-06-233-7/+37
|
* chore(dev): improve eslint configsyuilo2022-06-231-1/+0
|
* enhance(client): tweak uisyuilo2022-06-225-74/+119
|
* tweak clientsyuilo2022-06-223-4/+17
|
* refactor(client): use composition apisyuilo2022-06-221-63/+46
|
* refactor(client): refactor header tab handlingsyuilo2022-06-2213-123/+170
|
* :art:syuilo2022-06-223-1/+5
|
* tweak clientsyuilo2022-06-223-35/+117
|
* fix(client): moderators cannot view instance-info pagesyuilo2022-06-211-2/+1
|
* enhance(client): show warning in control panel when there is an unresolved ↵syuilo2022-06-212-1/+12
| | | | abuse report
* tweak clientsyuilo2022-06-215-167/+166
|
* refactor(client): use composition apisyuilo2022-06-211-54/+43
|
* chore: add commentssyuilo2022-06-212-2/+6
|
* tweak clientsyuilo2022-06-216-181/+194
| | | | Fix #8856
* fix: block button in federation panel (#8855)Johann1502022-06-201-6/+11
|
* tweak clientsyuilo2022-06-202-15/+8
|
* fix clientsyuilo2022-06-202-182/+184
|
* refactor(client): Refine routing (#8846)syuilo2022-06-20149-6506/+6148
|
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-206-612/+536
| | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
* feat: Add Badge Image to Push Notification (#8012)tamaina2022-06-203-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix * nanka iroiro * wip * wip * fix lint * fix loginId * fix * refactor * refactor * remove follow action * clean up * Revert "remove follow action" This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a. * Revert "clean up" This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2. * remove fetch specification * renoteの条件追加 * apiFetch => cli * bypass fetch? * fix * refactor: use path alias * temp: add submodule * remove submodule * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * backend/src/web/index.ts * notification-badges * add scripts * change create-notification.ts * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * refactor * キャッシュ対策 * Truncate push notification message * fix * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * fix lint * changelog * alpha-test * also with twemoji * add isMimeImage function * catch * Colour => Color * char2file => char2filePath * Update autocomplete.vue * remove clone? Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactor page-editor elements to use Composition API (#8721)Andreas Nedbal2022-06-1815-427/+213
| | | | | | | | | * refactor(client): refactor page-editor elements to use Composition API * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* fix typosyuilo2022-06-183-8/+8
|
* Improve: unclip (#8823)futchitwo2022-06-184-9/+49
| | | | | | | | | | | | | | | | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page * Improve: unclip * Fix unclip * Fix unclip * chore: better type and name * Fix * Fix clipPage vue provider Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactor clip page to Composition API (#8822)futchitwo2022-06-181-104/+73
| | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page
* enhance(client): improve file moderation uisyuilo2022-06-173-29/+29
|
* chore(client): tweak range control designsyuilo2022-06-171-1/+3
|
* enhance(client): improve files page of control panelsyuilo2022-06-164-94/+102
|
* Fix(client): fix wrong gallery page component (#8815)futchitwo2022-06-121-1/+1
|
* lintsyuilo2022-06-122-13/+13
|
* fix(client): ↵syuilo2022-06-121-1/+1
| | | | | | デッキでウィジェットの情報が保存されない問題を修正 Fix #8818
* Update cropper-dialog.vuesyuilo2022-06-111-1/+1
|
* Update cropper-dialog.vuesyuilo2022-06-111-2/+6
|