-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change darkmode toggle key #474
Closed
1673beta
wants to merge
153
commits into
kokonect-link:develop
from
1673beta:change-darkmode-toggle-key
Closed
Change darkmode toggle key #474
1673beta
wants to merge
153
commits into
kokonect-link:develop
from
1673beta:change-darkmode-toggle-key
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # packages/backend/src/server/api/endpoints/admin/meta.ts # packages/backend/src/server/api/endpoints/admin/update-meta.ts
Co-authored-by: pen <pen@penginn.net>
Co-authored-by: pen <pen@penginn.net>
# Conflicts: # package.json # packages/backend/package.json # packages/backend/src/config.ts # packages/backend/src/models/Meta.ts # packages/backend/src/server/api/endpoints/admin/meta.ts # packages/backend/src/server/api/endpoints/admin/update-meta.ts # packages/cherrypick-js/package.json # packages/cherrypick-js/src/autogen/types.ts # packages/frontend/src/ui/deck/tl-column.vue # pnpm-lock.yaml
Co-authored-by: pen <pen@penginn.net> # Conflicts: # CHANGELOG_yojo.md
# Conflicts: # .github/ISSUE_TEMPLATE/01_bug-report.yml # .github/ISSUE_TEMPLATE/02_feature-request.yml # .github/workflows/release-edit-with-push.yml # .github/workflows/release-with-dispatch.yml # .github/workflows/release-with-ready.yml # README.md # locales/ar-SA.yml # locales/ca-ES.yml # locales/cs-CZ.yml # locales/de-DE.yml # locales/en-US.yml # locales/es-ES.yml # locales/fr-FR.yml # locales/id-ID.yml # locales/it-IT.yml # locales/ja-KS.yml # locales/ko-GS.yml # locales/ko-KR.yml # locales/no-NO.yml # locales/pt-PT.yml # locales/ru-RU.yml # locales/th-TH.yml # locales/vi-VN.yml # locales/zh-CN.yml # locales/zh-TW.yml # package.json # packages/backend/package.json # packages/backend/src/core/CoreModule.ts # packages/backend/src/core/RoleService.ts # packages/backend/src/core/UserFollowingService.ts # packages/backend/src/core/activitypub/ApInboxService.ts # packages/backend/src/core/entities/DriveFileEntityService.ts # packages/backend/src/core/entities/NoteReactionEntityService.ts # packages/backend/src/core/entities/UserEntityService.ts # packages/backend/src/misc/json-schema.ts # packages/backend/src/models/Role.ts # packages/backend/src/models/json-schema/role.ts # packages/backend/src/queue/processors/InboxProcessorService.ts # packages/backend/src/server/api/endpoints/admin/federation/update-instance.ts # packages/backend/src/server/api/endpoints/flash/create.ts # packages/backend/src/server/api/stream/channels/home-timeline.ts # packages/backend/src/server/web/ClientServerService.ts # packages/backend/test/e2e/antennas.ts # packages/backend/test/unit/RoleService.ts # packages/cherrypick-js/etc/cherrypick-js.api.md # packages/cherrypick-js/package.json # packages/cherrypick-js/src/autogen/models.ts # packages/cherrypick-js/src/autogen/types.ts # packages/frontend/.storybook/generate.tsx # packages/frontend/package.json # packages/frontend/src/components/MkFormDialog.vue # packages/frontend/src/components/MkNotification.vue # packages/frontend/src/components/MkReactionsViewer.reaction.vue # packages/frontend/src/components/global/MkA.vue # packages/frontend/src/os.ts # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/admin/RolesEditorFormula.vue # packages/frontend/src/pages/admin/modlog.ModLog.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/scripts/form.ts # packages/frontend/vite.config.local-dev.ts # packages/sw/package.json # pnpm-lock.yaml
Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com> Co-authored-by: pen <pen@penginn.net>
Thank you for sending us a great Pull Request! 👍 example: pnpm run build-cherrypick-js-with-types |
間違いです |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
ダークモードのトグルキーをDキーからCtrl+Dに修正
Why
目がやられるので
Additional info (optional)
Checklist