summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteDetailed.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-101-1/+1
|
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* enhance(frontend): ノートプレビューにCWが反映されるように ↵zyoshoka2023-11-301-1/+1
| | | | | | | | | | | | | | | (#12509) * enhance(frontend): ノートプレビューにCWが反映されるように * Update CHANGELOG.md * refactor: 不要な条件を除去 * Revert "refactor: 不要な条件を除去" This reverts commit e4eff689bd1f2df78411a2f01ee05434e2d298a8. * fix: やっぱり不要な条件だった
* enhance(frontend): リアクション選択時に音を流せるように ↵かっこかり2023-11-261-0/+5
| | | | | | | | | | | | | | | (#12441) * (add) リアクション選択時に音を鳴らせるように * Update Changelog * tweak sound * tweak sound --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵syuilo2023-11-151-3/+3
| | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* fix #12266 (#12267)おさむのひと2023-11-061-1/+1
| | | | | ポップアップの表示後、MkNoteとMkNoteDetailedでそれぞれが持つfocusメソッドを呼び出していたのをやめた Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(frontend): improve aiscript plugin error handlingsyuilo2023-11-061-4/+10
|
* enhance of 5e9f6a90dfsyuilo2023-11-041-2/+18
|
* enhance(frontend): ↵syuilo2023-11-041-3/+3
| | | | ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
* feat: ↵おさむのひと2023-11-031-65/+4
| | | | | | | | | | | | | | | | | | | | | | | | チャンネル内→チャンネル外へのリノート制限機能追加 (#12230) * チャンネル内→チャンネル外へのリノート制限機能追加 * fix CHANGELOG.md * コメント対応(canRenoteSwitch→allowRenoteToExternal) * コメント対応(別チャンネルへのリノート対策) * コメント対応(canRenote->allowRenoteToExternal) * fix comment * Update misskey-js.api.md * :v: --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(frontend): ノート表示時のMFMパース処理を減らすsyuilo2023-11-011-2/+3
|
* lint fixessyuilo2023-10-291-0/+2
|
* feat(frontend): ↵taichan2023-10-281-1/+3
| | | | | | | | | | | プラグインを用いて疑似的にミュートできるようにする (#12135) * feat: mute note using plugin * Update CHANGELOG --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): MFMパース時に意図せずnyaizeされる問題を修正 ↵かっこかり2023-10-281-3/+3
| | | | | | | | | | | | | | | | | (#12161) * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkNote.vue * (fix) にゃいずをノートでのみ適用 * fix * Fix lint
* enhance(frontend): ↵syuilo2023-10-201-1/+1
| | | | 投稿されてから時間が経過しているノートであることを視覚的に分かりやすく
* fix(frontend): Recieve Unrenote on streaming (#12079)atsuchan2023-10-191-0/+1
| | | | | | | | | | | * fix(frontend): Recieve Unrenote 表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする * fix(frontend): Recieve Unrenote lint fixing * fix(frontend): Recieve Unrenote Decapture Decapture忘れてたー
* revert: note editingsyuilo2023-10-041-3/+0
|
* feat: improve tl performance (#11946)syuilo2023-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
* enhance: 編集されたノートかどうか分かるようにsyuilo2023-09-281-0/+3
|
* :art:syuilo2023-09-241-3/+5
|
* :art:syuilo2023-09-231-3/+3
|
* fix(frontend): ↵syuilo2023-09-221-4/+6
| | | | | | リアクション一覧が種別ごとにフィルタできない Fix #11865
* refactor(frontend): use ESMsyuilo2023-09-191-16/+16
|
* fix(frontend): ↵syuilo2023-09-171-1/+1
| | | | 返信ではないノートの詳細ページが見れない(2023.9.0-beta.6)
* enhance(frontend): improve note detail pagesyuilo2023-09-171-10/+123
|
* update deps (#11764)syuilo2023-09-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* feat: refine announcement (#11497)syuilo2023-08-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* enhance(frontend): ↵tamaina2023-08-011-3/+5
| | | | | | | | | | | | | ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439) * メニューのトグルをいい感じにする * user list toggle! * add changelog * fix * stop
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): replies to channel posts could change the visibilityAcid Chicken (硫酸鶏)2023-07-271-0/+1
|
* fix(frontend): Fix cat ears are awkward on reply modalsyuilo2023-07-261-0/+1
|
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend/MkNoteDetailed): fix css moduletamaina2023-05-301-1/+1
|
* refactorsyuilo2023-05-291-344/+272
|
* refactorsyuilo2023-05-191-3/+3
|
* enhance: account migration (#10592)Namekuji2023-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * copy block and mute then create follow and unfollow jobs * copy block and mute and update lists when detecting an account has moved * no need to care promise orders * refactor updating actor and target * automatically accept if a locked account had accepted an old account * fix exception format * prevent the old account from calling some endpoints * do not unfollow when moving * adjust following and follower counts * check movedToUri when receiving a follow request * skip if no need to adjust * Revert "disable account migration" This reverts commit 2321214c98591bcfe1385c1ab5bf0ff7b471ae1d. * fix translation specifier * fix checking alsoKnownAs and uri * fix updating account * fix refollowing locked account * decrease followersCount if followed by the old account * adjust following and followers counts when unfollowing * fix copying mutings * prohibit moved account from moving again * fix move service * allow app creation after moving * fix lint * remove unnecessary field * fix cache update * add e2e test * add e2e test of accepting the new account automatically * force follow if any error happens * remove unnecessary joins * use Array.map instead of for const of * ユーザーリストの移行は追加のみを行う * nanka iroiro * fix misskey-js? * :v: * 移行を行ったアカウントからのフォローリクエストの自動許可を調整 * newUriを外に出す * newUriを外に出す2 * clean up * fix newUri * prevent moving if the destination account has already moved * set alsoKnownAs via /i/update * fix database initialization * add return type * prohibit updating alsoKnownAs after moving * skip to add to alsoKnownAs if toUrl is known * skip adding to the list if it already has * use Acct.parse instead * rename error code * :art: * 制限を5から10に緩和 * movedTo(Uri), alsoKnownAsはユーザーidを返すように * test api res * fix * 元アカウントはミュートし続ける * :art: * unfollow * fix * getUserUriをUserEntityServiceに * ? * job! * :art: * instance => server * accountMovedShort, forbiddenBecauseYouAreMigrated * accountMovedShort * fix test * import, pin禁止 * 実績を凍結する * clean up * :v: * change message * ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに * Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに" This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1. * validateAlsoKnownAs * 移行後2時間以内はインポート可能なファイルサイズを拡大 * clean up * どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする * handle error? * リモートからの移行処理の条件を是正 * log, port * fix * fix * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost * fix indent * fix * experimental --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): 投稿フォームをちょっといい感じに (#10442)tamaina2023-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .formラッパーを削除 * fix type of MkPostFormAttaches * :rocket: * :art: * :art: * :art: * :art: * specifiedの時は連合なしをdisabledに * :v: * set select default * gap: 2px (max-width: 500px) / 4px * wip * :v: * :art: * fix maxTextLength * 今後表示しない * :art: * cache channel * :art: * 連合なしにする * use i18n.ts.neverShow * :v: * refactor * fix indent * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): remove $ts and $tsyuilo2023-04-011-1/+1
|
* enhance(frontend): ↵syuilo2023-03-241-1/+9
| | | | クリップボタンをノートアクションに追加できるように
* feat: Reaction acceptance (#10256)syuilo2023-03-081-9/+24
| | | | | | | * wip * wip * デフォルト設定
* enhance(client): Renote した時の表示をリップルエフェクトと ↵Khsmty2023-03-011-2/+23
| | | | | | | | | | | | | | | toast に (#10116) * enhance(client): Renote した時の表示を toast に * fix: lint エラー * enhance(client): Renote した時の表示をリップルエフェクトに * toast も追加 * rippleeffect のタイミング変更 * toast の位置を header に被らないように
* enhance(client): renoteした際の表示を改善syuilo2023-02-251-2/+2
| | | | Resolve #10078
* enhance(client): ローカルのみ -> 連合なしsyuilo2023-02-241-2/+2
| | | | Resolve #10055
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* tweaksyuilo2023-02-121-2/+30
|
* revert: 650187deafsyuilo2023-02-081-3/+3
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-3/+3
| | | | #9778
* tweak custom emoji handlingsyuilo2023-01-261-2/+2
| | | | Close #9721
* Achievements (#9665)syuilo2023-01-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip