summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert: restore `SatisfiesExpression`Acid Chicken (硫酸鶏)2023-04-011-0/+2
| | | | This reverts commit f246699f38a28befbfccc11e9eade22cbaace4f3.
* refactor: restore `SatisfiesExpression`Acid Chicken (硫酸鶏)2023-04-011-2/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-04-013-21/+0
|\
| * refactor: remove autobind-decorator depsyuilo2023-03-313-21/+0
| |
* | build(#10336): fix missing type definitionAcid Chicken (硫酸鶏)2023-03-311-0/+2
| |
* | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-311-6/+6
|\|
| * feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-311-6/+6
| | | | | | | | Resolve #7740
* | build(#10336): interactionsAcid Chicken (硫酸鶏)2023-03-251-0/+4
| |
* | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-245-76/+268
|\|
| * perf(frontend): cache user listssyuilo2023-03-241-2/+2
| |
| * enhance(frontend): ↵syuilo2023-03-243-59/+158
| | | | | | | | クリップボタンをノートアクションに追加できるように
| * fix(client): ↵syuilo2023-03-221-5/+5
| | | | | | | | | | | | ドライブファイルのメニューが正常に動作しない問題を修正 Fix #10387
| * fix(client): An error occurs when you press the Play button of Misskey Playsyuilo2023-03-221-16/+16
| | | | | | | | Fix #10381
| * tweak drive-cleanersyuilo2023-03-201-0/+93
| |
* | build(#10336): control themesAcid Chicken (硫酸鶏)2023-03-211-1/+0
| |
* | build(#10336): load locales and vite configAcid Chicken (硫酸鶏)2023-03-202-0/+3
|/
* enhance(client): tweak search pagesyuilo2023-03-161-0/+41
|
* refactor(frontend): 引数の型を強くし、関数内部のas ↵Kisaragi2023-03-131-2/+2
| | | | anyを除去 (#10315)
* fix: Do not use avif (#10301)tamaina2023-03-121-2/+2
| | | | | | | * fix: Do not use avif * fix * fix
* enhance(server): ↵tamaina2023-03-111-2/+5
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) * DriveService, is-mime-image * static, previewをavifに, アニメーション画像でもthumbnailを生成 * fallback * animated: true * fix * avatarはwebp * revert ?? file.url --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: 登録フォームにおける競合状態を修正 (#10267)RyotaK2023-03-081-1/+2
| | | | | * fix: 登録フォームにおける競合状態を修正 * エラーを修正
* feat: Per-user renote mute (#10249)syuilo2023-03-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* enhance(client): DM作成時にメンションも含むようにsyuilo2023-03-071-1/+1
|
* update soundssyuilo2023-03-031-15/+21
|
* clean upsyuilo2023-03-021-1/+0
|
* update soundssyuilo2023-03-021-5/+14
|
* enhance(client): add new soundssyuilo2023-03-011-0/+6
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-012-18/+3
|
* feat: 時限ロール (#10145)syuilo2023-03-011-2/+26
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* fix: ↵tamaina2023-02-281-9/+9
| | | | | | | | | | | | | | | 外部メディアプロキシ使用時にアバタークロップができない問題を修正 (#10142) * wip * fix * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): improve user menu uxsyuilo2023-02-261-42/+32
|
* refactor(frontend): fix eslint error (#10084)Kagami Sascha Rosylight2023-02-251-1/+1
|
* enhance(client): ↵syuilo2023-02-252-7/+12
| | | | | | ノートメニューからユーザーメニューを開けるように Resolve #10019
* feat: 2つの検索画面の統合 (#9949) (#10038)Khsmty2023-02-251-63/+0
| | | | | | | | | | | * feat: 検索画面の UI を統一 * fix: エラーの修正 * add: changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* バックグラウンドで一定時間経過したらページネーショ ↵YS2023-02-251-0/+19
| | | | のアイテム更新をしない (#10053)
* enhance(client): improve clip menu uxsyuilo2023-02-241-61/+59
|
* Add dialog to remove follower (#9718)atsuchan2023-02-241-0/+2
|
* lintsyuilo2023-02-222-2/+2
|
* lintsyuilo2023-02-224-14/+14
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-167-13/+5
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop group (#9942)syuilo2023-02-151-33/+2
| | | | | * drop group * Update operations.ts
* fix(client): use tabler icons (#9915)taiy2023-02-144-36/+36
|
* enhance(client): ロールをより簡単に付与できるようにsyuilo2023-02-111-0/+14
|
* chore(client): add type checksyuilo2023-02-051-1/+5
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-041-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(server): improvement of external mediaProxy * add a comment * :v: * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check
* update idb-proxy.tstamaina2023-02-031-6/+7
| | | | Maybe fixed #9769
* enhance: PizzaxデータをindexedDBに保存するように (#9225)tamaina2023-02-021-0/+2
| | | | | | | | | | | | | | | | | * Revert "Revert #8098" This reverts commit 8b9dc962ae7b04354c65f6e80ad0e9a6bafd57ea. * fix * use deepClone instead of deepclone * defaultStore.loaded * fix load * wait ready * use top-level await, await in device-kind.ts
* enhance: Unicode絵文字名逆引き効率化 (#9757)YS2023-02-011-1/+20
| | | | | | | | | | | | | | | | * Unicode絵文字名前取得を連想配列で行う * Unicode絵文字事前カテゴリ集計 * Mapを使用 * Update packages/frontend/src/scripts/emojilist.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactorsyuilo2023-01-271-1/+1
|
* fix(client): note reacted reflection failedtamaina2023-01-261-5/+2
| | | | Fix #9730