summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix(client): ↵taichan2023-04-092-0/+2
| | | | | | | | | リスト、クリップが無限ロードされる現象の解決 (#10538) * fix my-list infinite items loading * update CHANGELOG.md * fix my-clip infinite items loading
* fix(client): ↵Takeshi Kishi2023-04-091-0/+1
| | | | | | | | | | PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534) * fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
* disable account migrationsyuilo2023-04-081-2/+2
|
* fix(client): Fix antenna list infinite items loadingtamaina2023-04-081-0/+1
| | | | https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
* enhance(client): ↵atsuchan2023-04-082-2/+51
| | | | 広告・お知らせが新規登録時に増殖しないように (#10412)
* fix(frontend): URLに他のクエリがあるときにもZen ↵okayurisotto2023-04-081-1/+1
| | | | UIが適用されるように (#10477)
* tweak localesyuilo2023-04-082-8/+8
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-081-2/+33
|\
| * chore: disable sampling for cat ears (#10513)Acid Chicken (硫酸鶏)2023-04-081-2/+33
| | | | | | | | | | | | | | * chore: sample 3px for cat ears * fix: typo * chore: disable avatar plot for cat ears
* | :artsyuilo2023-04-081-5/+5
|/
* use css modulesyuilo2023-04-081-8/+7
|
* :art:syuilo2023-04-082-12/+12
|
* feat: account migration (#10507)Namekuji2023-04-085-0/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Move activity * add endpoint to move from local to remote * follow move activity coming to inbox * fix move endpoint * add known-as endpoint to create account alias * add migration page * add route to migration page * add move and known-as endpoints * fix dependnecies error * fix new endpoints * fix move activity id * fix refollow * add movedToUri and alsoKnownAs to api * fix moveToUri indicator * fix missing context * add chengelog * rename MkMoved to MkAccountMoved * add missing semicolon * fix targetUri * fix followings query * remove redundant null check
* tweak MkWindow.vuesyuilo2023-04-081-2/+4
|
* lint fixessyuilo2023-04-081-3/+5
|
* lint fixsyuilo2023-04-081-1/+5
|
* feat: add minimize/Fold button for windows (#10508)remi2023-04-081-18/+46
| | | | | | | | | | | * add window minimizing! * Fix window being able to go offscreen * Revert en-US.yml changes --------- Co-authored-by: mothmoon <remilia@remilia.se>
* ci(#10336): use TurboSnap (#10494)Acid Chicken (硫酸鶏)2023-04-073-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ci(#10336): use TurboSnap * build: fix version * ci(#10336): update build dir * chore(#10336): fire changes * chore: stabilize icon width on `PageHeader` * chore: fire changes * ci: invalid ignore * ci: trace logs * chore: debug * revert: debug This reverts commit 2329165e252640504ef17e97389e0460ada83e70. * chore: do not reuse build dir * build: scripts * ci: tweak * revert: re-revert debug This reverts commit 596ef05d9eabe11c0ec3125fa4a87071d59b9b2f. * chore: detect changes manually * fix: syntax * ci: do not use only-changed * ci: fix command * revert: re-re-revert debug This reverts commit b027170d7504277006ce9abac386df8c38d55fd2. * ci: use build dir * revert: re-re-re-revert debug This reverts commit 529ab126ed63ec10eeeaaee3e9ef581b75e739c9. * ci: fix path * revert: re-re-re-re-revert debug This reverts commit 0b0c0b9ea48d37d617b777e9f602ccf8a2400381. * ci: fix typo * ci: only show story files * revert: re-re-re-re-re-revert debug This reverts commit 9f5b88df3225f23efd72bb099cfebe359af7acdb. * ci: skip when no stories found * ci: use skip * revert: re-re-re-re-re-re-revert debug This reverts commit 0df4bdc30bbf425c8682594d500a6d986517e721. * ci: fix micromatch version * revert: re-re-re-re-re-re-re-revert debug This reverts commit 63063b02bbcb37e85b93afe3f919b185425ddcf0. * revert: re-re-re-re-re-re-re-re-revert debug This reverts commit 01d9669e2a2c758c478bad5379fe19768e2096bc. * chore: pin tabler icon width globally * ci: notify when Chromatic skips * ci: fix endpoint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update about-misskey.vuesyuilo2023-04-061-0/+1
|
* refactor(fronted): setup syntax to menubar of Classic UI (#10474)Ryu jongheon2023-04-062-164/+71
|
* :art:syuilo2023-04-061-1/+1
|
* feat(#8149): respect nsfw settings on gallery list (#10481)Acid Chicken (硫酸鶏)2023-04-066-15/+131
| | | | | | | | | | | * feat(#8149): respect nsfw settings on gallery list * ci(#10336): use pull_request * test(#8149): add interaction tests * test(#10336): use `waitFor` * chore: transition
* test(#10336): stabilize `MkError` storiesAcid Chicken (硫酸鶏)2023-04-061-0/+34
|
* :art:syuilo2023-04-051-1/+1
|