summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-304-1/+39
|\
| * enhance(client): ↵syuilo2023-03-303-1/+18
| | | | | | | | ノートのリアクションを大きく表示するオプションを追加
| * enhance(client): ↵syuilo2023-03-291-0/+21
| | | | | | | | 検索ページでURLを入力した際に照会したときと同等の挙動をするように
* | build(#10336): bump storybookAcid Chicken (硫酸鶏)2023-03-301-0/+8
| |
* | build(#10336): add an interaction test for `<MkA/>`Acid Chicken (硫酸鶏)2023-03-252-9/+12
| |
* | build(#10336): interactionsAcid Chicken (硫酸鶏)2023-03-254-14/+81
| |
* | chore: use defaultStore insteadAcid Chicken (硫酸鶏)2023-03-251-4/+7
| |
* | build(#10336): syncAcid Chicken (硫酸鶏)2023-03-251-0/+34
| |
* | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-2428-255/+752
|\|
| * enhance(backend): ↵syuilo2023-03-241-0/+7
| | | | | | | | リモートサーバーのチャート生成を無効にするオプションを追加
| * fix: add missing importsyuilo2023-03-241-0/+1
| |
| * perf(frontend): cache user listssyuilo2023-03-244-4/+10
| |
| * enhance(frontend): ↵syuilo2023-03-2411-61/+196
| | | | | | | | クリップボタンをノートアクションに追加できるように
| * i18n: Webhook 設定画面に翻訳を追加 (#10379)kakkokari-gtyih2023-03-243-22/+23
| | | | | | | | | | | | | | | | | | * Webhook 設定画面に翻訳を追加 * fix: typo --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * enhance(backend): ↵syuilo2023-03-241-0/+7
| | | | | | | | リモートユーザーのチャート生成を無効にするオプションを追加
| * fix: redesign cat ears (#10039)Acid Chicken (硫酸鶏)2023-03-231-42/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: viewing disgusting objects when user is a cat with having transparent avatar * chore: mask cat ears when useBlurEffect is enabled * fix: typo * style: add comment * chore: shrink mask * chore: blur mask * refactor: minify * chore: use SVG to determine ear color * style: comment * refactor: use `<component>` * refactor: separate cat definitions * refactor: use singleton SVG definitions * perf: use CSS instead of SVG * refactor: unused definer * refactor: not used anymore * refactor: minify * refactor: minify * fix: import
| * enhance: ↵syuilo2023-03-231-1/+5
| | | | | | | | | | | | コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加 Resolve #10395
| * fix(client): ↵syuilo2023-03-231-1/+1
| | | | | | | | | | | | センシティブワードの一覧にピン留めユーザーのIDが表示される問題を修正 Fix #10398
| * 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
| * fix drive-cleanersyuilo2023-03-221-5/+5
| |
| * feat: queue force promote (#10370)CyberRex2023-03-221-0/+15
| | | | | | | | | | | | | | * feat: queue force promote * Update CHANGELOG.md * small fix
| * tweak settings/navbar.vuesyuilo2023-03-201-79/+57
| |
| * feat(frontend): ↵Ekke2023-03-201-17/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする (#10356) * feat(frontend): ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする * eslintのエラーを修正 * ハンドルをつかんでドラッグするように変更 * eslintのエラーを修正 * デザインの軽微な変更 * 修正 * Update CHANGELOG.md * Update CHANGELOG.md * ドラッグハンドルを3本線から2本線に --------- Co-authored-by: root <root@Adam-Windows>
| * tweak drive-cleanersyuilo2023-03-203-194/+162
| |
| * feat: drive cleaner (#10366)CyberRex2023-03-203-0/+200
| | | | | | | | | | * feat: drive-cleaner * Update CHANGELOG.md
* | docs: note about StorybookAcid Chicken (硫酸鶏)2023-03-244-36/+5
| |
* | build(#10336): update dependenciesAcid Chicken (硫酸鶏)2023-03-23430-1290/+6125
| |
* | chore: suppress linterAcid Chicken (硫酸鶏)2023-03-22429-0/+858
| |
* | build(#10336): avoid intrinsic component namesAcid Chicken (硫酸鶏)2023-03-21111-666/+666
| |
* | build(#10336): control themesAcid Chicken (硫酸鶏)2023-03-211-1/+0
| |
* | build(#10336): impl `SatisfiesExpression`Acid Chicken (硫酸鶏)2023-03-20430-1287/+1289
| |
* | fix: typoAcid Chicken (硫酸鶏)2023-03-203-6/+6
| |
* | refactor(#10336): module semanticsAcid Chicken (硫酸鶏)2023-03-204-3/+5
| |
* | refactor(#10336): remove hatchesAcid Chicken (硫酸鶏)2023-03-201-0/+14
| |
* | build(#10336): separate definitions and generated codesAcid Chicken (硫酸鶏)2023-03-20430-1288/+3447
| |
* | build(#10336): load locales and vite configAcid Chicken (硫酸鶏)2023-03-20434-3/+1293
| |
* | fix(#10336): invalid name conversionAcid Chicken (硫酸鶏)2023-03-19135-135/+135
| |
* | build(#10336): initAcid Chicken (硫酸鶏)2023-03-19429-0/+5577
|/
* fix: ↵kakkokari-gtyih2023-03-192-2/+14
| | | | | | | | | | | PC版設定ページでスマホ用UIが表示されるのを防ぐリダイレクトを追加 (#10326) * (Fix misskey-dev#10324)設定画面:PC版UIへのリダイレクトをルート遷移時にも実行 * Update changelog * (fix) missing semicolon * (fix) strict equals
* fix: ↵kakkokari-gtyih2023-03-191-1/+1
| | | | | | | | | | | | | | | | | 非ログイン時に「Misskeyについて」ページから投稿フォームが出ないようにする (#10345) * (fix misskey-dev#9486) 非ログイン時の I ❤ Misskey のふるまい * 「キャンセル」ボタンにより適切な翻訳をあてる * Update CHANGELOG.md * もともと用意されていたサインイン確認関数に置き換え * Update CHANGELOG.md * 独自ダイアログでなくなった以上、async指定は要らないので解除 * ボタンをそもそも非表示にする
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-191-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend/MkUrlPreview): oEmbedのサポート * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * playerとoEmbedの統合 * Update CHANGELOG.md * loading=lazyはここでは不要 * border: 0 * プレビュー直後にautoplayできる機能の復旧 * add test * refactor test * explain about cache * expandPreviewはもう使わない * summaly v4 * update summaly * scrolling=no to fix pixiv --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(client): add ads pagesyuilo2023-03-183-0/+33
|
* update aiscriptsyuilo2023-03-171-5/+5
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-171-0/+11
|
* refactorsyuilo2023-03-173-78/+52
|
* feat: clip favoritesyuilo2023-03-162-5/+77
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-161-0/+6
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* enhance(client): tweak search pagesyuilo2023-03-164-95/+126
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-152-6/+6
|