summaryrefslogtreecommitdiff
path: root/packages/client/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): word mute cannot savesyuilo2022-02-111-1/+3
|
* chore(client): tweak chartsyuilo2022-02-111-1/+1
|
* enhance(client): リアクションピッカーの幅、高さ制限を緩和syuilo2022-02-111-0/+3
|
* feat(client): make size of reaction picker configuablesyuilo2022-02-111-2/+9
|
* fix: regular expressions in word mutes (#8254)Johann1502022-02-101-4/+51
| | | | | | | | | | | | | | | | | | | | * fix: handle regex exceptions for word mutes * add i18n strings Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * stricter input validation in backend * add migration for hard mutes * fix * use correct regex library in migration * use query builder to avoid SQL injection Co-authored-by: Robin B <robflop98@outlook.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* feat: インスタンスのテーマカラーを設定できるようにsyuilo2022-02-091-0/+9
|
* fix(client): ↵syuilo2022-02-092-154/+121
| | | | | | コントロールパネルのユーザー、ファイルにて、インスタンスの表示範囲切り替えが機能しない問題を修正 Fix #8252
* fix: save followers/following visibility (#8276)Johann1502022-02-091-1/+1
|
* feat(client): デバイスの種類を手動指定できるようにsyuilo2022-02-081-0/+13
|
* feat(client): ↵syuilo2022-02-081-6/+21
| | | | 自インスタンス情報ページでチャートを見れるように
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-061-1/+3
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* enhance(client): improve chart renderingsyuilo2022-02-042-4/+4
|
* fix: ↵tamaina2022-02-041-10/+13
| | | | | タイムライン種別を切り替えると「新しいノートがあります」の表示が残留してしまうのを修正 (#8250) Fix #6831
* tweaksyuilo2022-02-021-4/+3
|
* feat(client): ↵syuilo2022-01-311-0/+11
| | | | | | 連合インスタンスページからインスタンス情報再取得を行えるように Resolve #8231
* enhance: メニュー関連をComposition API化、switchアイテム追加 ↵tamaina2022-01-301-1/+6
| | | | | | | | | | | | | | | | | | | | (#8215) * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * fix * fix * Fix * clean up
* fix(client): DMページでメンションが含まれる問題を修正syuilo2022-01-281-2/+2
| | | | Fix #8211
* refactor(client): use composition apisyuilo2022-01-281-76/+55
|
* refactor(client): better semanticssyuilo2022-01-2821-32/+32
|
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-2832-179/+179
|
* fix(client): 「クリップ」ページが開かない問題を修正syuilo2022-01-281-1/+1
|
* fix(client): チャットが見れないsyuilo2022-01-272-3/+4
| | | | Fix #8203
* chore: fix instant form handlingsyuilo2022-01-272-1/+2
|
* :art:syuilo2022-01-261-555/+321
|
* disable animations on more transitions (#8112)Johann1502022-01-257-9/+9
|
* fix: change keypress to keydown (#8192)Hyunseung Jeon2022-01-251-2/+2
|
* fix(client): ↵syuilo2022-01-211-0/+6
| | | | タイムラインのkeep-aliveが効かなくなっているのを修正
* chore(client): add #misskey buttonsyuilo2022-01-211-1/+11
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-211-58/+48
|
* enhance: e2eテストをできるだけ改良してみた (#8159)tamaina2022-01-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-57/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* wip: refactor(client): migrate components to composition apisyuilo2022-01-181-79/+48
| | | | Fix #8155
* wip: refactor(client): migrate components to composition apisyuilo2022-01-161-196/+151
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-162-306/+248
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-162-75/+50
|
* refactor(client): specify global scopesyuilo2022-01-162-4/+4
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-161-48/+41
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-151-55/+31
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-152-95/+71
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-153-125/+101
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-143-130/+93
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-141-4/+4
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-142-10/+3
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-134-108/+55
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-133-84/+58
|
* refactorsyuilo2022-01-1333-48/+48
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-134-110/+91
|
* refactorsyuilo2022-01-1329-109/+5
|
* clean upsyuilo2022-01-1322-84/+0
|
* feat: emojis importsyuilo2022-01-131-0/+20
|