summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/flash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy16 hours1-6/+6
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-293-31/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-273-8/+8
| | | | | | | | component
| * refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-271-23/+20
| |
* | merge upstream againHazelnoot2025-04-241-3/+3
|\|
| * refactor(frontend): MkHorizontalSwipe -> MkSwipersyuilo2025-04-151-3/+3
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-311-1/+1
|\|
| * 🎨syuilo2025-03-311-1/+1
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-301-1/+1
|\|
| * fix(frontend): avoid naming confliction of MkAdsyuilo2025-03-301-1/+1
| |
* | merge upstreamHazelnoot2025-03-253-35/+35
|\|
| * refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-203-9/+6
| | | | | | | | MkStickyContainer+MkPageHeader combination
| * follow up of 1fd87bd2e46eb50f718f95f94d844fe694e43a53syuilo2025-03-201-1/+1
| | | | | | | | コミットし忘れ
| * fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-201-3/+3
| |
| * refactor(frontend): router refactoringsyuilo2025-03-192-2/+2
| |
| * chore(frontend): use toast to show message when call copyToClipboardsyuilo2025-03-161-1/+0
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): page-metadata -> pagesyuilo2025-03-103-6/+6
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-093-11/+11
| |
| * Refine preferences (#15597)syuilo2025-03-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * fix(frontend): Play の再読込時に UI ↵ikasoba2025-02-141-5/+6
| | | | | | | | | | | | | | が以前の状態を引き継いでしまう問題を修正 (#15479) * fix * update change log
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-051-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-083-6/+7
|\|
| * refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-092-4/+4
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
| * enhance: 人気のPlayを10件以上表示できるように (#14443)おさむのひと2024-10-051-1/+2
| | | | | | Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-092-22/+40
|\|
| * Playの編集画面の保存ボタン等をstickyにする など (#14429)FineArchs2024-09-241-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * flash: sticky buttons * sticky save buttons * fix * add spacer * fix design * Update CHANGELOG.md * revert experimental background * add background * Update CHANGELOG.md --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
| * refactor(frontend): ↵かっこかり2024-09-231-10/+15
| | | | | | | | | | | | | | | | | | | | | | popupMenuの項目作成時に三項演算子をなるべく使わないように (#14554) * refactor(frontend): popupMenuの項目作成時に三項演算子をなるべく使わないように * type import * fix * lint
| * refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)かっこかり2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): shouldCollapsedを共通化 * refactor(frontend): config.js, worker-multi-dispatch.js, intl-const.jsを共通化 * fix(frontend-shared): fix type error * refactor(frontend): is-link.jsと、同一の振る舞いをする記述を共通化 * fix * fix lint * lint fixes
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-302-2/+51
|\|
| * fix(frontend): 以前のpopupの呼び出し方を修正 (#14421)かっこかり2024-08-171-2/+4
| |
| * enhance(backend): ↵zyoshoka2024-08-171-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ページ、ギャラリー、Playのモデレーション強化 (#13523) * enhance(backend): Page、ギャラリー、Playのモデレーション強化 * Update CHANGELOG.md * fix: update misskey-js * refactor(frontend): use `MkA` * Update CHANGELOG.md * fix(i18n): Page -> ページ
| * fix(general): some fixes and improvements of Play visibility (#14384)zyoshoka2024-08-101-1/+1
| | | | | | | | | | | | | | | | | | * fix(backend): missing `visibility` param in packing flash * fix(frontend): use `visibility` value got from API * enhance(frontend): change preview appearance of private Play * Update CHANGELOG.md
* | fix indentdakkar2024-08-141-1/+1
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-022-6/+10
|\|
| * chore: Use clipboard API directly (#14227)Chocolate Pie2024-07-171-1/+1
| | | | | | | | | | * chore: Use clipboard API directly * fix: Fix lint
| * AiScriptを0.19.0にアップデート (#14226)FineArchs2024-07-171-5/+6
| | | | | | | | | | | | | | * Update autogen files * Update CHANGELOG.md * Update flash-edit.vue
| * enhance: 非ログイン時には別サーバーに遷移できるように ↵かっこかり2024-07-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#13089) * enhance: 非ログイン時にはMisskey Hub経由で別サーバーに遷移できるように * fix * サーバーサイド照会を削除 * クライアント側の照会動作 * hubを経由せずにリモートで続行できるように * fix と pleaseLogin誘導箇所の追加 * fix * fix * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | replaced many more ti-*dakkar2024-06-221-1/+1
| |
* | replaced more ti-*dakkar2024-06-222-3/+3
| |
* | replaced ti-player-* and ti-volume-*dakkar2024-06-221-1/+1
| |
* | replaced ti-trashdakkar2024-06-221-1/+1
| |
* | replaced ti-chevron-downdakkar2024-06-221-1/+1
| |
* | replaced ti-reloaddakkar2024-06-221-1/+1
| |
* | replaced ti-eyedakkar2024-06-221-1/+1
| |
* | replaced ti-codedakkar2024-06-221-1/+1
| |
* | replaced ti-linkdakkar2024-06-221-1/+1
| |
* | replaced ti-heartdakkar2024-06-222-4/+4
| |
* | replaced ti-clockdakkar2024-06-221-2/+2
| |