summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkMediaImage.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-311-2/+2
|\
| * 🎨syuilo2025-03-311-2/+2
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-1/+1
| |
* | merge upstreamHazelnoot2025-03-251-17/+50
|\|
| * 🎨syuilo2025-03-161-1/+1
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-2/+2
| |
| * Refine preferences (#15597)syuilo2025-03-091-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * test * wip rollup pluginでsearchIndexの情報生成 * wip * SPDX * wip: markerIdを自動付与 * rollupでビルド時・devモード時に毎回uuidを生成するように * 開発サーバーでだけ必要な挙動は開発サーバーのみで * 条件が逆 * wip: childrenの生成 * update comment * update comment * rename auto generated file * hashをパスと行数から決定 * Update privacy.vue * Update privacy.vue * wip * Update general.vue * Update general.vue * wip * wip * Update SearchMarker.vue * wip * Update profile.vue * Update mute-block.vue * Update mute-block.vue * Update general.vue * Update general.vue * childrenがduplicate key errorを吐く問題をいったん解決 * マーカーの形を成形 * loggerを置きかえ * とりあえず省略記法に対応 * Refactor and Format codes * wip * Update settings-search-index.ts * wip * wip * とりあえず不確定要因の仮置きidを削除 * hashの生成を正規化(絶対パスになっていたのを緩和) * pathの入力を省略可能に * adminでもパス生成できるように * Update settings-search-index.ts * Update privacy.vue * wip * build searchIndex * wip * build * Update general.vue * build * Update sounds.vue * build * build * Update sounds.vue * 🎨 * 🎨 * Update privacy.vue * Update privacy.vue * Update security.vue * create-search-indexを多少改善 * build * Update 2fa.vue * wip * 必ずtransformCodeCacheを利用するように, キャッシュの明確な受け渡しを定義 * キャッシュはdevServerでなくても更新 * Revert "wip" This reverts commit 41bffd3a13f55618bf939dc1c9acb2a77ead4054. * inlining * wip * Update theme.vue * 🎨 * wip normalize * Update theme.vue * キャッシュのパス変換 * build * wip * wip * Update SearchMarker.vue * i18n.ts['key'] の形式が取り出せない問題のFix * build * 仮でpath入れ * 必ず絶対パスが使われるように * wip * 🎨 * storybookビルド時はcreateSearchIndexをしない * inliningの構造化 * format code * Update index.vue * wip * wip * 🎨 * wip * wip * wip * wip * wip * wip * wip * wip * clean up * wip * wip * wip * Update rollup-plugin-unwind-css-module-class-name.test.ts * Update navbar.vue * clean up * wip * wip * wip * wip * wip * Update preferences-backups.vue * Update common.ts * Update preferences.ts * wip * wip * wip * wip * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * enhance: 検索で上下矢印を使用することで検索結果を移動できるように * Update main-boot.ts * refactor * wip * Update sounds.vue * fix(frontend): PageWindowでSearchMarkerが動作するように * enhance(frontend): SearchMarkerの点滅を一定時間で止める * wip * lint fix * fix: 子要素監視が抜けていたのを修正 * アニメーションの回数はCSSで制御するように * refactor * enhance(frontend): 検索インデックス作成時のログを削減 * revert * fix * fix * Update preferences.ts * Update preferences.ts * wip * Update preferences.ts * wip * 🎨 * wip * Update MkPreferenceContainer.vue * wip * Update preferences.ts * wip * Update preferences.ts * Update preferences.ts * wip * wip * Update preferences.ts * wip * wip * Update preferences.ts * Update CHANGELOG.md * Update preferences.ts * Update deck-store.ts * deckStoreをdefaultStoreに統合 * wip * defaultStore -> store * Update profile.ts * wip * refactor * wip: plugin * plugin * plugin * plugin * Update plugin.ts * wip * Update plugin.vue * Update preferences.ts * Update main-boot.ts * wip * fix test * Update plugin.vue * Update plugin.vue * Update utility.ts * wip * wip * Update utility.ts * wip * wip * clean up * Update utility.ts --------- Co-authored-by: tai-cha <dev@taichan.site> Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
| * enhance(frontend): ↵かっこかり2025-03-031-3/+13
| | | | | | | | | | | | | | | | | | モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように (#15462) * enhance(frontend): モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように * use MkSwitch * Update Changelog
| * enhance(frontend): ↵おさむのひと2025-02-131-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | ノートに埋め込まれたメディアのコンテキストメニューから管理者用のファイル管理画面を開けるように (#15460) * enhance(frontend): ノートに埋め込まれたメディアのコンテキストメニューから管理者用のファイル管理画面を開けるように * fix icon * fix menu --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * enhance(frontend): ↵おさむのひと2025-02-101-0/+11
| | | | | | | | 開発者モードでメニューからファイルIDをコピー出来るようにする (#15444)
* | probably fix most renamed CSS variablesdakkar2024-11-081-3/+3
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-11/+11
|\|
| * refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-10/+10
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-19/+40
|\|
| * :art:syuilo2024-09-241-4/+12
| |
| * refactor(frontend): ↵かっこかり2024-09-231-16/+29
| | | | | | | | | | | | | | | | | | | | | | popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554) * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-1/+11
|\|
| * enhance(frontend): ↵かっこかり2024-07-191-1/+11
| | | | | | | | | | | | | | センシティブなメディアを開く際に確認ダイアログを出せるように (#14115) * enhance(frontend): センシティブなメディアを開く際に確認ダイアログを出せるように * Update Changelog
* | fix eye-closed → ti-eye-exclamationdakkar2024-06-221-3/+3
| | | | | | | | | | we use eye-slash for sensitive, only in a few places we used eye-closed and I think we shouldn't
* | replaced ti-photodakkar2024-06-221-1/+1
| |
* | replaced ti-info-circledakkar2024-06-221-1/+1
| |
* | replaced ti-eye-offdakkar2024-06-221-2/+2
| |
* | replaced ti-dotsdakkar2024-06-221-1/+1
| |
* | fix a bunch of ti iconsdakkar2024-04-121-1/+1
| | | | | | | | | | | | also fix some mistyped `ph-push-pin-slash` Thanks Marie for noticing!
* | Merge remote-tracking branch 'misskey/develop' into futuredakkar2024-03-071-1/+8
|\|
| * enhance(frontend): ↵かっこかり2024-03-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする (#13520) * enhance(frontend): 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるようにする * 他のファイルタイプにも対応 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (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
| |
* | upd: replace pencil icon, widget iconblueb2024-02-051-1/+1
| |
* | fix: don't show filename as alt textShittyKopper2023-12-261-4/+4
| |
* | merge: upstreamMarie2023-12-231-11/+11
|\|
| * refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
| * enhance/feat(frontend): データセーバーの改良・強化 (#12526)かっこかり2023-12-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | upd: implement radius settingShittyKopper2023-11-011-4/+4
| | | | | | | | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* | Revert "prototype: decreased rounding"ShittyKopper2023-11-011-3/+3
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | prototype: decreased roundingInsert5StarName2023-10-011-3/+3
| |
* | work in progress iconsInsert5StarName2023-09-301-8/+8
| |
* | merge: upstreamMar0xy2023-09-261-2/+18
|\|
| * feat(frontend): ↵かっこかり2023-09-221-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | センシティブなメディアを目立たせる設定を追加 (#11851) * (add) highlight sensitive image * Update Changelog * (change) 設定の位置 * (add) apply mediaHighlight to video * (change) image -> media * Update CHANGELOG * やっぱもうちょっと太い方がいい * (fix) style * Update ja-JP.yml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | fix: alt text indicator and sensetive buttonInsert5StarName2023-09-221-1/+1
| |
* | fix: element missing endMarie2023-09-221-1/+2
| |
* | upd: add no alt text indicatorInsert5StarName2023-09-221-1/+1
|/
* refactor(frontend): use ESMsyuilo2023-09-191-6/+6
|
* enhance(frontend): ↵かっこかり2023-09-101-11/+28
| | | | | | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#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-28/+12
| | | | | | データセーバーモードで隠れる画像を増やす等 (#11779)" This reverts commit 22d966e92dabffba23178a4afb5853882ba7249e.
* enhance(frontend): ↵かっこかり2023-09-061-12/+28
| | | | | | | | | | | | | | | | | データセーバーモードで隠れる画像を増やす等 (#11779) * enhance datasaver mode * サムネイルがないとき変な角丸にならんようにする * Avoid using wildcard selector * Avoid wildcard * Update MkMediaImage.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>