summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Role timeline setting (#10677)nenohi2023-04-202-0/+7
| | | | | | | | | | | | | | | | | | | | | | | * ロールタイムライン設定 * isRoleTimeline to isExplorable * ポリシーではないので削除 * 型からも * wip * 足りてなかった説 * wip * listはpublicを表示 * 前回の記載修正( #10671 ) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-04-2016-26/+1
|
* add new achievementsyuilo2023-04-202-0/+10
|
* enhance(frontend): ↵syuilo2023-04-201-21/+61
| | | | サーバー情報ページでサーバールールを見れるように
* :art:syuilo2023-04-201-1/+0
|
* enhance(frontend): tweak retention rate heatmap renderingsyuilo2023-04-201-7/+19
|
* tweak MkSignupDialog.rules.vuesyuilo2023-04-202-3/+9
|
* tweak MkSignupDialog.rules.vuesyuilo2023-04-201-2/+2
|
* feat: Server rules (#10660)syuilo2023-04-1915-294/+670
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> * Update misskey-js.api.md * chore: windowを明示 * :art: * refactor * :art: * :art: * fix e2e test * :art: * :art: * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update about-misskey.vuesyuilo2023-04-191-0/+3
|
* カスタム絵文字のライセンスを一括でできるように (#10671)nenohi2023-04-191-1/+14
| | | | | | | | | * setlicensebulk追加 * 5時に誤字った!w * 並び順の変更(set,add,removeの順 * add changelog
* fix: text color of follow button (#10672)SASAGAWA Kiyoshi2023-04-191-1/+1
|
* use channels/my-favorites on deck/channel-column/setChannel (#10662)tsukimizake2023-04-181-1/+1
|
* feat(frontend): 通知の表示をカスタマイズできるようにsyuilo2023-04-173-24/+114
|
* enhance(frontend): improve MkPostForm behavioursyuilo2023-04-161-0/+4
|
* enhance(client): ↵tamaina2023-04-158-31/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする (#10452) * :v: * fix * :v: * 422px上限 * 334 * min-height: 130px * 64px * fix * wip * :v: * fix * max-height: none * MkImgWithBlurHashでratioを計算する * wip * fix * fix? * Revert "fix?" This reverts commit e39d832dd1498ae58a2372b6dc527585ae165bac. * Revert "fix" This reverts commit 15be36ba55a411c5aac69037f693e1d922451f15. * Revert "wip" This reverts commit af7d86f69dd89e138d98f1285976b502f382e6c6. * fix * Revert "Revert "wip"" This reverts commit bb0036ae22ea2bca896ee9bb500bae624e81049b. * Revert "Revert "fix"" This reverts commit c1d94a45c575cc843e061a0c55df1106bf033035. * Revert "Revert "fix?"" This reverts commit 9cb4fbfd96db9adaf92cf3ec1f6f15b1b257d7b3. * fix * use clamp * readable * add 1:1, 3:4 * moveComment * 3:4 → 2:3 * fix * default * fallback * Revert "fallback" This reverts commit 741717dd4903ed89b6536d8ea1ca061aacfa7dcb. * Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように #10626
* feat(client): データセーバーモードの追加 (#10478)かっこかり2023-04-155-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change nsfw settings * Update CHANGELOG.md * (fix) eliminate warning message when manually hide * Apply suggestions from code review Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * (change) translation key * revert nsfw settings (partial) * (add) data saver setting * Integrate MkMediaBlurhash and MkImgWithBlurhash * Update CHANGELOG.md * :art: * リモートのファイルでsizeが0の場合は表示しない, refを作らない * fix * かっこ --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-141-9/+10
|\
| * fix(client): cat ears are clipped in MkReactionsViewer (#10445)Acid Chicken (硫酸鶏)2023-04-141-9/+10
| | | | | | | | | | | | | | | | | | | | | | * fix: cat ears are clipped in MkReactionsViewer * fix: missing padding * fix border --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | Update about-misskey.vuesyuilo2023-04-141-0/+1
|/
* カスタム絵文字の検索を絵文字ピッカー使用できるよう ↵nenohi2023-04-141-1/+9
| | | | | | | | | | | | | | | (#10335) * fix( #10013) * add changelog * also in about.emojis.vue * fix changelog --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(#10609): remove isChromatic on real build (#10613)Acid Chicken (硫酸鶏)2023-04-131-1/+2
| | | | | | | | | | | | | | | * perf: remove isChromatic on real build * revert: Revert #10475 in MkTime This reverts commit 7d11cf8ec9ebe2866aca345a709fb226346b2dde. * @rollup/plugin-replace as dependencies * fix pnpm-lock,yaml --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): fix narrow style of MkPostFormtamaina2023-04-131-4/+5
|
* refactor: init.ts周りのeslintエラーと型の修正 (#10157)KokiSakano2023-04-133-36/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor/miLocalStorageのメソッドに戻り値追加 * refactor/miLocalStorageのキーとしてdebugがconfig.tsに存在するので追加 * fix/JSON.parseにnullは入らないのでnullの時は分岐させてnullにする * refactor/修正したファイルの型調整+記法の統一 * fix/型のためにlangがnullの時はhtmlの言語の設定をしない * refactor/catchで何もしないと警告が出るので修正 * refactor/細かい点の修正 * refactor/変数の二重定義になっていた二重定義になっていたので修正 * refactor/importの整理(通常のimportは最初に処理されるので影響はない想定) * fix/vueファイルに型を与えてインポート時の型エラーを防ぐ * refactor/開発環境のみで利用するので,eslintの設定を変更する * fix/vueの定義を最小限にする * fallback language to 'en-US' * remove accounts migration * fix:vueの型定義ファイルを消す --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix: #9998 MkNote.vue, MkNoteDetailed.vue ↵happo312023-04-131-0/+5
| | | | | | | | | | | | | | | | | で、特定のMFMによってフッターのボタンが押せなくなる (#9999) * fix(client): add `overflow: clip;` * fix(client): add `overflow: clip;` * Revert "fix(client): add `overflow: clip;`" This reverts commit c43226afde4741d61088192cbbab09fe97e1f2fb. Revert "fix(client): add `overflow: clip;`" This reverts commit c7225151056ff15b953aae806e7a07fa13fab746. * feat(client): add z-index to .footer
* enhance(frontend): ↵syuilo2023-04-131-0/+27
| | | | ユーザーメニューからユーザーメモを編集できるように
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-131-1/+94
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* Revert #10475 in MkTimetamaina2023-04-131-2/+1
|
* test(#10336): add `components/Mk[A-B].*` stories (#10475)Acid Chicken (硫酸鶏)2023-04-1314-9/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(#10336): register snippets * test(#10336): add `components/Mk[A-B].*` stories * build: desynced lockfile * ci(#10336): preload assets * ci(#10336): use pull_request * build: update lockfile * fix: reactivity transform * chore: track upstream changes * refactor: avoid temporary previous tapping declarations * revert: avoid temporary previous tapping declarations This reverts commit e649b1b1e6771bee674f2dfb044e0efd72d0be5d. * test: flaky snapshots * style: import
* :art:syuilo2023-04-131-1/+1
|
* Update about-misskey.vuesyuilo2023-04-131-0/+1
|
* feat: role timelinesyuilo2023-04-127-5/+105
| | | | Resolve #10581
* enhance: カスタム絵文字関連の変更 (#9794)tamaina2023-04-123-29/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PackedNoteなどのemojisはプロキシしていないURLを返すように * MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する * update CHANGELOG.md * fix changelog * ?? * wip * fix * merge * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * merge * calc scale --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: サウンド関連の設定をpizzaxに移行 (#8105)tamaina2023-04-124-41/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhane: unison-reloadに指定したパスに移動できるように * null * null * feat: ログインするアカウントのIDをクエリ文字列で指定する機能 * null * await? * rename * rename * Update read.ts * merge * get-note-summary * fix * swパッケージに * add missing packages * fix getNoteSummary * add webpack-cli * :v: * remove plugins * sw-inject分離したがテストしてない * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * fix * :v: * clean up config * typesを戻した * backend/src/web/index.ts * notification-badges * add scripts * change create-notification.ts * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops * Failed to load the script unexpectedly回避 sw.jsとlib.tsを分離してみた * truncate notification * Update packages/client/src/ui/_common_/common.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * clean up * clean up * refactor * キャッシュ対策 * Truncate push notification message * fix * wip * clean up * migration * migration * comment * move soundConfigStore * :v: * clean up * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正 * components/drive-file-thumbnail.vue * components/drive-select-dialog.vue * components/drive-window.vue * merge * fix * remove reversi setting * Service Workerのビルドにesbuildを使うようにする * return createEmptyNotification() * fix * fix * i18n.ts * update * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * pollEnded * URLをsw.jsに戻す * clean up * clean up * update sounds.vue * update * fix type * :v: * ;v; --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): noPaging: true with gallery/featuredtamaina2023-04-111-1/+1
|
* enhance(frontend): tweak post form stylesyuilo2023-04-111-8/+16
|
* sw: なんかもうめっちゃ変えた (#10570)tamaina2023-04-111-5/+16
| | | | | | | | | * sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-112-2/+91
| | | | | | | | | | | | | | | | | | | | | | * add channel search * move channel search to channel list page --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
* fix(client): Consider safe-area-inset-bottom on global widgets areatamaina2023-04-103-4/+9
| | | | Fix #9052
* fix(client): :art: fix MkEmojiPicker safe-area-inset-bottomtamaina2023-04-101-1/+4
| | | | Fix https://github.com/misskey-dev/misskey/pull/10534
* fix(frontend): webhook, ↵syuilo2023-04-102-34/+40
| | | | | | 連携アプリ一覧でコンテンツが重複して表示される問題を修正 Fix #10564
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-101-1/+1
|\
| * fix issue #10195 設定のバックアップ ↵2023-04-101-1/+1
| | | | | | | | | | の「削除」の文字がない (#10559) Co-authored-by: 藤 <nyaguri0417@gmail.com>
* | enhance(frontend): 常に広告を見られるオプションを追加syuilo2023-04-103-1/+7
|/
* MkContainer.vue i18n をtemplateから見えるように (#10560)YS2023-04-101-0/+1
|
* test: add `/@:acct` stories (#10517)Acid Chicken (硫酸鶏)2023-04-091-0/+74
| | | | | * test: add `/@:acct` stories * test: add mocks
* fix(frontend): ユーザープレビューが表示されない問題を修正syuilo2023-04-091-2/+2
| | | | Fix #10540
* チャンネルを新規作成できない問題を修正syuilo2023-04-091-1/+1
|
* さがすのローカルユーザー(ピンどめ)が無限に生成さ ↵syuilo2023-04-091-1/+1
| | | | る問題を修正
* チャンネルのお気に入りが無限に読み込まれる問題を修正syuilo2023-04-091-0/+1
|