summaryrefslogtreecommitdiff
path: root/packages/frontend/test/url-preview.test.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: use summaly, browser-image-resizer, and sharp-read-bmp on ↵tamaina2023-12-311-1/+1
| | | | | | | | | | | | | | | registry.npmjs.org instead of git (#12856) * chore: use @misskey-dev/summaly on registry.npmjs.org instead of git * fix backend dependency * fic backend dependency * @misskey-dev/sharp-read-bmp * fix * use @misskey-dev/browser-image-resizer
* twitter埋め込みのsandbox属性にallow-popups-to-escape-sandboxを追 ↵y.takahashi2023-11-221-2/+2
| | | | | (#12400) Co-authored-by: unarist <m.unarist@gmail.com>
* feat: Avatar decoration (#12096)syuilo2023-10-211-2/+2
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* x.comでも展開ができるように (#11757)maguroshouta2023-08-221-0/+9
|
* fix(frontend/MkUrlPreview): allow fullscreen from tweets (#11712)Kagami Sascha Rosylight2023-08-131-1/+10
| | | | | * fix(frontend/MkUrlPreview): allow fullscreen from tweets * Update url-preview.test.ts
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): 投稿フォームをちょっといい感じに (#10442)tamaina2023-04-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .formラッパーを削除 * fix type of MkPostFormAttaches * :rocket: * :art: * :art: * :art: * :art: * specifiedの時は連合なしをdisabledに * :v: * set select default * gap: 2px (max-width: 500px) / 4px * wip * :v: * :art: * fix maxTextLength * 今後表示しない * :art: * cache channel * :art: * 連合なしにする * use i18n.ts.neverShow * :v: * refactor * fix indent * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-191-0/+140
* feat(frontend/MkUrlPreview): oEmbedのサポート * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * playerとoEmbedの統合 * Update CHANGELOG.md * loading=lazyはここでは不要 * border: 0 * プレビュー直後にautoplayできる機能の復旧 * add test * refactor test * explain about cache * expandPreviewはもう使わない * summaly v4 * update summaly * scrolling=no to fix pixiv --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>