summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactorsyuilo2025-04-281-6/+0
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-273-10/+10
| | | | component
* fix(frontend): ↵かっこかり2025-04-131-1/+2
| | | | | | | | | | | | | | | 自動バックアップが設定されていない環境では設定が消滅する旨の警告を出すように (#15802) * fix(frontend): 自動バックアップが設定されていない環境ではローカルの設定を削除しないように * Update Changelog * fix lint * fix: 警告を出すだけのみにする * fix * apply suggestion
* fix typosyuilo2025-04-091-3/+3
|
* add missing SearchMarkersyuilo2025-04-091-8/+10
|
* refactorsyuilo2025-04-091-1/+0
|
* add missing SearchMarkersyuilo2025-04-091-55/+57
|
* clean upsyuilo2025-04-081-3/+0
|
* enhance(frontend): ↵syuilo2025-04-081-18/+18
| | | | 設定検索時に対象が含まれるMkFolderを自動で開いておくように
* enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-072-48/+60
| | | | | | | | | | | | | | | | | * enhance: チャットの閲覧を無効化できるように * fix * fix * fix * readonlyの説明を追加 * enhance: チャットが無効な場合はチャット関連の設定も隠すように * fix * refactor: ChatServiceからApiに関するドメイン知識を排除
* enhance(frontend): improve search indexsyuilo2025-04-072-15/+15
|
* refactor serach index generator code (#15772)anatawa122025-04-071-2/+1
| | | | | | | | | | | | | | | | | | | * refactor: flatten search index * chore: use Function() to simplify parsing attribute * chore: remove comment handling * chore: simplify processing SearchLabel and SearchKeyword element * chore: use SearchLabel in mutedUsers * chore: small improvements * chore: remove a fallback path and simplify the entire code * fix: result path is not correct * chore: inline function
* enhance(frontend): improve migration of old settingssyuilo2025-04-071-1/+0
|
* refactor(frontend): refactor stylessyuilo2025-04-054-4/+4
|
* fix: unnecesary HMR when we opened setting page (#15756)anatawa122025-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: add MarkerIdAssigner instead of processVueFile and remove transformedCodeCache object * chore: add minimatch, a glob matcher * chore: expose MarkerIdAssigner from plugin * Revert "chore: expose MarkerIdAssigner from plugin" This reverts commit 88c6d820f8635c35f1c15b4aac0987075d7cf8aa. * chore: add plugin to generate virtual module * chore: parse inlining earlier * chore: use virtual module in search * chore: use remove old generation * chore: fix type errors * chore: add patch to workaround vitejs/vite#19792 * chore: improve filtering files to process * chore: rename plugin * docs: add comment for plugin ordering * fix: unnecessary log * fix: spdx license header
* 🎨syuilo2025-04-023-3/+3
|
* enhance(frontend): ↵syuilo2025-04-021-0/+20
| | | | インストールしたテーマをデバイス間で同期できるように
* enhance(frontend): 壁紙をデッキ設定の一部にsyuilo2025-04-012-24/+25
|
* fix missing importsyuilo2025-03-311-1/+1
|
* fix(frontend): ↵syuilo2025-03-312-10/+4
| | | | インストールしたテーマがテーマ一覧にすぐ反映されない
* enhance(frontend): デッキのオプションを追加syuilo2025-03-301-0/+33
|
* clean upsyuilo2025-03-301-2/+0
|
* enhance(frontend): organize settings pagesyuilo2025-03-301-9/+9
|
* enhance(frontend): organize settings pagesyuilo2025-03-303-178/+143
|
* enhance(frontend): ↵syuilo2025-03-291-50/+72
| | | | アイコンのスクロール追従を無効化してパフォーマンス向上できるように
* lint fixessyuilo2025-03-291-1/+1
|
* enhance(frontend): ↵syuilo2025-03-281-10/+0
| | | | ファイルアップロード処理のリファクタと設定の簡略化
* enhance(frontend): ↵syuilo2025-03-251-1/+25
| | | | Enterでチャットのメッセージを送信できるように
* enhance(frontend): チャットの送信者名を表示できるようにsyuilo2025-03-251-0/+18
|
* 🎨syuilo2025-03-251-0/+6
|
* enhance(frontend): 設定のインデックス更新syuilo2025-03-251-44/+46
|
* enhance(frontend): ↵syuilo2025-03-251-0/+11
| | | | ナビゲーションバーの副ボタンを非表示にできるように
* enhance(frontend): 設定の移行を手動でトリガーできるようにsyuilo2025-03-251-0/+14
|
* Feat: Chat (#15686)syuilo2025-03-243-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-201-3/+2
| | | | MkStickyContainer+MkPageHeader combination
* lint fixessyuilo2025-03-201-1/+1
|
* Enhance: ↵Sayamame-beans2025-03-191-1/+2
| | | | | | | | | | | 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>
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-194-8/+8
|
* refactor(frontend): router refactoringsyuilo2025-03-191-5/+0
|
* refactor(frontend): router refactoringsyuilo2025-03-194-4/+4
|
* 🎨syuilo2025-03-181-1/+1
|
* 🎨syuilo2025-03-182-2/+6
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-1614-28/+28
|
* chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-161-2/+1
|
* enhance(frontend): improve ux for touch devicessyuilo2025-03-162-4/+4
|
* 🎨syuilo2025-03-161-1/+0
|
* chore(frontend): remove duplicated warnsyuilo2025-03-161-1/+0
|
* fix(frontend): fix settings-search-index of webhooksyuilo2025-03-161-1/+1
|
* enhance(frontend): improve usability on touch devicesyuilo2025-03-161-0/+11
|
* 🎨syuilo2025-03-141-2/+1
|