summaryrefslogtreecommitdiff
path: root/packages/frontend/src/utility/get-note-menu.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)Freya Murphy2 days1-4/+4
|
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-1/+1
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* enhance(frontend): 実験的機能としてTranslator ↵かっこかり2025-10-051-9/+48
| | | | | | | | | | | | | APIを用いた翻訳を実装 (#16600) * enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装 * remove unused imports * remove unnecessary console.log * fix 表記揺れ * fix lint
* refactorsyuilo2025-08-261-1/+1
|
* refactorsyuilo2025-08-261-2/+2
|
* chore(frontend): fix type errorssyuilo2025-07-061-10/+19
|
* refactor(frontend): Formまわりの型強化 (#16260)かっこかり2025-07-061-1/+1
| | | | | | | | | | | | | | | | | * refactor(frontend): Formまわりの型強化 * fix * avoid non-null assertion and add null check for safety * refactor * avoid non-null assertion and add null check for safety * Update clip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): ↵かっこかり2025-06-141-1/+1
| | | | | | | checkWordMuteの返り値が誤っている問題を修正 (#16188) * refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 * fix lint
* enhance(frontend): ↵syuilo2025-06-011-2/+2
| | | | 非同期的なコンポーネントの読み込み時のハンドリングを強化
* Feat: No websocket mode (#15851)syuilo2025-05-091-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-04-021-2/+2
|
* chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-161-5/+0
|
* 🎨syuilo2025-03-161-1/+1
|
* enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
|
* refactor(frontend): rename pizzax fieldssyuilo2025-03-101-2/+2
|
* enhance(frontend): improve plugin managementsyuilo2025-03-091-1/+2
|
* refactor(frontend): relocate plugin constssyuilo2025-03-091-2/+3
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-0/+685