summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(#10336): remove hatchesAcid Chicken (硫酸鶏)2023-03-202-1/+15
|
* build(#10336): separate definitions and generated codesAcid Chicken (硫酸鶏)2023-03-20434-1342/+3610
|
* refactor(#10336): remove unused importsAcid Chicken (硫酸鶏)2023-03-201-1/+1
|
* build(#10336): load locales and vite configAcid Chicken (硫酸鶏)2023-03-20441-15/+1365
|
* fix(#10336): invalid name conversionAcid Chicken (硫酸鶏)2023-03-19136-136/+136
|
* build(#10336): initAcid Chicken (硫酸鶏)2023-03-19436-0/+5787
|
* 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-194-11/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-172-6/+6
|
* 絵文字のライセンスを表示できるように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
* update tabler-iconssyuilo2023-03-161-1/+1
|
* enhance(client): tweak search pagesyuilo2023-03-164-95/+126
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-153-7/+7
|
* feat(client): Navbar の設定項目に「プロフィール」を追加 ↵kakkokari-gtyih2023-03-151-0/+6
| | | | | | | (#10332) * feat: navbar項目 自プロフィールを追加 (misskey-dev#10330) * change CHANGELOG.md
* fix: tweak retention rate aggregationsyuilo2023-03-151-5/+6
|
* Fix #10261 (#10323)タービン2023-03-153-3/+34
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-131-2/+2
|\
| * refactor(frontend): 引数の型を強くし、関数内部のas ↵Kisaragi2023-03-131-2/+2
| | | | | | | | anyを除去 (#10315)
* | chore(client): tweak admin/roles pagesyuilo2023-03-131-18/+28
| |
* | enhance: make configurable to whether notes search available by rolesyuilo2023-03-133-19/+30
| | | | | | | | Resolve #10318
* | feat: sensitive wordsyuilo2023-03-133-0/+82
|/
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-134-22/+91
| | | | | * fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md
* fix: Do not use avif (#10301)tamaina2023-03-121-2/+2
| | | | | | | * fix: Do not use avif * fix * fix
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-121-7/+14
|\
| * パスワードリセットがおささってしまわないようにする ↵atsuchan2023-03-121-7/+14
| | | | | | | | | | (#10304) Add dialog to Password reset
* | enhance(client): 設定から自分のロールを確認できるようにsyuilo2023-03-123-0/+65
| |
* | enhance: ロールの並び順を設定可能にsyuilo2023-03-123-5/+10
|/
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-122-6/+37
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように Timeline can be disabled successfully * Tune: disabled timeline to update disabled state immediately カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように) * modify disabled timeline icon to ti-circle-minus 無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(frontend/MkSignup): prevent uncaught errors from interrupted signup (#10265)Kagami Sascha Rosylight2023-03-112-28/+29
| | | | | | | | | * fix(frontend/MkSignup): prevent uncaught errors from interrupted signup * nullable sitekey --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(server): ↵tamaina2023-03-114-5/+8
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#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(frontend): ↵(Fairy)Phy2023-03-111-1/+3
| | | | | | | | | | | | | | | | | | Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 (#10290) * Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* enhance(client): 付箋ウィジェットの高さを設定可能にsyuilo2023-03-101-1/+5
|
* Issue:#9828対応 (#9916)nenohi2023-03-101-1/+1
|
* fix(client): プロフィールで設定した情報が削除できないsyuilo2023-03-101-5/+11
| | | | Fix #10279
* Update about-misskey.vuesyuilo2023-03-101-0/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-102-1/+23
|\
| * 絵文字ピッカーのすべての絵文字でマウスホバー時にtitl ↵YS2023-03-102-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | e表示されるように (#9765) * 絵文字ピッカーの絵文字アイコン選択のコンポーネント化とすべてでtitle表示 * コンポーネント化を取り消し、イベントとデータ属性で行う * fix typo --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | :art:syuilo2023-03-101-0/+3
|/
* update depssyuilo2023-03-101-8/+8
|
* fix(client): Solve the problem of not automatically jumping to ↵Launchpad2023-03-101-1/+8
| | | | | /admin/overview when accessing the /admin page for the second time (#10264) Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Merge pull request #10248 from saschanaz/alt-pre-linetamaina2023-03-101-1/+2
|\ | | | | fix(frontend/MkMediaList): altメッセージのnewlineを認識
| * fix(frontend/MkMediaList): altメッセージのnewlineを認識Kagami Sascha Rosylight2023-03-061-1/+2
| |
* | fix(frontend/widget): federation widgetのdata-cyも移動Kagami Sascha Rosylight2023-03-091-1/+1
| | | | | | fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618 の後テストが落ちている
* | chore(test): data属性がclassになっているのを修正syuilo2023-03-0920-21/+21
| |
* | chore(frontend): add debugger for #6864 (#10270)Acid Chicken (硫酸鶏)2023-03-092-1/+45
| |