summaryrefslogtreecommitdiff
path: root/packages/client/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: introduce intersection calculation of chartssyuilo2022-02-091-5/+11
|
* fix(client): ↵syuilo2022-02-081-0/+1
| | | | 環境に依っては返信する際のカーソル位置が正しくない問題を修正
* feat: improve federation chartsyuilo2022-02-081-2/+11
|
* chore: better labelsyuilo2022-02-081-1/+1
|
* :art:syuilo2022-02-081-0/+8
|
* feat: ↵syuilo2022-02-081-2/+23
| | | | notes/instance/perUserNotesチャートに添付ファイル付きノートの数を追加
* :art:syuilo2022-02-081-0/+14
|
* :art:syuilo2022-02-081-1/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-081-3/+15
|\
| * fix: instance ticker (#8260)Johann1502022-02-081-3/+15
| | | | | | | | | | * add type and default values * remove unnecessary string operation
* | feat(client): デバイスの種類を手動指定できるようにsyuilo2022-02-082-3/+4
| |
* | enhance(client): improve tooltip position calclationsyuilo2022-02-082-17/+126
| |
* | :art:syuilo2022-02-071-0/+1
|/
* imprpve active users chartsyuilo2022-02-061-8/+28
|
* improve chartsyuilo2022-02-062-53/+41
|
* enhance(client): improve chart renderingsyuilo2022-02-041-2/+25
|
* :art:syuilo2022-02-031-0/+8
|
* fix(client): ツールチップの表示位置が正しくない問題を修正syuilo2022-02-022-2/+2
|
* fix: Fix Sideview (#8235)tamaina2022-02-011-2/+3
| | | | | | | | | | | | | | | * Fix #7890 * a- * 3度目の正直 * fix * :v: * update CHANGELOG Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ensure that specified users does not get duplicates (#8233)nullobsi2022-02-011-5/+14
| | | | | | | | | * ensure that specified users does not get duplicates * Update packages/client/src/components/post-form.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): Chartjsのツールチップを自前にsyuilo2022-01-318-26/+135
|
* enhance: メニュー関連をComposition API化、switchアイテム追加 ↵tamaina2022-01-304-230/+152
| | | | | | | | | | | | | | | | | | | | (#8215) * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * fix * fix * Fix * clean up
* refactor(client): use setup sugarsyuilo2022-01-291-70/+53
|
* fix(client): ↵syuilo2022-01-291-4/+4
| | | | | | 投稿フォームのハッシュタグ保持フィールドが動作しない問題を修正 Fix #8212
* round relative time (#8199)Johann1502022-01-281-5/+5
|
* fix(client): ↵syuilo2022-01-282-3/+3
| | | | リアクション設定で絵文字ピッカーが開かないのを修正
* fixsyuilo2022-01-281-1/+1
|
* refactorsyuilo2022-01-284-7/+9
|
* refactor(client): use setup sugarsyuilo2022-01-281-201/+171
|
* refactor(client): better semanticssyuilo2022-01-288-11/+11
|
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-2824-141/+141
|
* chore(client): improve chart renderingsyuilo2022-01-281-0/+22
|
* refactor(client): use composition apisyuilo2022-01-281-86/+68
|
* refactor(client): use composition apisyuilo2022-01-281-41/+21
|
* chore: fix instant form handlingsyuilo2022-01-271-2/+2
|
* enhance: ↵tamaina2022-01-271-14/+22
| | | | | | | MediaListでは、サーバーで許可された形式しか表示しないように (#8113) * wip * fix
* :art:syuilo2022-01-261-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-01-262-134/+95
|\
| * enhance: Improve poll-editor UI + composition port (#8186)Derek2022-01-262-134/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | * Poll editor UI changes Use a horizontal layout when possible, wrap to vertical when constrained * Port poll-editor to composition API * Fix poll-editor `get` time calcs * fix Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | refactorsyuilo2022-01-261-1/+1
|/
* disable animations on more transitions (#8112)Johann1502022-01-2510-10/+10
|
* chore(client): add tooltipsyuilo2022-01-211-15/+15
|
* 投稿したらアカウントを元に戻すようにsyuilo2022-01-211-0/+1
|
* feat(client): make possible to switch account instantly in post formsyuilo2022-01-212-4/+44
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-01-212-8/+8
|\
| * update local copy of file when describing (#8131)nullobsi2022-01-211-2/+4
| |
| * fix(#8133): hCaptcha の reCAPTCHA 互換挙動を無効化する (#8135)Acid Chicken (硫酸鶏)2022-01-211-6/+4
| | | | | | | | | | | | | | | | | | * fix(#8133): hCaptcha の reCAPTCHA 互換挙動を無効化する * Update packages/client/src/components/captcha.vue * fix: hCaptcha host Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | feat: increase files limit for notesyuilo2022-01-211-2/+1
|/ | | | #8062
* enhance: e2eテストをできるだけ改良してみた (#8159)tamaina2022-01-213-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docker image? * 続 * serial run delete from "${table}" cascade * use cypress official github action * refuse install by cypress action * clean up * use wait? * use more wait? * Revert "use more wait?" This reverts commit 18d0fcae9c7d8f98a4cafb4a846a031ece57350c. * Revert "use wait?" This reverts commit 5aa8feec9cdc3e2f79e566249f0a0eff6c0df6a0. * fix * test * test * log? * 握りつぶしてみる * clean up * env? * clean up? * disable video * add comment * remove test * 成功? * test browser * nodeインストール無効化 * node16.13.0-chrome95-ff94 * node.js復活 * ? * ちょっと戻してみる * chrome? * cross browser test2 * --shm-size=2g * artifact? * misskey.local? * firefoxはあきらめる * not headless? * oops * fix * ?? * test1 * if? * fail-fast: false * headless: false * easy error ignoreing describe * エラーの解消 とちょっとリファクター * add browser name to artifact * Install mplayer for FireFox * no wait? * タイムアウトを甘くしてみる * firefoxをあきらめる(n回目) * remove timeout setting * wait復活 * Update basic.js * Update index.js Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: Forward report (#8001)Johann1502022-01-211-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>