summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkUrlPreview.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): URLプレビューのto/hrefがない問題を修正tamaina2024-03-221-0/+1
| | | | Fix of https://github.com/misskey-dev/misskey/pull/13579/files/9ae577871b10f6231acc3451188cd69ede9443ed#diff-cfa02e203bdbd03dbf312a889f009ca7f9ebd8376334ebd74c4961b716b22d93
* fix: URLプレビューの動作改善+動作設定を可能にする (#13579)おさむのひと2024-03-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | * wip * support new version * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする * fix lint * fix lint * tweak preview request error handles * fix: CHANGELOG.md * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* Fix: Summaly ↵MeiMei2024-02-081-1/+1
| | | | | | | proxy利用時にプレイヤーが動作しないことがあるのを修正 (#13196) * Fix: Summaly proxy利用時にプレイヤーが動作しないことがあるのを修正 * CHANGELOG
* enhance(frontend): ページ遷移時にPlayerを閉じるように (#13013)ikasoba2024-01-171-1/+5
| | | | | | | * なんかできた * update changelog.md * onDeactivatedを使うように
* 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
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* chore: hide thumbnail if website is sensitive (#12581)anatawa122023-12-061-1/+3
|
* enhance/feat(frontend): データセーバーの改良・強化 (#12526)かっこかり2023-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* twitter埋め込みのsandbox属性にallow-popups-to-escape-sandboxを追 ↵y.takahashi2023-11-221-1/+1
| | | | | (#12400) Co-authored-by: unarist <m.unarist@gmail.com>
* Revert "fix: URLプレビューが表示されないのを修正 (#12222)"syuilo2023-11-031-4/+3
| | | | This reverts commit 8366984b2b81d0f13fb2c705ccf5cc5062bc7d4e.
* fix: URLプレビューが表示されないのを修正 (#12222)ikasoba2023-11-031-3/+4
| | | | | | | | | | | * プレビューが表示されないのを修正 * 修正 * Update packages/frontend/src/components/MkUrlPreview.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): use ESMsyuilo2023-09-191-6/+6
|
* enhance(frontend): ↵かっこかり2023-09-101-1/+2
| | | | | | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#11806) * enhance datasaver mode * サムネイルがないとき変な角丸にならんようにする * Avoid using wildcard selector * Avoid wildcard * Update MkMediaImage.vue * (fix) ノートの画像プレビューがでない * (fix) recent pages design --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Revert "enhance(frontend): ↵syuilo2023-09-081-2/+1
| | | | | | データセーバーモードで隠れる画像を増やす等 (#11779)" This reverts commit 22d966e92dabffba23178a4afb5853882ba7249e.
* enhance(frontend): ↵かっこかり2023-09-061-1/+2
| | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#11779) * enhance datasaver mode * サムネイルがないとき変な角丸にならんようにする * Avoid using wildcard selector * Avoid wildcard * Update MkMediaImage.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* x.comでも展開ができるように (#11757)maguroshouta2023-08-221-1/+1
|
* fix(frontend/MkUrlPreview): allow fullscreen from tweets (#11712)Kagami Sascha Rosylight2023-08-131-1/+8
| | | | | * fix(frontend/MkUrlPreview): allow fullscreen from tweets * Update url-preview.test.ts
* enhance(frontend): TwitterアイコンをXに変更 (#11436)Ebise Lutica2023-07-311-1/+1
|
* 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>
* Hide action buttons on `MkUrlPreviewPopup` (#11332)woxtu2023-07-211-13/+17
|
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-141-1/+1
|
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend/MkUrlPreview): summalyがエラーになった際の挙動を修正tamaina2023-05-171-7/+23
|
* build(#10336): Storybook & Chromatic & msw (#10365)Acid Chicken (硫酸鶏)2023-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build(#10336): init * fix(#10336): invalid name conversion * build(#10336): load locales and vite config * refactor(#10336): remove unused imports * build(#10336): separate definitions and generated codes * refactor(#10336): remove hatches * refactor(#10336): module semantics * refactor(#10336): remove unused common preferences * fix: typo * build(#10336): mock assets * build(#10336): impl `SatisfiesExpression` * build(#10336): control themes * refactor(#10336): semantics * build(#10336): make .storybook as an individual TypeScript project * style(#10336): use single quote * build(#10336): avoid intrinsic component names * chore: suppress linter * style: typing * build(#10336): update dependencies * docs: note about Storybook * build(#10336): sync * build(#10336): full reload server on change * chore: use defaultStore instead * build(#10336): show popups on Story * refactor(#10336): remove redundant div * docs: fix * build(#10336): interactions * build(#10336): add an interaction test for `<MkA/>` * build(#10336): bump storybook * docs(#10336): mention to pre-build misskey-js * build(#10336): write stories for `MkAcct` * build(#10336): write stories for `MkAd` * build(#10336): fix missing type definition * build(#10336): use `toHaveTextContent` * build(#10336): write some stories * build(#10336): hide internal args * build(#10336): generate `components/global` stories only * build(#10336): write stories for `MkMisskeyFlavoredMarkdown` * fix: conflict errors * build(#10336): subcomponents on sidebar * refactor: restore `SatisfiesExpression` * docs(#10336): note development status * build(#10336): use chokidar-cli * docs(#10336): note chokidar-cli mode * chore(#10336): untrack generated stories files * fix: pointer handling * build(#10336): finalize * chore: add static option to `MkLoading` * refactor(#10336): bind to local args * fix: missing case * revert: restore `SatisfiesExpression` This reverts commit f246699f38a28befbfccc11e9eade22cbaace4f3. * build(#10336): make storybook buildable * build(#10336): staticify assets * build(#10336): staticified directory structure * build(#10336): normalize path for Windows * ci(#10336): create actions * build(#10336): ignore tsc errors * build(#10336): ignore tsc errors * build(#10336): missing dependencies * build(#10336): missing dependencies * build(#10336): use fast-glob * fix: invalid lockfile * ci(#10336): increase heap size * build(#10336): use unpkg for storybook tabler icons * build(#10336): use unpkg for storybook twemojis * build(#10336): disable `ProfilePageCat` * build(#10336): blur `MkA` before interaction ends * ci(#10336): stabilize * ci(#10336): fetch-depth * build(#10336): isChromatic * ci(#10336): notify on changes * ci(#10336): fix typo * ci(#10336): missing working directory * ci(#10336): skip build * ci(#10336): fix path * build(#10336): fails on Windows * build(#10336): available on Windows * ci(#10336): disable animation on chromatic * ci(#10336): add static option to `PageHeader.tabs` * chore: void * ci(#10336): change parameters * docs(#10336): update CONTRIBUTING * docs(#10336): note about meta overriding and etc. * ci(#10336): use Chromatic for checks * ci(#10336): use `pull_request` instead of `pull_request_target` for now * ci(#10336): use `exitOnceUploaded` * ci(#10336): reuse built storybook * ci(#10336): back to `pull_request_target` * chore: unused dependencies * style(#10336): reduce prettier indents * style: note about `TSSatisfiesExpression`
* refactor(frontend): remove $storesyuilo2023-04-011-1/+2
|
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-191-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* enhance(client): MkUrlPreviewの閉じるボタンを見やすく (#9913)taiy2023-02-241-8/+21
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+1
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): validate urls to improve securitysyuilo2023-02-041-1/+2
|
* fix(client): validate urls to improve securitysyuilo2023-02-041-0/+1
|
* refactor(client): use css modulessyuilo2023-01-141-167/+168
|
* perf: use overflow: clip instead of overflow: hidden (#9443)tamaina2023-01-021-1/+1
| | | | | * use overflow: clip * revert
* use Intl.DateTimeFormat and Intl.NumberFormat instead of toLocaleString (#9444)tamaina2023-01-011-4/+3
|
* enhance(client): tweak url previewsyuilo2022-12-301-17/+25
|
* :art:syuilo2022-12-301-1/+1
|
* refactorsyuilo2022-12-301-2/+2
|
* :art:syuilo2022-12-281-14/+19
|
* remove v-size directivesyuilo2022-12-281-64/+1
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-3/+3
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-3/+3
|
* rename: client -> frontendsyuilo2022-12-271-0/+383