summaryrefslogtreecommitdiff
path: root/packages/frontend/src/preferences (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy14 hours1-8/+8
|
* merge: Reduce log spam (!1004)Hazelnoot2025-06-092-6/+6
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1004 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * reduce frontend log spam from debug messagesHazelnoot2025-06-062-6/+6
| |
* | integrate localStorage options into preference systemHazelnoot2025-06-072-21/+102
|/
* add option to keep CWs with "RE:" prefixHazelnoot2025-06-041-1/+1
|
* synchronize localStorage properties to preference profileHazelnoot2025-06-011-0/+28
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-0/+3
|
* refactor following feed to avoid circular dependencyHazelnoot2025-05-101-2/+2
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * feat(frontend): タイトルバーを表示できるようにsyuilo2025-04-291-0/+3
| |
* | merge upstream againHazelnoot2025-04-241-3/+4
|\|
| * refactor(frontend): アカウント情報はstore管理にsyuilo2025-04-161-3/+4
| |
* | fix/revert some defaults back to sharkey defaultsMarie2025-04-221-2/+2
| |
* | sort our store/prefs, migrate all of themdakkar2025-04-121-63/+66
| | | | | | | | also fix `cornerRadius`
* | add some missing preferences to the definitionsdakkar2025-04-071-0/+15
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-011-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # locales/index.d.ts # package.json # packages/misskey-js/generator/package.json # packages/misskey-js/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * enhance(frontend): 壁紙をデッキ設定の一部にsyuilo2025-04-011-0/+3
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-311-1/+10
|\|
| * enhance(frontend): デッキのオプションを追加syuilo2025-03-301-1/+10
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-8/+57
|/
* enhance(frontend): ↵syuilo2025-03-291-0/+3
| | | | アイコンのスクロール追従を無効化してパフォーマンス向上できるように
* enhance(frontend): ↵syuilo2025-03-281-3/+0
| | | | ファイルアップロード処理のリファクタと設定の簡略化
* enhance(frontend): ↵syuilo2025-03-251-0/+3
| | | | Enterでチャットのメッセージを送信できるように
* enhance(frontend): チャットの送信者名を表示できるようにsyuilo2025-03-251-0/+4
|
* enhance(frontend): ↵syuilo2025-03-251-0/+3
| | | | ナビゲーションバーの副ボタンを非表示にできるように
* fix(frontend): ↵かっこかり2025-03-252-6/+6
| | | | 本番環境で不必要なconsole.logを出さないように (#15702)
* Feat: Chat (#15686)syuilo2025-03-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update def.tssyuilo2025-03-211-0/+1
|
* lint fixessyuilo2025-03-201-2/+2
|
* add todosyuilo2025-03-201-0/+2
|
* enhance(frontend): improve preference manager stabilitysyuilo2025-03-201-5/+12
|
* 🎨syuilo2025-03-181-0/+4
|
* refactorsyuilo2025-03-161-1/+10
|
* enhance(frontend): improve usability on touch devicesyuilo2025-03-161-0/+3
|
* enhance(frontend): improve pref managersyuilo2025-03-141-10/+27
|
* enhance(frontend): improve accounts managementsyuilo2025-03-133-2/+6
|
* enhance(frontend): improve preferencessyuilo2025-03-131-0/+3
|
* enhance(frontend): improve emoji picker settingssyuilo2025-03-131-3/+26
|
* refactor(frontend): cond -> scopesyuilo2025-03-131-31/+31
|
* refactorsyuilo2025-03-131-1/+1
|
* enhance(frontend): improve pref managersyuilo2025-03-131-2/+3
|
* enhance(frontend): suppress needless confirmation when turn on pref syncsyuilo2025-03-121-1/+2
|
* fix(frontend): fix type errorssyuilo2025-03-123-15/+26
|
* refactorsyuilo2025-03-121-19/+23
|
* enhance(frontend): ↵syuilo2025-03-121-17/+24
| | | | アカウントオーバーライド設定とデバイス間同期の併用に対応
* enhance(frontend): 設定値の同期を実装(実験的)syuilo2025-03-124-170/+264
|
* enhance(frontend): deckをpreferences管理にsyuilo2025-03-112-0/+11
|
* chore(frontend): improve preference store stabilitysyuilo2025-03-101-3/+5
|
* refactor(frontend): rename store.set -> store.commitsyuilo2025-03-102-3/+3
|
* refactor(frontend): rename pizzax fieldssyuilo2025-03-102-2/+2
|