summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feat: Chat (#15686)syuilo2025-03-248-46/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
* fix(frontend): fix broken stylessyuilo2025-03-231-6/+5
|
* refactor(frontend): refactor page stylessyuilo2025-03-221-5/+16
|
* fix(frontend): ↵syuilo2025-03-211-0/+1
| | | | チャンネルのフッターが表示されない問題を修正
* refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-203-0/+38
| | | | MkStickyContainer+MkPageHeader combination
* fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-201-3/+3
|
* lint fixessyuilo2025-03-2026-50/+50
|
* enhance(frontend): 通常のRouterViewにTransitionを追加syuilo2025-03-202-5/+68
|
* fix(frontend): ↵かっこかり2025-03-201-2/+2
| | | | MkRoleSelectDialogでのpopupの使い方が誤っているのを修正 (#15683)
* fix lintsyuilo2025-03-201-2/+2
|
* fix lintsyuilo2025-03-203-8/+5
|
* fix lintsyuilo2025-03-202-2/+2
|
* clean up consolesyuilo2025-03-201-2/+0
|
* refactor(frontend): refactor componentssyuilo2025-03-201-0/+21
|
* 🎨syuilo2025-03-201-1/+1
|
* 🎨 for install-extensionssyuilo2025-03-201-47/+81
|
* follow up of 7b323031b774745ee2146c89ead2a9ebe628d613syuilo2025-03-201-2/+2
|
* 🎨syuilo2025-03-191-1/+1
|
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-1978-232/+227
|
* refactor(frontend): router refactoringsyuilo2025-03-194-108/+53
|
* refactor(frontend): router refactoringsyuilo2025-03-195-11/+8
|
* refactor(frontend): router refactoringsyuilo2025-03-193-6/+6
|
* clean upsyuilo2025-03-194-12/+11
|
* 🎨syuilo2025-03-191-1/+22
|
* 🎨syuilo2025-03-182-3/+7
|
* enhance(frontend): improve StackingRouterViewsyuilo2025-03-181-48/+87
|
* 🎨syuilo2025-03-186-41/+292
|
* 🎨syuilo2025-03-181-9/+2
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-164-8/+8
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (改)syuilo2025-03-163-7/+145
| | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
* Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵syuilo2025-03-163-347/+167
| | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a.
* chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-166-6/+0
|
* 🎨syuilo2025-03-166-6/+6
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)かっこかり2025-03-163-167/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 投稿フォームの設定メニューを改良 * Update Changelog * indent * MkMenuのitemを切り出して共通化 * remove unused expose * fix: ドロワーなどのOptionが当たらない問題を修正 * 他のpopupMenuの項目選択時と挙動をあわせる * チュートリアルで詰む問題を修正 * Revert "MkMenuのitemを切り出して共通化" This reverts commit ce3679798c5b642dd0e47056f70657e46b382b5e. * enhance: slotで共通化 * Update MkPostFormOtherMenu.vue * remove duplicated locale key * refactor: メニューの定義をMkPostForm側で行うように * Update CHANGELOG.md * [ci skip] Update MkPostFormOtherMenu.vue * Update MkPostForm.vue * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): improve ux for touch devicessyuilo2025-03-1611-13/+45
|
* 🎨syuilo2025-03-162-35/+0
|
* enhance(frontend): improve usability on touch devicesyuilo2025-03-168-13/+15
|
* refactorsyuilo2025-03-146-6/+12
|
* enhance(frontend): improve accounts managementsyuilo2025-03-1334-43/+45
|
* enhance(frontend): improve preferencessyuilo2025-03-131-3/+2
|
* enhance(frontend): improve emoji picker settingssyuilo2025-03-131-2/+8
|
* refactor(frontend): organize use functionssyuilo2025-03-1313-15/+15
|
* 🎨syuilo2025-03-131-1/+1
|
* enhance(frontend): ↵syuilo2025-03-121-7/+13
| | | | アカウントオーバーライド設定とデバイス間同期の併用に対応
* 🎨syuilo2025-03-123-11/+12
|
* enhance(frontend): 設定値の同期を実装(実験的)syuilo2025-03-121-4/+6
|
* enhance(frontend): improve settings pagesyuilo2025-03-111-0/+43
|
* 🎨syuilo2025-03-111-1/+1
|
* enhance(frontend): ↵ろむねこ2025-03-101-9/+7
| | | | | | | | | | | | | | | | | | | | | | | CWの注釈テキストが入力されていない場合はPostボタンを非アクティブに (#15639) * add condition to disable post button when CW text is empty * standardize condition by using 1<= inserted of 0< * unify CW text length condition to improve readability * add missing CW state check * fix state check, add empty/null check, improve max length validation * simplify CW validation by removing minimum length check * Update CHANGELOG * remove CW text validation in post() --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ↵かっこかり2025-03-101-0/+96
| | | | | | | | | | | | | | | テーマ設定で簡易プレビューを表示するように (#15643) * enhance(frontend): テーマ設定で簡易プレビューを表示するように * Update Changelog * fix lint * 🎨 --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>