summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add todosyuilo2025-03-201-0/+2
|
* enhance(frontend): improve preference manager stabilitysyuilo2025-03-201-5/+12
|
* 🎨syuilo2025-03-201-38/+31
|
* refactor(frontend): refactor componentssyuilo2025-03-206-60/+72
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-03-201-1/+1
|\
| * Bump version to 2025.3.2-beta.6github-actions[bot]2025-03-201-1/+1
| |
* | 🎨syuilo2025-03-202-35/+41
|/
* fix(frontend): minimum uiが表示できないsyuilo2025-03-201-6/+3
|
* enhance(frontend): tweak install-extensions behavioursyuilo2025-03-202-12/+11
|
* lint(frontend): improve id-denylist rulesyuilo2025-03-201-1/+5
|
* 🎨 for install-extensionssyuilo2025-03-202-59/+92
|
* fix(frontend): dev ↵syuilo2025-03-202-3/+12
| | | | buildでpreferencesのタブ同期が不必要に行われるのを修正
* Bump version to 2025.3.2-beta.5github-actions[bot]2025-03-201-1/+1
|
* fix(backend): mismatch in `emojis` param of test WebHook payload (#15675)zyoshoka2025-03-203-157/+177
| | | | | | | * fix(backend): mismatch in `emojis` param of test WebHook payload * fix: test * fix: type
* follow up of 7b323031b774745ee2146c89ead2a9ebe628d613syuilo2025-03-201-2/+2
|
* fix(frontend): ↵syuilo2025-03-201-1/+7
| | | | | | モバイルレイアウト時にホームを押しても最上部へスクロールされない Fix #15679
* 🎨syuilo2025-03-191-1/+1
|
* fix(frontend): router view stacking有効時にinstall-extensionsが動かないsyuilo2025-03-191-11/+5
|
* Update deep-equal.tssyuilo2025-03-191-3/+14
|
* Enhance: ↵Sayamame-beans2025-03-192-1/+3
| | | | | | | | | | | 2段階認証時のリカバリーコードのファイル名にサーバーURLを含めるように (#15677) * enhance(frontend): include server hostname and port in 2fa recovery code filename * chore(frontend): fix mistake(use `@` for indicate server hostname) --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.3.2-beta.4github-actions[bot]2025-03-191-1/+1
|
* Fix: Don't delete remote emoji when import zip (#15674)Yuri Lee2025-03-191-0/+2
| | | | | | | | | | | * Fix: Don't delete remote emoji when import zip * Update packages/backend/src/queue/processors/ImportCustomEmojisProcessorService.ts Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-19127-359/+353
|
* refactor(frontend): router refactoringsyuilo2025-03-1910-167/+114
|
* better import pathssyuilo2025-03-191-6/+6
|
* refactorsyuilo2025-03-193-5/+5
|
* refactor(frontend): router refactoringsyuilo2025-03-1956-625/+427
|
* refactor(frontend): router refactoringsyuilo2025-03-1910-111/+29
|
* clean upsyuilo2025-03-196-69/+21
|
* 🎨syuilo2025-03-191-1/+22
|
* 🎨syuilo2025-03-184-6/+10
|
* enhance(frontend): improve StackingRouterViewsyuilo2025-03-181-48/+87
|
* 🎨syuilo2025-03-1820-73/+324
|
* 🎨syuilo2025-03-1811-544/+349
|
* follow up of 6c8f21b608eb6e9e7691983c7e57f1cbe0a28fc1syuilo2025-03-171-1/+24
|
* fix(backend): ↵syuilo2025-03-171-1/+79
| | | | 連合無しモードでも外部から照会可能だった問題を修正
* fix (#15671)ikasoba2025-03-171-0/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-03-161-1/+1
|\
| * Bump version to 2025.3.2-beta.3github-actions[bot]2025-03-161-1/+1
| |
* | refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-1626-51/+51
|/
* enhance(frontend): 投稿フォームの設定メニューを改良 (改)syuilo2025-03-166-12/+158
| | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
* Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵syuilo2025-03-165-352/+168
| | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a.
* chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-1619-27/+11
|
* 🎨syuilo2025-03-169-9/+9
|
* Bump version to 2025.3.2-beta.2github-actions[bot]2025-03-161-1/+1
|
* refactorsyuilo2025-03-163-27/+10
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)かっこかり2025-03-165-168/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1630-45/+72
|
* 🎨syuilo2025-03-163-36/+0
|
* chore(frontend): remove duplicated warnsyuilo2025-03-162-3/+2
|