-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(frontend): 画像を投稿前にプレビュー可能に #15341
Open
tai-cha
wants to merge
8
commits into
misskey-dev:develop
Choose a base branch
from
tai-cha:feat/show-image
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+116
−4
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15341 +/- ##
============================================
- Coverage 38.77% 18.82% -19.96%
============================================
Files 1601 766 -835
Lines 203902 111137 -92765
Branches 4011 1235 -2776
============================================
- Hits 79065 20919 -58146
+ Misses 124201 89629 -34572
+ Partials 636 589 -47 ☔ View full report in Codecov by Sentry. |
Co-authored-by: kakkokari-gtyih <[email protected]>
Storybookも上げたので最新の背景はChromaticで |
kakkokari-gtyih
approved these changes
Jan 25, 2025
tai-cha
commented
Jan 27, 2025
anatawa12
added a commit
to anatawa12/misskey
that referenced
this pull request
Jan 28, 2025
commit 83d2794 Author: taichan <[email protected]> Date: Mon Jan 27 10:23:18 2025 +0900 Update packages/frontend/.storybook/generate.tsx commit 842c745 Author: tai-cha <[email protected]> Date: Sat Jan 25 17:09:01 2025 +0900 Add MkImgPreviewDialog to storybook generator commit e1365fb Author: tai-cha <[email protected]> Date: Sat Jan 25 17:02:37 2025 +0900 backgroundのスタイル変更 Co-authored-by: kakkokari-gtyih <[email protected]> commit 4bb30a1 Author: tai-cha <[email protected]> Date: Sat Jan 25 16:59:32 2025 +0900 Add storybook for MkImgPreviewDialog commit c838f80 Author: tai-cha <[email protected]> Date: Sat Jan 25 16:43:25 2025 +0900 消えてたのFix commit b4842c0 Author: tai-cha <[email protected]> Date: Sat Jan 25 16:41:09 2025 +0900 SPDX commit 5b0aec5 Author: tai-cha <[email protected]> Date: Sat Jan 25 16:33:33 2025 +0900 Update Changelog commit ce787e4 Author: tai-cha <[email protected]> Date: Sat Jan 25 16:31:51 2025 +0900 feat(client): 画像をプレビュー可能に
5 tasks
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
投稿フォームに画像のプレビューを追加
Why
Close #15247
Additional info (optional)
Checklist