summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-131-1/+94
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* test(#10336): add `components/Mk[A-B].*` stories (#10475)Acid Chicken (硫酸鶏)2023-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* test: add `/@:acct` stories (#10517)Acid Chicken (硫酸鶏)2023-04-091-0/+74
| | | | | * test: add `/@:acct` stories * test: add mocks
* feat: account migration (#10507)Namekuji2023-04-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix(frontend): add missing importsyuilo2023-04-051-0/+1
|
* build(#10336): Storybook & Chromatic & msw (#10365)Acid Chicken (硫酸鶏)2023-04-044-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build(#10336): init * fix(#10336): invalid name conversion * build(#10336): load locales and vite config * refactor(#10336): remove unused imports * build(#10336): separate definitions and generated codes * refactor(#10336): remove hatches * refactor(#10336): module semantics * refactor(#10336): remove unused common preferences * fix: typo * build(#10336): mock assets * build(#10336): impl `SatisfiesExpression` * build(#10336): control themes * refactor(#10336): semantics * build(#10336): make .storybook as an individual TypeScript project * style(#10336): use single quote * build(#10336): avoid intrinsic component names * chore: suppress linter * style: typing * build(#10336): update dependencies * docs: note about Storybook * build(#10336): sync * build(#10336): full reload server on change * chore: use defaultStore instead * build(#10336): show popups on Story * refactor(#10336): remove redundant div * docs: fix * build(#10336): interactions * build(#10336): add an interaction test for `<MkA/>` * build(#10336): bump storybook * docs(#10336): mention to pre-build misskey-js * build(#10336): write stories for `MkAcct` * build(#10336): write stories for `MkAd` * build(#10336): fix missing type definition * build(#10336): use `toHaveTextContent` * build(#10336): write some stories * build(#10336): hide internal args * build(#10336): generate `components/global` stories only * build(#10336): write stories for `MkMisskeyFlavoredMarkdown` * fix: conflict errors * build(#10336): subcomponents on sidebar * refactor: restore `SatisfiesExpression` * docs(#10336): note development status * build(#10336): use chokidar-cli * docs(#10336): note chokidar-cli mode * chore(#10336): untrack generated stories files * fix: pointer handling * build(#10336): finalize * chore: add static option to `MkLoading` * refactor(#10336): bind to local args * fix: missing case * revert: restore `SatisfiesExpression` This reverts commit f246699f38a28befbfccc11e9eade22cbaace4f3. * build(#10336): make storybook buildable * build(#10336): staticify assets * build(#10336): staticified directory structure * build(#10336): normalize path for Windows * ci(#10336): create actions * build(#10336): ignore tsc errors * build(#10336): ignore tsc errors * build(#10336): missing dependencies * build(#10336): missing dependencies * build(#10336): use fast-glob * fix: invalid lockfile * ci(#10336): increase heap size * build(#10336): use unpkg for storybook tabler icons * build(#10336): use unpkg for storybook twemojis * build(#10336): disable `ProfilePageCat` * build(#10336): blur `MkA` before interaction ends * ci(#10336): stabilize * ci(#10336): fetch-depth * build(#10336): isChromatic * ci(#10336): notify on changes * ci(#10336): fix typo * ci(#10336): missing working directory * ci(#10336): skip build * ci(#10336): fix path * build(#10336): fails on Windows * build(#10336): available on Windows * ci(#10336): disable animation on chromatic * ci(#10336): add static option to `PageHeader.tabs` * chore: void * ci(#10336): change parameters * docs(#10336): update CONTRIBUTING * docs(#10336): note about meta overriding and etc. * ci(#10336): use Chromatic for checks * ci(#10336): use `pull_request` instead of `pull_request_target` for now * ci(#10336): use `exitOnceUploaded` * ci(#10336): reuse built storybook * ci(#10336): back to `pull_request_target` * chore: unused dependencies * style(#10336): reduce prettier indents * style: note about `TSSatisfiesExpression`
* refactor(frontend): remove $ts and $tsyuilo2023-04-013-4/+4
|
* refactorsyuilo2023-03-311-2/+2
|
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-131-2/+5
| | | | | * fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md
* enhance(server): ↵tamaina2023-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#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): ↵arrow2nd2023-03-051-1/+4
| | | | | | | ユーザーページのバッジ表示を適切に折り返すように (#10222) * fix(frontend): ユーザーページのバッジ表示を適切に折り返すように * Update CHANGELOG.md
* enhance(client): improve entrance pagesyuilo2023-02-222-4/+4
| | | | Resolve #9986
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-1611-26/+9
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): ↵tamaina2023-02-141-1/+1
| | | | ユーザーページのファイル付きTLはリプライも含む
* :art:tamaina2023-02-121-1/+9
|
* enhance(client): ユーザーのホーム画面にもTLを表示syuilo2023-02-121-0/+10
|
* clean upsyuilo2023-02-121-3/+3
|
* fix(client): ↵tamaina2023-02-111-7/+3
| | | | ユーザーページでアクティビティを見ることができないのを修正
* enhance(client): ヘッダー(MkPageHeader)関連 (#9869)tamaina2023-02-113-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MkPageHeader大改造 * ユーザーページのノート一覧をタブにするなど * :v: * :art: * fix * wheel * clean up * :art: * :art: * remove console.log * update CHANGELOG.md * fix * fix * fix * :v: * header avatar clickable * !hideTitle * Revert "!hideTitle" This reverts commit 19cad428c906f555b73730d602e401a1e943cdef. * fix changelog
* revert: 650187deafsyuilo2023-02-081-2/+2
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-2/+2
| | | | #9778
* feat: ↵syuilo2023-02-051-1/+4
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* :art:syuilo2023-01-241-1/+1
|
* 他人の実績閲覧時は獲得条件を表示しないようにsyuilo2023-01-231-1/+1
|
* ユーザーの実績一覧を見れるようにsyuilo2023-01-212-1/+59
|
* refactorsyuilo2023-01-161-1/+1
|
* enhance(client): プロフィールが長い場合は折りたたむsyuilo2023-01-161-2/+5
|
* fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606tamaina2023-01-151-1/+1
|
* refactor(client): use css modulessyuilo2023-01-152-29/+27
|
* プロフィールにロールを表示するようにsyuilo2023-01-131-0/+20
|
* Role (#9437)syuilo2023-01-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* refactorsyuilo2023-01-092-10/+10
|
* fix following chartsyuilo2023-01-081-6/+7
|
* fix typo (#9492)marihachi2023-01-081-1/+1
|
* :art:syuilo2023-01-081-3/+3
|
* enhance(client): improve user activity pagesyuilo2023-01-084-57/+383
|
* tweak confettisyuilo2023-01-061-1/+3
|
* :art:syuilo2023-01-063-12/+50
|
* chore(client): tweak chartssyuilo2023-01-062-8/+7
|
* enhance(client): アップデート時にも花火syuilo2023-01-061-25/+2
|
* :art:syuilo2023-01-061-7/+7
|
* enhance(client): show fireworks when visit user who today is birthdaysyuilo2023-01-061-0/+34
| | | | Resolve #9476
* :art:syuilo2023-01-061-5/+5
|
* refactorsyuilo2023-01-061-2/+2
|
* refactorsyuilo2023-01-054-4/+4
|
* :art:syuilo2023-01-031-9/+6
|
* refactorsyuilo2023-01-032-3/+1
|
* perf(client): use shallowRef for html element refsyuilo2023-01-032-3/+3
|
* refactorsyuilo2023-01-022-19/+0
|
* fixsyuilo2023-01-021-1/+1
|