summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix background tomfoolery for mobile usersMarie2025-05-071-1/+1
|
* fix background image tomfoolery on desktopMarie2025-05-072-2/+3
|
* fix padding/margin on tabs as --margin no longer existsMarie2025-05-031-2/+2
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-2914-45/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-2714-29/+28
| | | | | | | | component
| * refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-271-18/+15
| |
* | merge upstream againHazelnoot2025-04-242-8/+10
|\|
| * enhance(frontend): improve usabilitysyuilo2025-04-171-4/+4
| |
| * refactor(frontend): MkHorizontalSwipe -> MkSwipersyuilo2025-04-151-3/+3
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-051-1/+1
|\| | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # package.json # packages/frontend/src/utility/autogen/settings-search-index.ts # pnpm-lock.yaml
| * refactor(frontend): refactor stylessyuilo2025-04-051-1/+1
| |
* | fix vue error from disableNotes in home.vueHazelnoot2025-04-021-1/+1
| |
* | fix frontend lint errorsHazelnoot2025-04-021-2/+2
| |
* | fix imports in recent-notes.vueHazelnoot2025-04-011-3/+3
| |
* | correct references to removed _ghost classHazelnoot2025-04-012-2/+2
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-312-18/+7
| |
* | update references from /scripts/ to /utility/Hazelnoot2025-03-251-2/+2
| |
* | merge upstreamHazelnoot2025-03-2510-88/+87
|\|
| * refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-203-30/+25
| | | | | | | | MkStickyContainer+MkPageHeader combination
| * fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-201-12/+12
| |
| * refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-193-12/+12
| |
| * refactor(frontend): router refactoringsyuilo2025-03-191-1/+1
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-133-3/+3
| |
| * refactor(frontend): organize use functionssyuilo2025-03-133-3/+3
| |
| * refactor(frontend): page-metadata -> pagesyuilo2025-03-103-6/+6
| |
| * refactor(frontend): rename pizzax fieldssyuilo2025-03-103-3/+3
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-099-28/+28
| |
| * Refine preferences (#15597)syuilo2025-03-094-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * test * wip rollup pluginでsearchIndexの情報生成 * wip * SPDX * wip: markerIdを自動付与 * rollupでビルド時・devモード時に毎回uuidを生成するように * 開発サーバーでだけ必要な挙動は開発サーバーのみで * 条件が逆 * wip: childrenの生成 * update comment * update comment * rename auto generated file * hashをパスと行数から決定 * Update privacy.vue * Update privacy.vue * wip * Update general.vue * Update general.vue * wip * wip * Update SearchMarker.vue * wip * Update profile.vue * Update mute-block.vue * Update mute-block.vue * Update general.vue * Update general.vue * childrenがduplicate key errorを吐く問題をいったん解決 * マーカーの形を成形 * loggerを置きかえ * とりあえず省略記法に対応 * Refactor and Format codes * wip * Update settings-search-index.ts * wip * wip * とりあえず不確定要因の仮置きidを削除 * hashの生成を正規化(絶対パスになっていたのを緩和) * pathの入力を省略可能に * adminでもパス生成できるように * Update settings-search-index.ts * Update privacy.vue * wip * build searchIndex * wip * build * Update general.vue * build * Update sounds.vue * build * build * Update sounds.vue * 🎨 * 🎨 * Update privacy.vue * Update privacy.vue * Update security.vue * create-search-indexを多少改善 * build * Update 2fa.vue * wip * 必ずtransformCodeCacheを利用するように, キャッシュの明確な受け渡しを定義 * キャッシュはdevServerでなくても更新 * Revert "wip" This reverts commit 41bffd3a13f55618bf939dc1c9acb2a77ead4054. * inlining * wip * Update theme.vue * 🎨 * wip normalize * Update theme.vue * キャッシュのパス変換 * build * wip * wip * Update SearchMarker.vue * i18n.ts['key'] の形式が取り出せない問題のFix * build * 仮でpath入れ * 必ず絶対パスが使われるように * wip * 🎨 * storybookビルド時はcreateSearchIndexをしない * inliningの構造化 * format code * Update index.vue * wip * wip * 🎨 * wip * wip * wip * wip * wip * wip * wip * wip * clean up * wip * wip * wip * Update rollup-plugin-unwind-css-module-class-name.test.ts * Update navbar.vue * clean up * wip * wip * wip * wip * wip * Update preferences-backups.vue * Update common.ts * Update preferences.ts * wip * wip * wip * wip * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * enhance: 検索で上下矢印を使用することで検索結果を移動できるように * Update main-boot.ts * refactor * wip * Update sounds.vue * fix(frontend): PageWindowでSearchMarkerが動作するように * enhance(frontend): SearchMarkerの点滅を一定時間で止める * wip * lint fix * fix: 子要素監視が抜けていたのを修正 * アニメーションの回数はCSSで制御するように * refactor * enhance(frontend): 検索インデックス作成時のログを削減 * revert * fix * fix * Update preferences.ts * Update preferences.ts * wip * Update preferences.ts * wip * 🎨 * wip * Update MkPreferenceContainer.vue * wip * Update preferences.ts * wip * Update preferences.ts * Update preferences.ts * wip * wip * Update preferences.ts * wip * wip * Update preferences.ts * Update CHANGELOG.md * Update preferences.ts * Update deck-store.ts * deckStoreをdefaultStoreに統合 * wip * defaultStore -> store * Update profile.ts * wip * refactor * wip: plugin * plugin * plugin * plugin * Update plugin.ts * wip * Update plugin.vue * Update preferences.ts * Update main-boot.ts * wip * fix test * Update plugin.vue * Update plugin.vue * Update utility.ts * wip * wip * Update utility.ts * wip * wip * clean up * Update utility.ts --------- Co-authored-by: tai-cha <dev@taichan.site> Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
| * Revert "enhance(frontend): ↵かっこかり2025-03-031-1/+1
| | | | | | | | | | | | | | | | | | チャンネル投稿をユーザーページと前後ノートに表示する" (#15589) * Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)" This reverts commit a4711ab4c11357c8ffa586dbec56043a0b0f33e0. * Update CHANGELOG.md
| * enhance(frontend): ↵鴇峰 朔華2025-03-031-1/+1
| | | | | | | | | | | | | | | | | | チャンネル投稿をユーザーページと前後ノートに表示する (#15532) * enhance(frontend): ユーザーページで常にチャンネル投稿が含まれるように * enhance(frontend): ノート詳細の前後の投稿にチャンネル投稿を含めるように * ログイン有無の削除
| * fix(frontend): ↵かっこかり2025-03-031-1/+1
| | | | | | | | | | | | | | フォローされたときのメッセージのshadowがちらつくことがある問題を修正 (#15584) * fix(frontend): フォローされたときのメッセージがちらつく問題を修正 * Update Changelog
| * enhance(backend): refine system account (#15530)syuilo2025-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update SystemAccountService.ts * Update 1740121393164-system-accounts.js * Update DeleteAccountService.ts * wip * wip * wip * wip * Update 1740121393164-system-accounts.js * Update RepositoryModule.ts * wip * wip * wip * Update ApRendererService.ts * wip * wip * Update SystemAccountService.ts * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * add print logs * ログが長すぎて出てないかもしれない * fix migration * refactor * fix fed-tests * Update RelayService.ts * merge * Update user.test.ts * chore: emit log * fix: tweak sleep duration * fix: exit 1 * fix: wait for misskey processes to become healthy * fix: longer sleep for user deletion * fix: make sleep longer again * デッドロック解消の試み https://github.com/misskey-dev/misskey/issues/15005 * Revert "デッドロック解消の試み" This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d. * wip * Update SystemAccountService.ts --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-054-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* | Remove seemingly redundant banner imagebunnybeam2025-03-081-1/+1
| |
* | Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-071-7/+90
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # locales/index.d.ts # packages/backend/src/core/entities/UserEntityService.ts # packages/frontend/src/_dev_boot_.ts # packages/misskey-js/src/autogen/types.ts # sharkey-locales/en-US.yml
| * | automatically update the profile UI badges after clicking the "follow" buttonHazelnoot2025-02-051-1/+12
| | |
| * | prevent UI overflow with follow request controls on mobileHazelnoot2025-02-051-5/+15
| | |
| * | fix lint errorsHazelnoot2025-02-051-4/+4
| | |
| * | show pending inbound follow requests on a user's profileHazelnoot2025-02-051-3/+65
| | |
* | | fix lint errors in user/home.vueHazelnoot2025-02-041-1/+1
| | |
* | | merge upstream 2025-02-03Hazelnoot2025-02-034-48/+88
|\ \ \ | |/ / |/| / | |/
| * enhance(frontend): ユーザーページに「ファイル」タブを新設 ↵かっこかり2025-01-144-45/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15130) * 投稿したファイルの一覧をプロフィールページ内のタブで見れるようにしてみた (Otaku-Social#14) * ギャラリー(ノート)の取得方法を変更、ページネーションに対応 * ギャラリー(ノート)が動作しない問題を修正 * ギャラリー(ノート)の名称変更 * styles * GalleryFromPosts -> Files * fix * enhance: 既存のファイルコンテナの「もっと見る」をクリックしたらファイルタブに飛べるように * Update Changelog * 共通化 * spdx * その他のメディアがちゃんとプレビューされるように * fix(frontend): リストがセンシティブ設定を考慮するように * arrayをsetに変更 * remove unused imports * :art: * :art: * 画像以外のファイルのプレビューに対応したのでコメントを削除 * サムネイルをMkDriveFileThumbnailに統一 * v-panelに置き換え * lint --------- Co-authored-by: tmorio <morikapusan@morikapu-denki.com> Co-authored-by: tmorio <20278135+tmorio@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * fix(frontend): ↵かっこかり2024-12-221-1/+1
| | | | | | | | serverContextの値を利用する条件が間違っていたのを修正 (#15166)
| * fix(frontend): serverContextの型エラーを修正 (#15131)かっこかり2024-12-161-2/+3
| | | | | | | | | | * fix(frontend): serverContextの型エラーを修正 * add comment
* | Add missing back buttons to following/follower pagesCenTdemeern12024-12-172-2/+2
| |
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-1/+1
|\ \
| * | user profile: only default to "pinned notes" if they existdakkar2024-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | it's sensible to show the pinned notes first *if they exist* if there's nothing pinned, we're just showing an empty list let's show the "notes" tab in that case
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-281-1/+1
|\| |
| * | show pinned notes by default on user profilesHazelnoot2024-11-221-1/+1
| | |
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-231-5/+18
|\| |