summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ジョブキューインスペクタの型エラー解消 ↵かっこかり2025-05-221-18/+18
| | | | | | | | | | | | | (#16020) * fix(frontend): ジョブキューインスペクタの型エラー解消 * fix * fix * fix * fix
* fix(frontend): ↵syuilo2025-05-221-1/+1
| | | | | | UIのアニメーションをオフにするとページネーションが表示されない問題を修正 Fix #16078
* enhance(frontend): ↵かっこかり2025-05-212-18/+77
| | | | | | | | | | | ファイルのアップロードを中止できるように (#16069) * enhance(frontend): ファイルのアップロードを中止できるように * Update Changelog * fix: ダイアログを閉じたり、中断ボタンが押されたりしたときはその後のアップロードをすべて中止するように * fix
* enhance(frontend): テーマ切り替えのアニメーションをView ↵かっこかり2025-05-211-2/+14
| | | | | | | | | Transitionに変更 (#15974) * enhance(frontend): テーマ切り替えのアニメーションをView Transitionに変更 * fix lint * fix: 切り替え時間を0.5sに
* :art: (#16070)かっこかり2025-05-211-0/+1
|
* Feat: ドライブ周りのUIの強化 (#16011)syuilo2025-05-2117-691/+1235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update MkDrive.vue * wip * Update MkDrive.vue * Update MkDrive.vue * wip * Update MkDrive.vue * Update MkDrive.vue * wip * Update MkDrive.vue * wip * wip * wip * wip * Update MkDrive.vue * wip * wip * wip * wip * wip * wip * wip * feat(frontend): upload dialog (#16032) * wip * wip * Update MkUploadDialog.vue * wip * wip * wip * wip * wip * Update MkUploadDialog.vue * wip * wip * Update MkDrive.vue * wip * wip * Update MkPostForm.vue * wip * Update room.form.vue * Update os.ts * wiop * wip * wip * wip * wip * wip * wip * wip * Update select-file.ts * wip * wip * Update MkDrive.vue * Update drag-and-drop.ts * wip * wip * wop * wip * wip * Update MkDrive.vue * Update CHANGELOG.md * wipo * Update MkDrive.folder.vue * wip * Update MkUploaderDialog.vue * wip * wip * Update MkUploaderDialog.vue * wip * Update MkDrive.vue * Update MkDrive.vue * wip * wip
* enhance(frontend): ↵かっこかり2025-05-207-8/+8
| | | | | | | | | | | URLプレビューをユーザーサイドで無効化できるように (#16064) * enhance(frontend): URLプレビューをユーザーサイドで無効化できるように * fix lint * Update Changelog * fix: 設定項目をデータセーバーに移動
* fix(frontend): ↵かっこかり2025-05-192-3/+1
| | | | ユーザー概要ページのファイルの項目のデザイン改良 (#16063)
* feat(frontend): 絵文字をミュート可能にする機能 (#15966)taichan2025-05-124-36/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip ( 絵文字ミュートの基礎実装, PoC ) * refactor: 絵文字のmute/unmute処理の共通化 * SPDX * リアクションからも絵文字ミュート可能に * emojiMute/emojiUnmute * replace resource of emojiMute * add vitest preferstate for mutedEmojis * add vitest to preferReactive * 混入削除 * Fix typo (mutedEmojis -> mutingEmojis) * reactiveやめる * add時の判定ミスを修正 * Add CHANGELOG * Revert "reactiveやめる" This reverts commit 442742c371472f9c9e9372c5552cf73767aedecf. * Update Changelog
* 🎨syuilo2025-05-111-1/+1
|
* tweak MkMediaImage.vuesyuilo2025-05-111-0/+23
|
* fix(frontend): ノート購読の挙動改善 (#16023)かっこかり2025-05-113-4/+21
| | | | | | | | | * fix(frontend): ノート購読の挙動改善 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): MkMarquee のコードの可読性の向上 (#16017)かっこかり2025-05-112-112/+89
| | | | | | | | | | | * fix(frontend/MkMarquee): Composition API に移行 * move animation to scoped environment * refactor --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com>
* 🎨syuilo2025-05-111-22/+1
|
* enhance(frontend): blurhash無効化オプションを追加syuilo2025-05-114-8/+23
|
* refactor(frontend): use* 関数の格納場所のフォルダ名を ↵かっこかり2025-05-1022-78/+26
| | | | | | | | | composables に変更 (#16004) * refactor(frontend): use* 関数の格納場所を正式名称(composables)に変更 * migrate * move useLoading
* enhance(frontend): Instance Tickerのデザイン改善 (#15946)かっこかり2025-05-091-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(tms): インスタンス情報の表示位置 (taiyme#198) * migrate * fix(InstanceTicker): リモートサーバーのアイコンが初期画像になる問題 (taiyme#211) * refactor(InstanceTicker): 参照の構造を変更 Co-Authored-By: taiy <53635909+taiyme@users.noreply.github.com> * perf(TmsInstanceTicker): color関数に変更 (taiyme#283) * :art: * Update Changelog * remove unused property * revert unrelated changes * fix * 実装を簡略化 * :art: * Update CHANGELOG.md * 色の計算をコンポーネント内に移動 --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-05-091-0/+4
| | | | | | "時計"ウィジェット(Clock)において、Transparent設定が有効でも、その背景が透過されない Fix #15994
* enhance: ↵syuilo2025-05-091-0/+1
| | | | | | リプライ元にアンケートがあることが表示されるように Resolve #15998
* follow up of 8c2ab25e5f2040fcbc81bc2a02a279fed40e1c11syuilo2025-05-091-1/+8
|
* Feat: サーバー初期設定ウィザード (#15954)syuilo2025-05-093-6/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update welcome.setup.vue * wip * wip * wip * wip * Update MkServerSetupWizard.vue * Update MkServerSetupWizard.vue * wip * wip * wip * Update types.ts * wip * wip * Update CHANGELOG.md
* Feat: No websocket mode (#15851)syuilo2025-05-0925-1181/+1135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update MkTimeline.vue * wip * wip * wip * Update MkTimeline.vue * Update use-pagination.ts * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * wip * Update use-pagination.ts * wip * Update use-pagination.ts * Update MkNotifications.vue * Update MkNotifications.vue * wip * wip * wip * Update use-note-capture.ts * Update use-note-capture.ts * Update use-note-capture.ts * wip * wip * wip * wip * Update MkNoteDetailed.vue * wip * wip * Update MkTimeline.vue * wip * fix * Update MkTimeline.vue * wip * test * Revert "test" This reverts commit 3375619396c54dcda5e564eb1da444c2391208c9. * Update use-pagination.ts * test * Revert "test" This reverts commit 42c53c830e28485d2fb49061fa7cdeee31bc6a22. * test * Revert "test" This reverts commit c4f8cda4aa1cec9d1eb97557145f3ad3d2d0e469. * Update style.scss * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * ✌️ * Update MkTimeline.vue * wip * wip * test * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkTimeline.vue * wip * tweak navbar * wip * wip * wip * wip * wip * wip * wip * Update home.vue * wip * refactor * wip * wip * Update note.vue * Update navbar.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * wip * Update MkStreamingNotificationsTimeline.vue * Update use-pagination.ts * wip * improve perf * wip * Update MkNotesTimeline.vue * wip * megre * Update use-pagination.ts * Update use-pagination.ts * Update MkStreamingNotesTimeline.vue * Update use-pagination.ts * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* 🎨syuilo2025-05-071-20/+47
|
* 🎨syuilo2025-05-073-46/+58
|
* 🎨syuilo2025-05-073-46/+82
|
* 🎨syuilo2025-05-061-2/+2
|
* 🎨syuilo2025-05-061-3/+3
|
* 🎨syuilo2025-05-062-51/+58
|
* 🎨syuilo2025-05-061-4/+25
|
* refactor(frontend): 空/エラー結果表示をコンポーネント化 ↵syuilo2025-05-0613-54/+114
| | | | | | | | | | | | | | | | | | | | | | | (#15963) * wip * wip * wip * wip * wip * Update MkResult.vue * Add storybook story for MkResult (#15964) * Update MkResult.vue --------- Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
* fix(frontend): 横スワイプの挙動改善 (#15952)かっこかり2025-05-051-7/+20
|
* fix(frontend): handle error in user popup (#15948)zyoshoka2025-05-051-3/+13
|
* Fix MkPullToRefresh behaviour (#15944)syuilo2025-05-041-20/+33
| | | | | | | * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue
* fix(frontend): ↵かっこかり2025-05-041-7/+55
| | | | | | | | | | | | | | | ダイアログのお知らせが画面からはみ出ることがある問題を修正 (#15878) * fix(frontend): ダイアログのお知らせが画面からはみ出ることがある問題を修正 * Update Changelog * :art: * :art: * enhance: スクロールしないと閉じられないように * Update CHANGELOG.md
* fix(frontend): ↵かっこかり2025-05-041-3/+53
| | | | | | | | | | | MkFolderのアニメーションにフォールバックを追加 (#15937) * fix(frontend): Chrome系以外のブラウザでMkFolderがアニメーションしない問題を修正 * fix * Update Changelog * fix
* enhance(frontend): ↵かっこかり2025-05-042-17/+57
| | | | | | | | | | | | | | | | | タイムラインpush時のアニメーションを調整 (#15936) * fix(frontend): タイムラインpush時のアニメーションを復元 * :art: * enhance: 消える際のアニメーションも追加 * better support for non-supported browsers * fix: Skip Note Rendering有効時、TransitionGroupでnoteを追加するときに一瞬がくっとなる問題を修正 * :art: * fix
* enhance(frontend): 中クリックでPullToRefreshするようにsyuilo2025-05-041-29/+28
| | | | Close #15931
* perf(frontend): improve MkInstanceTicker rendering performancesyuilo2025-05-041-14/+4
|
* add notesyuilo2025-05-031-0/+1
|
* perf(frontend): improve MkPullToRefresh render performancesyuilo2025-05-031-1/+1
|
* tweak MkPullToRefresh.vuesyuilo2025-05-031-4/+7
|
* perf(frontend): tweak PageWithHeadersyuilo2025-05-031-1/+2
|
* tweak MkPullToRefreshsyuilo2025-05-031-5/+8
|
* tweak MkPullToRefreshsyuilo2025-05-031-2/+2
|
* feat(frontend): ↵syuilo2025-05-033-91/+87
| | | | マウスでもタイムラインを引っ張って更新できるように & MkPullToRefreshのパフォーマンス向上
* Merge commit from forkJulia2025-04-296-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SP-2025-03.1 always wrap icon&thumbnail URLs if they're not HTTP URLs, the frontend won't be able to display them anyway (`<img src="mailto:…">` or '<div stile="background-image: url(nntp:…)">` aren't going to work!), so let's always run them through the media proxy, which will fail harder (fetching a `javascript:` URL won't do anything in the backend, might do something in the frontend) and will always protect the client's address in cases like `gemini:` where the browser could try to fetch * SP-2025-03.2 use object binding for more styles interpolating a random (remote-controlled!) string into a `style` attribute is a bad idea; using VueJS object binding, we should get proper quoting and therefore safe parse failures instead of CSS injections / XSS * SP-2025-03.3 slightly more robust "self" URL handling parse URLs instead of treating them as strings; this is still not perfect, but the `URL` class only handles full URLs, not relative ones, so there's so way to ask it "give me a URL object that represents this resource relative to this base URL" notice that passing very weird URLs to `MkUrl` and `MkUrlPreview` will break the frontend (in dev mode) because there's an untrapped `new URL(…)` that may explode; production builds seem to safely ignore the error, though --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
* enhance(frontend): disable router view transitionsyuilo2025-04-281-44/+2
| | | | Fix #15723
* perf(frontend): improve timeline performancesyuilo2025-04-282-42/+98
|
* 🎨syuilo2025-04-281-32/+4
|
* enhance(frontend): add drive tipsyuilo2025-04-282-1/+7
|