-
-
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/MkUrlPreview): support expanding ActivityPub notes #11478
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #11478 +/- ##
===========================================
- Coverage 79.98% 79.92% -0.06%
===========================================
Files 954 956 +2
Lines 108806 109037 +231
Branches 8446 8452 +6
===========================================
+ Hits 87024 87147 +123
- Misses 21782 21890 +108 ☔ View full report in Codecov by Sentry. |
@@ -80,12 +81,24 @@ const showContent = $ref(false); | |||
padding: 0; | |||
} | |||
|
|||
.quoted { | |||
margin: 8px 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コンポーネントのルート要素がmarginを持つのはデザイン上トラブルの元になるからやめたいかも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ちょっといじってみたらmarginなくても良くなりました(postExpandedがtemplate使っていてMkNoteからのmarginが無視されている現象でした)
@syuilo この件、メンテされたら取り込む意思はありますか? |
👍 |
What
APをサポートしているウェブリンクをノートとして展開できるように
Why
クリックしてページ開かなくてもいいようにしたいので
Additional info (optional)
Checklist