Souma
ff334fe9d7
enhance(frontend): Add an option to customize Lockdown duration ( #16405 )
...
* chore(locales): Add "setManually" and "_time.month"
Add Japanese locales to auto-generate other languages.
* feat(frontend): Add text fields to set lockdown duration manually
Choose from presets or set it manually.
* refactor(frontend): Make objects contains option's values and labels
When adding a new option, it needed to write two times.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* refactor(frontend): Manage state by MkSelect
The functions only initialize the values.
* refactor(frontend): Make the custom input as writable computed
Clean up the MkInput components.
* chore(locales): Switch to "custom"
A single word is better than sentence on this situation.
* refactor(frontend): Insert the custom button to presets
Users don't need to click multiple times to use prests.
2025-08-18 14:11:48 +09:00
syuilo
ba40cb750b
Update about-misskey.vue
2025-08-18 10:59:31 +09:00
syuilo
fcde6789ff
feat(frontend): introduce haptic feedback as experimental feature
...
#16410
2025-08-18 10:49:27 +09:00
syuilo
e481205342
enhance(frontend): update aiscript to 1.1.0
2025-08-18 10:18:34 +09:00
syuilo
bae92a944d
enhance(frontend): improve enableInfiniteScroll stability
...
Close #16318
2025-08-15 12:40:37 +09:00
syuilo
7d30768769
fix(frontend): Botプロテクションの設定の変更検知が正しくない問題を修正
2025-08-15 12:10:14 +09:00
syuilo
c25a922928
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-08-14 16:50:59 +09:00
syuilo
d26169ea32
Update about-misskey.vue
2025-08-14 16:50:56 +09:00
Sayamame-beans
7bb43329bb
fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 ( #16401 )
...
* fix(frontend): mention-syntax detection for autocomplete doesn't work properly
* docs(changelog): update changelog
2025-08-13 10:51:23 +09:00
かっこかり
b5b7914073
enhance: ユーザー検索を制限できるように ( #16380 )
...
* enhance: ユーザー検索を制限できるように
* Update Changelog
2025-08-09 14:41:11 +09:00
かっこかり
b1b335d55a
fix: チャットの利用可否ポリシーの考慮漏れを修正 ( #16259 )
...
* fix: チャットの利用可否ポリシーの考慮漏れを修正
* 🎨
2025-08-09 14:25:31 +09:00
Sayamame-beans
2931eb0aad
Fix: チャンネルのハイライトページにノートが表示されない問題を修正 ( #16364 )
...
* fix(frontend): unable to see channel's featured notes
* docs(changelog): update changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-09 14:13:37 +09:00
anatawa12
103d5a4b44
fix frontend tests broken with aiscript 1.0.0 ( #16377 )
...
* test: update test for aiscript 1.0: line info in error
* test: update test for aiscript 1.0: keyword in object literal
2025-08-09 14:12:17 +09:00
かっこかり
785b85ee46
enhance(frontend): 画像エフェクトのUI改善 ( #16191 )
...
* enhance(frontend): 画像エフェクトの改善
* enhance: i18n colorClampAdvanced
* fix: missing translation
* enhance: i18n blockNoise
* fix lint
* fix: narrow down fx defs types
* fix
* fix: watermark用エフェクトは別で定義し直す
* fix lint
* ImageEffectorをwatermarkに隠蔽
* watermark関連の定義を完全に分離
* refactor
* fix
* ぼかし効果 -> スムージング
* refactor: remove unnecessary `as const`
* Update Changelog
2025-08-09 14:11:19 +09:00
anatawa12
8bd84a0ec4
fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 ( #15987 )
...
* fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題
* changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正
* reduce requests to retrieve timeline name
2025-08-09 10:43:07 +09:00
syuilo
e67ff36e57
enhance(frontend): AiScriptのcode-splittingが正しく行われるように
2025-08-08 21:50:05 +09:00
syuilo
076a83466e
🎨
2025-08-08 21:26:53 +09:00
syuilo
aaf3f343ea
Update about-misskey.vue
2025-08-08 21:20:23 +09:00
anatawa12
adb3ad6b7f
Follow up per locale bundle ( #16381 )
...
* fix docker build
* enable check spdx license id in frontend-builder
* fix eslint config
* run eslint for frontend-builder in ci
* fix eslint
* add license headers
* fix unnecessary comments
* update changelog
* fix generateDts
* fix tsx
2025-08-08 18:47:35 +09:00
anatawa12
8598f3912e
per-locale bundle & inline locale ( #16369 )
...
* feat: split entry file by locale name
* chore: とりあえず transform hook で雑に分割
* chore: とりあえず transform 結果をいい感じに
* chore: concurrent buildで高速化
* chore: vite ではローケルのないものをビルドして後処理でどうにかするように
* chore: 後処理のためにi18n.jを単体になるように切り出す
* chore: use typescript
* chore: remove unref(i18n) in vite build process
* chore: inline variable
* fix: build error
* fix: i18n.ts.something.replaceAll() become error
* chore: ignore export specifier from error
* chore: support i18n.tsx as object
* chore: process literal for all files
* chore: split config and locale
* chore: inline locale name
* chore: remove updating locale in boot common
* chore: use top-level await to load locales
* chore: inline locale
* chore: remove loading locale from boot.js
* chore: remove loading locale from boot.js
* コメント追加
* fix test; fetchに失敗する
* import削除ログをdebugレベルに
* fix: watch pug
* chore: use hash for entry files
* chore: remove es-module-lexer from dependencies
* chore: move to frontend-builder
* chore: use inline locale in embed
* chore: refetch json on hot reload
* feat: store localization related to boot.js in backend in bootloaderLocales localstorage
* 応急処置を戻す
* fix spex
* fix `Using i18n identifier "e" directly. Skipping inlining.` warning
* refactor: use scriptsDir parameter
* chore: remove i18n from depmap
* chore: make build crash if errors
* error -> warn few conditions
* use inline object
* update localstorage keys
* remove accessing locale localstorage
* fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
2025-08-08 11:26:18 +09:00
syuilo
ee9dc94063
enhance(frontend): タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
2025-08-06 14:22:21 +09:00
syuilo
998beeae59
feat(frontend): AiScriptを1.0に更新
...
Close #16277
2025-08-06 13:32:59 +09:00
syuilo
9931fff35b
🎨
2025-08-05 09:44:59 +09:00
syuilo
b4a0fdfaa1
fix type errors
2025-08-05 09:35:42 +09:00
syuilo
d979cd2c07
fix(frontend): 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
2025-08-05 09:15:02 +09:00
syuilo
bb56b3b4f1
feat(frontend): ページのタブバーを下部に表示できるように
2025-08-04 20:03:34 +09:00
anatawa12
9273b21516
fix: `/:initialTab?` is shown on the URL when opening note with some ways ( #16353 )
2025-08-03 22:12:35 +09:00
renovate[bot]
aa10e537a5
fix(deps): update [frontend] update dependencies ( #16350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-03 13:33:27 +09:00
renovate[bot]
c79fe6dc33
fix(deps): update [frontend] update dependencies ( #16347 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-03 12:53:17 +09:00
syuilo
6f3cc2cdf7
コントロールパネルの検索 ( #16343 )
...
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update settings.vue
* Update performance.vue
* Update performance.vue
* Update performance.vue
* Update external-services.vue
* wip
* wip
* Update security.vue
* Update settings.vue
* Update CHANGELOG.md
* wip
* Update moderation.vue
* wip
* Update branding.vue
* wip
* Update email-settings.vue
* Update system-webhook.vue
* Update MkSuperMenu.vue
* Update index.vue
2025-08-03 11:02:20 +09:00
syuilo
7c1f4c9037
perf(frontend): tweak css performance
2025-08-03 10:01:25 +09:00
syuilo
fc244067e0
enhnace(frontend): リロードのサジェストをダイアログではなくバナー表示に
2025-08-02 12:10:51 +09:00
poppingmoon
73de40b81e
enhance: support emojis added in Unicode 16.0 or earlier ( #16329 )
...
* add missing emojis to emojilist.json
* reorder family emojis
* reorder harp
* reorder symbols
* correct emoji genders
* add missing emojis to unicode-emoji-indexes
* add Japanese annotations for Sark flag
* correct kana notations
* add square colors
* upgrade @twemoji/parser to 16.0.0
* correct emoji genders
* upgrade mfm.js to 0.25.0
2025-08-01 22:26:29 +09:00
syuilo
c2c5898221
refactor
2025-08-01 19:55:55 +09:00
かっこかり
e092008dc5
feat(frontend): セーフモード ( #16245 )
...
* feat(frontend): セーフモード
* Update Changelog
* Update Changelog
* fix
* fix
* Update Changelog
* Update Changelog
* PWAのショートカット経由でもセーフモードで起動できるように
* Update ClientServerService.ts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-01 17:20:40 +09:00
かっこかり
62f68de800
fix(frontend); Playのボタンがはみ出している問題を修正 ( #16303 )
2025-08-01 14:31:49 +09:00
syuilo
1082145c74
enhance: ジョブのログを表示できるように
2025-08-01 12:54:33 +09:00
syuilo
b2b07e5f21
enhance(backend): 連合関係のサーバー設定のデフォルト値をウィザード側に移動
...
- サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない
- 連合は初期設定が終わるまで閉じられている方が安全
2025-08-01 12:36:25 +09:00
syuilo
d624da9c1a
feat: remote notes cleaning ( #16292 )
...
* Create CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* wip
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update CleanRemoteNotesProcessorService.ts
* Update job-queue.job.vue
* wip
* Update CleanRemoteNotesProcessorService.ts
* wip
* wip
* wip
* Update CleanRemoteNotesProcessorService.ts
* wip
* Update CHANGELOG.md
* Revert "wip"
This reverts commit 89d455d302
.
* wip
* woip
* Update QueueService.ts
* Update QueueService.ts
* ピン留め考慮
* Update CleanRemoteNotesProcessorService.ts
* Update QueueService.ts
* Update CleanRemoteNotesProcessorService.ts
* add log
* Update CHANGELOG.md
* wip
* Update MkServerSetupWizard.vue
2025-08-01 11:49:12 +09:00
syuilo
4c520fa693
enhance(frontend): サーバーの初期設定ウィザードをやり直せるように
2025-08-01 11:07:09 +09:00
かっこかり
4f5d3f6f7d
fix(frontend): MkNotesTimelineの日付dividerのスタイル修正 ( #16306 )
2025-07-31 21:45:34 +09:00
syuilo
18daf43f70
clean up
...
ワイルドカードセレクタはexpensive
2025-07-31 21:12:07 +09:00
かっこかり
a45e89c300
fix(frontend): 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 ( #16304 )
...
* fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正
* Update Changelog
* Update theme.ts
2025-07-31 18:47:22 +09:00
syuilo
f2a23fb55e
ノートの脱CASCADE削除 ( #16332 )
...
* wip
* Update CHANGELOG.md
* Update QueryService.ts
* Update QueryService.ts
* wip
* Update MkNoteDetailed.vue
* Update NoteEntityService.ts
* wip
* Update antennas.ts
* Update create.ts
* Update NoteEntityService.ts
* wip
* Update CHANGELOG.md
* Update NoteEntityService.ts
* Update NoteCreateService.ts
* Update note.test.ts
* Update note.test.ts
* Update ClientServerService.ts
* Update ClientServerService.ts
* add error handling
* Update NoteDeleteService.ts
* Update CHANGELOG.md
* Update entities.ts
* Update entities.ts
* Update misskey-js.api.md
2025-07-31 14:40:51 +09:00
かっこかり
927aa9dc3d
fix(frontend): inline な SearchMarker のパスが正しくない問題を修正 ( #16301 )
...
* replace URL path for inlined SearchMarkers
The search index looks like:
```ts
[
{
id: 'foo', label: 'security',
path: '/settings/security', inlining: ['2fa'],
},
{
id: '2fa',
label: 'two-factor auth',
path: '/settings/2fa', // guessed wrong by the index generation
},
{
id: 'aaaa',
parentId: '2fa',
label: 'totp',
},
…
]
```
This file post-processes that index and re-parents the inlined
sections. Problem was, it left the (wrong) `path` untouched.
Replacing the `path` makes the search work fine.
* Update Changelog
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
2025-07-30 14:39:55 +09:00
かっこかり
1dec8b2329
fix(frontend/test): Cypressが失敗する問題を修正 ( #16307 )
...
* attempt to fix test
* fix(frontend/test): Cypressが失敗する問題を修正
2025-07-30 14:12:59 +09:00
かっこかり
4f653f2fbc
enhance(frontend): typed nirax ( #16309 )
...
* enhance(frontend): typed nirax
* migrate router.replace
* fix
2025-07-30 12:30:35 +09:00
tamaina
b660769288
perf(frontend): draw-blurhash workerの結果をpostMessageする際にImageBitmapを移譲する ( #16330 )
2025-07-30 09:30:07 +09:00
syuilo
a686592734
enhance(frontend): disable InfiniteScroll to improve stability
...
#16229
2025-07-17 20:02:55 +09:00
syuilo
0619dba04d
remove unused code
2025-07-17 20:00:05 +09:00
renovate[bot]
1b791258ce
fix(deps): update [frontend] update dependencies ( #16202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 12:14:19 +09:00
anatawa12
6f6fdfe28e
Migration cleanup ( #16288 )
...
* chore: apply several @Index and @ManyToOne to match actual migration code
* chore: several decorator updates with typeorm bug workaround with patches
* feat: add final cleanup migration
* dev: add .editorconfig settings for generated migrations
* chore: update dockerfile to build package with patches
* chore: update federation test compose to include patches
* chore: revert few dependency update
* chore: don't check disableRegistration on test env
* test: add test for checking migration script
* chore: set proxyRemoteFiles true in test config
* chore: enter invitation code in signup test
* fix: register send button is not disabled when invitationCode is not input
2025-07-16 15:49:05 +09:00
anatawa12
08cc5a99bb
Don't remove notes when reply / renote is removed ( #16287 )
...
* chore: make NO ACTION on channel/reply/renote removal
* chore(docs): add description to show a possibility of reply null with replyId non-null
* fix: packing NoteDraft fails when reply / renote is removed
* feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
2025-07-15 09:20:48 +09:00
syuilo
5ecaf5095e
enhance: ウォーターマーク機能をロールで制御可能に
2025-07-12 15:13:35 +09:00
anatawa12
e26369ed48
fix: unable to horizontally scroll when pull to refresh is enabled ( #16273 )
2025-07-12 15:00:06 +09:00
syuilo
c165749a29
chore(frontend): fix type errors
2025-07-06 20:54:02 +09:00
syuilo
c4fdf5a47c
chore(frontend): fix type errors
2025-07-06 20:47:31 +09:00
syuilo
288f0abeac
chore(frontend): fix type errors
2025-07-06 20:37:09 +09:00
かっこかり
89ed8be8ff
fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正 ( #16263 )
...
* fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正
* Update Changelog
* 誤字
2025-07-06 19:38:09 +09:00
かっこかり
a8abb03d17
refactor(frontend): Formまわりの型強化 ( #16260 )
...
* 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>
2025-07-06 19:36:11 +09:00
syuilo
c2a01551a7
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-07-06 19:32:33 +09:00
syuilo
553ccff77c
chore(frontend): tweak selector to improve rendering performance
2025-07-06 19:32:31 +09:00
かっこかり
9dddc84750
refactor(frontend): menuの型定義の可読性向上 ( #16261 )
2025-07-06 17:24:34 +09:00
syuilo
004cfd5e4b
clean up
2025-07-06 15:57:21 +09:00
syuilo
40a35968f0
clean up
2025-07-06 15:54:33 +09:00
syuilo
e6ec15e397
feat: 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
2025-07-06 09:54:49 +09:00
syuilo
8430256f22
clean up
2025-07-05 19:29:18 +09:00
syuilo
f128682200
fix type errors
2025-07-05 17:13:29 +09:00
syuilo
cc4cdd1ec0
clean up
2025-07-05 12:13:08 +09:00
syuilo
075df75afa
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-07-05 11:56:22 +09:00
syuilo
64eb338d65
🎨
2025-07-05 11:56:20 +09:00
tamaina
d986da745b
ノートのサーバー情報(InstanceTicker)のデザイン/パフォーマンス改善(-webkit-text-stroke ver) ( #16225 )
...
* Revert "enhance(frontend): Instance Tickerのデザイン改善 (#15946 )"
This reverts commit 04928ba7d1
.
* enhance(frontend): Instance Tickerのデザイン改善(-webkit-text-stroke)
* 🎨
* use theme fg/bg
* use panel
2025-07-05 09:59:48 +09:00
syuilo
a460bb7913
perf(frontend): improve rendering performance
2025-07-05 09:05:47 +09:00
syuilo
7cf1eccd04
clean up
2025-07-05 08:31:20 +09:00
かっこかり
7667011266
fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 ( #16247 )
...
* fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正
* Update Changelog
2025-07-04 18:49:21 +09:00
syuilo
dd87d26bdc
feat: Playを検索できるように
...
#13115
2025-07-04 10:20:00 +09:00
かっこかり
b7a6301c2e
fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように ( #16246 )
...
* fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように
* Update Changelog
* remove unused import
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-07-04 07:40:00 +09:00
syuilo
73e8d950df
enhance(frontend): 投稿フォームにファイルをペースト/ドロップした際のUXを改善
...
Resolve #16205
2025-07-03 19:11:46 +09:00
かっこかり
179d990c39
fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように ( #16243 )
...
* fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように
* fix lint
* 待たない
2025-07-03 18:52:16 +09:00
tamaina
ccbc4cffaa
enhance(frontend): 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 ( #16226 )
...
* enhance(frontend): 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化
Fix #16224
* fix
* +→*
* fix
* use RegExp.test
* Update packages/frontend/src/pages/share.vue
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
---------
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
2025-07-03 18:00:43 +09:00
tamaina
706244925d
fix(frontend): 条件により保存できない場合のメッセージを汎用的なものへ ( #16238 )
...
Fix #16228
2025-07-03 17:59:55 +09:00
かっこかり
09a5e4b10a
fix(frontend): Paginatorの型エラー解消 ( #16230 )
...
* fix(frontend): fix paginator type error
* fix
* refactor
* fix
* fix
* fix(paginator): remove readonly type
* fix
* typo
* fix: R -> E
* remove any
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-07-03 11:20:26 +09:00
syuilo
c48acad04b
🎨
2025-06-29 17:21:43 +09:00
syuilo
933e252687
fix of f1deb89e34
2025-06-29 15:36:39 +09:00
syuilo
f1deb89e34
refactor(frontend): improve pagination implementation
2025-06-29 15:11:25 +09:00
syuilo
c215cccf1d
enhance(frontend): ファイルアップロード時にセンシティブ設定されているか表示するように
2025-06-29 08:50:55 +09:00
syuilo
3c6f07fc8c
feat: モデログを検索できるように
2025-06-28 21:38:54 +09:00
syuilo
3c5ed0ffbb
enhance(frontend): improve modlog pagination
2025-06-28 21:18:36 +09:00
syuilo
b8e8f3ad25
enhance: ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
2025-06-28 20:21:21 +09:00
syuilo
012b2a9764
enhance(frontend): improve MkTl rendering
2025-06-28 19:24:55 +09:00
syuilo
dfbc40f868
lint
2025-06-28 19:20:02 +09:00
syuilo
32ddaa0cf8
Update about-misskey.vue
2025-06-28 12:02:16 +09:00
syuilo
bf6e218355
refactor
2025-06-28 12:00:15 +09:00
syuilo
19ef6c0b14
Update about-misskey.vue
2025-06-27 20:10:17 +09:00
syuilo
535b86f05e
lint
2025-06-27 10:02:49 +09:00
syuilo
9a28fa0534
refactor(frontend/pref): refactor preferences manager
...
Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
2025-06-26 16:25:43 +09:00
syuilo
bf57557ba3
refactor(frontend): refactor uploader image editing features and menu
...
Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
2025-06-26 12:10:15 +09:00
syuilo
8fda4fefaf
refactor
2025-06-26 12:06:53 +09:00
syuilo
f1983d1aa5
Update type from UploaderDialogFeatures to UploaderFeatures
...
Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage.
2025-06-26 12:02:25 +09:00
syuilo
60649f4d66
add note
2025-06-26 12:01:56 +09:00
syuilo
525a330637
tweak eslint config
2025-06-26 10:49:41 +09:00
taichan
b455e63da7
chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように ( #16215 )
...
* chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように
* fix message
* naming
* SPDX
2025-06-26 08:26:44 +09:00
keito
c424554d4a
ジョブキューの`Progress`の値を正しく計算する ( #16218 )
...
* fix: ジョブキューのProgressの値の範囲を 0~100 に統一
* fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
2025-06-25 20:30:17 +09:00
syuilo
eee9a5f853
enhance(frontend): ページネーションの並び順を逆にできるように
2025-06-25 20:26:20 +09:00
taichan
b752dc72e5
feat: ノートの下書き(draft of note) ( #15298 )
...
* WIp (backend)
* Remove unused
* 下書きbackend 続き
* fix(backedn): visibilityが下書きに反映されない
* Update packages/backend/src/postgres.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Fix : import order
* fix(backend) : createでcwが効かない
* FIX FOREGIN KEY
* wip: frontend(既存の下書きを挿入)
まだ:チャンネル表示、下書きの作成、削除
* WIP: ノート選択ダイアログ
投稿時に下書きを削除
* Promiseに変更
* 連合なし、チャンネルも表示
* Hashtagの値抜け漏れ
* hasthagを0文字でも作成可能に
* 下書きの保存機構
* chore(misskey-js): build types
* localOnly抜け漏れ
* チャンネル情報の書き換え
* enhance(frontend): ヘッダ部の表示改善
* fix(frontend): ファイル添付できない
* fix: no file
* fix(frontend): 投票が反映されない
* ハッシュタグの展開(コメントアウト外し忘れ)
* fix: visibleUserIdsが反映されない
* enhance: APIの型を整備
* refactor: 型が整備できたのでasを削除
* Add userhost
* fix
* enhance: paginationを使う
* fix
* fix: 自分のアカウントでの投稿でしか下書きを利用できないように
完全に塞ぐことはできないが一応
* 🎨
* APIのエラーIDを追加
* enhance: スタイル調整
* remove unused code
* 🎨
* fix: ロールポリシーの型
* ロールの編集画面
* ダイアログの挙動改善
* 下書き機能が利用できない場合は表示しないように
* refactor
* fix: ダブルクリックが効かない問題を修正
* add comments
* fix
* fix: 保存時のエラーの種別にかかわらずmodalを閉じないように
* fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた)
* fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように
* fix(backend): テキストが0文字でも下書きは保存できるように
* Fix(backend): replyIdの型定義がミスっているのを修正
* chore(misskey-js): update types
* Add CHANGELOG
* lint
* 常にサーバー下書きに保存し、上限を超えた場合のみ尋ねるように
* NoteDraftServiceにcreate, updateの処理を移譲
* Fix typeerror
* remove tooltip
* Remove Mkbutton:short and use iconOnly
* 不要なコメントの削除
* Remove Short Completely
* wip
* escキーまわりの挙動を改善
* 下書き選択時に下書き可能数と現在の量が分かるように
* cleanUp
* wip
* wi
* wip
* Update MkPostForm.vue
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-06-25 17:09:23 +09:00
syuilo
06d31c0b78
fix(frontend): ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正
...
Fix #16206
2025-06-25 10:55:30 +09:00
syuilo
32d4c312ef
enhance(frontend): ファイルアップロード前にキャプション設定を行えるように
...
Resolve #16210
2025-06-25 10:49:58 +09:00
syuilo
36fde67992
enhance(frontend): improve theme settings
2025-06-25 10:23:39 +09:00
syuilo
43abbce2af
enhance(frontend): 全てのページネーションにおいてコンテキストメニューからリロードできるように
2025-06-25 10:08:44 +09:00
syuilo
684424f26a
enhance(frontend): improve useScrollPositionKeeper
2025-06-24 20:30:32 +09:00
syuilo
36989e0cd3
Update about-misskey.vue
2025-06-24 20:24:34 +09:00
syuilo
d518682e73
add note
2025-06-24 11:44:16 +09:00
syuilo
0ada970337
enhance(frontend): 設定の自動バックアップをオンにした直後に自動バックアップするように
2025-06-23 17:12:25 +09:00
syuilo
fe805fb7f0
enhance(frontend/image-effector): tweak fxs
2025-06-15 11:06:46 +09:00
syuilo
e9af9d4451
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:57:29 +09:00
syuilo
ce90fee586
enhance(frontend/image-effector): add blockNoise fx
2025-06-15 10:55:11 +09:00
syuilo
5bec8ba6b0
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:19:42 +09:00
syuilo
3dbfd80d65
enhance(frontend/image-effector): tweak colorAdjust fx
2025-06-15 09:25:57 +09:00
syuilo
b33eeb1366
enhance(frontend/image-effector): tweak distort fx
2025-06-15 08:47:59 +09:00
かっこかり
32d721abf1
refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 ( #16188 )
...
* refactor(frontend): checkWordMuteの返り値が誤っている問題を修正
* fix lint
2025-06-14 16:08:14 +09:00
syuilo
bc07b79a23
fix(frontend): デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正
...
Fix #16164
2025-06-14 11:36:42 +09:00
zyoshoka
89db7b3fa8
fix(frontend): display reactions correctly in welcome timeline ( #16186 )
2025-06-12 19:05:24 +09:00
syuilo
63e8935c86
fix(frontend): disable note_view_interruptor temporary to prevent rendering glitch
2025-06-11 12:42:49 +09:00
renovate[bot]
0ffd9e267a
fix(deps): update [frontend] update dependencies ( #16144 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 16:07:34 +09:00
syuilo
9a3219f12e
fix(frontend): Plugin:register_note_view_interruptor()によるノートの書き換えが機能しない問題を修正
...
Fix #16180
2025-06-10 09:51:45 +09:00
syuilo
dda2ad6bcd
fix(frontend): support non-image files
2025-06-07 09:26:49 +09:00
syuilo
1c3604c7fb
🎨
2025-06-07 08:15:31 +09:00
syuilo
4906f1f45c
🎨
2025-06-07 08:07:23 +09:00
syuilo
6506429f09
enhance(frontend): アップローダー内でセンシティブフラグを設定可能に
2025-06-07 07:57:23 +09:00
syuilo
9bd5f887de
enhance(frontend): 投稿フォームにアップローダーを埋め込み ( #16173 )
...
* wip
* Update MkPostForm.vue
* wip
* wip
* Update MkPostForm.vue
* wip
* wip
* add tip
* Update tips.ts
* Update MkPostForm.vue
2025-06-07 07:47:43 +09:00
syuilo
be35fe468b
refactor(frontend): refactor tips
2025-06-06 21:03:35 +09:00
syuilo
4b9b3ced01
enhance(frontend): improve MkTip usability
2025-06-06 20:59:01 +09:00
syuilo
20b8148ddf
chore(frontend): tweak ui
2025-06-06 09:02:47 +09:00
かっこかり
95ea62f222
enhance(frontend): 画像エフェクトの操作でRangeをダブルクリックしたらデフォルトの値に戻るように ( #16171 )
...
* enhance(frontend): エフェクトの操作でRangeをダブルクリックしたらデフォルトの値に戻るように
* fix: trackの計算方法を修正
* remove unnecessary async
2025-06-05 22:25:49 +09:00
syuilo
fde67dca74
enhance(frontend): tweak server setup wizard
2025-06-05 21:05:11 +09:00
かっこかり
a603a4970e
enhance(frontend): 画像エフェクト「色調補正」を追加 ( #16170 )
2025-06-05 20:29:02 +09:00
syuilo
6c9e055aae
add note
2025-06-05 15:05:00 +09:00
syuilo
a971e44cee
refactor(frontend): refactor ImageEffector
2025-06-05 15:00:17 +09:00
syuilo
c6808f1eb6
refactor(frontend): refactor ImageEffector
2025-06-05 12:58:32 +09:00
syuilo
2a78360588
refactor(frontend): refactor ImageEffector
2025-06-05 12:25:22 +09:00
syuilo
60fc9a5195
🎨
2025-06-04 16:33:55 +09:00
かっこかり
b43dfa260b
fix/refactor(frontend): 画像編集機能の修正・型強化 ( #16156 )
...
* enhance: refine uploadFile
* fix: missing locale
* refactor: harden types
* refactor: シェーダーファイルをlazy-loadingできるように
* fix(frontend): omit console.log in production environment
* fix: glslのバージョン表記は最初の行になければならない
* fix: シェーダーの読み込みが完了してからレンダリングを行うように
* fix merge failure
* fix: ウォーターマークのプリセットがない場合にdividerが2重に表示される問題を修正
* fix: アップローダーダイアログの機能設定でウォーターマークが無効な場合でもデフォルトのプリセットが適用されてしまう問題を修正
* fix lint
* Revert "fix: シェーダーの読み込みが完了してからレンダリングを行うように"
This reverts commit e06f37a7d4
.
* Revert "fix: glslのバージョン表記は最初の行になければならない"
This reverts commit afcc37d886
.
* Revert "refactor: シェーダーファイルをlazy-loadingできるように"
This reverts commit a1ab2fa38c
.
* fix: ウォーターマークのFX定義を分ける
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
* Update packages/frontend/src/components/MkWatermarkEditorDialog.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-06-04 16:22:09 +09:00
syuilo
e3b57a118d
🎨
2025-06-04 16:15:06 +09:00
syuilo
fdcb6a09a9
fix(frontend): タッチ操作時にチャートのツールチップが消えなくなる場合がある問題を修正
2025-06-04 16:10:57 +09:00
syuilo
218df19d9c
enhance(frontend): スマホでのMkModalWindowの表示を最適化
2025-06-04 12:28:50 +09:00
syuilo
b766589c00
enhance(frontend): ミュートした絵文字をデバイス間で同期できるように
...
Resolve #16158
2025-06-04 12:01:33 +09:00
syuilo
b7aa013a41
feat: 全てのチャットメッセージを既読にできるように
2025-06-03 21:06:37 +09:00
syuilo
cd9322a824
feat(frontend): 画像編集機能 ( #16121 )
...
* wip
* wip
* wip
* wip
* Update watermarker.ts
* wip
* wip
* Update watermarker.ts
* Update MkUploaderDialog.vue
* wip
* Update ImageEffector.ts
* Update ImageEffector.ts
* wip
* wip
* wip
* wip
* wip
* wip
* Update MkRange.vue
* Update MkRange.vue
* wip
* wip
* Update MkImageEffectorDialog.vue
* Update MkImageEffectorDialog.Layer.vue
* wip
* Update zoomLines.ts
* Update zoomLines.ts
* wip
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* swip
* wip
* Update ImageEffector.ts
* wop
* Update MkUploaderDialog.vue
* Update ImageEffector.ts
* wip
* wip
* wip
* Update def.ts
* Update def.ts
* test
* test
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update MkImageEffectorDialog.vue
* wip
* use WEBGL_lose_context
* wip
* Update MkUploaderDialog.vue
* Update drive.vue
* wip
* Update MkUploaderDialog.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2025-06-03 19:18:29 +09:00
syuilo
9fdc3c5def
chore(frontend): remove duplicate declarations
2025-06-03 18:44:51 +09:00
かっこかり
4af8c7f8b0
enhance(frontend): リアクションビューワーで使用可能なリアクションを優先して表示するオプション ( #16149 )
...
* enhance(frontend): リアクションビューワーで使用可能なリアクションを優先して表示するオプション
* Update Changelog
* tweak
* fix
* enhance: リアクティブじゃなくする
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-06-03 18:44:01 +09:00