summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): lint fixe for tweak control panel (#14610)かっこかり2024-09-221-1/+1
|
* enhance(frontend): tweak control panelsyuilo2024-09-224-80/+40
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-77/+151
|
* ffix(frontend): lint fixes for tweak control panel (#14607)かっこかり2024-09-221-4/+4
|
* enhance(frontend): tweak control panelsyuilo2024-09-222-25/+5
|
* enhance(frontend): tweak control panelsyuilo2024-09-223-33/+98
|
* enhance(frontend): tweak control panelsyuilo2024-09-225-143/+173
|
* :art:syuilo2024-09-221-1/+6
|
* update deps (#14594)syuilo2024-09-221-46/+46
| | | | | | | | | | | * wip * Update ClientServerService.ts * eslint * Update fetch-resource.ts * wip
* :art:syuilo2024-09-213-83/+39
|
* fix(frontend): ↵かっこかり2024-09-201-1/+5
| | | | | | | | | | | | | ファイルの詳細ページのファイルの説明で改行が正しく表示されない問題を修正 (#14588) * upd: don't ignore new lines on file info * Update Changelog * :v: --------- Co-authored-by: Marie <github@yuugi.dev>
* enhance: ↵かっこかり2024-09-203-5/+145
| | | | | | | ユーザーコンテンツのインポート操作の実行可否をロールで制御できるように (#14583) * enhance: インポート操作の実行可否をロールで制御できるように * Update Changelog
* Misskey® Reactions Buffering Technology™ (#14579)syuilo2024-09-202-50/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ReactionsBufferingService.ts * Update ReactionsBufferingService.ts * wip * wip * wip * Update ReactionsBufferingService.ts * wip * wip * wip * Update NoteEntityService.ts * wip * wip * wip * wip * Update CHANGELOG.md
* feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489)おさむのひと2024-09-193-21/+146
| | | | | | | | | | | * feat: UserWebhook/SystemWebhookのテスト送信機能を追加 * fix CHANGELOG.md * 一部設定をパラメータから上書き出来るように修正 * remove async * regenerate autogen
* fix(frontend): ↵かっこかり2024-09-175-50/+50
| | | | | | | | | | | | | | | 設定変更時のリロード確認ダイアログが複数個表示されることがある問題を修正 (#14543) * fix(frontend): reloadAskが同時に複数実行されないように * Update Changelog * fix * フラグ解除が確実に行われるように * reloadAskを汎用化、理由を受け取るように * fix
* ScratchpadにUIインスペクターを追加 (#14565)FineArchs2024-09-171-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add ui list * Update scratchpad.vue * experiment * design change * redesign * redesign * Update ja-JP.yml * redesign * component properties * whole json * use textarea * fix import * stringify function * Update CHANGELOG.md * UI Component Monitor -> UI Inspector * uiInspectorOpenedFlags -> uiInspectorOpenedComponents Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix * change key i -> c.value.id --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Revert "refactor"syuilo2024-09-173-2/+144
| | | | This reverts commit 0134e6e420e5a060bccd03b8489e5b07bee99262.
* refactorsyuilo2024-09-173-10/+9
| | | | MkMisskeyFlavoredMarkdown -> MkMfm
* refactorsyuilo2024-09-173-144/+2
|
* fix(frontend): 絵文字関連のスタイルが崩れているのを修正 ↵かっこかり2024-09-175-3/+8
| | | | | | | | | | | | | | | (#14559) * fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725) (cherry picked from commit 00fd684a7b382aaeb3355a1c80dc24078a5caa61) * Update Changelog * :v: --------- Co-authored-by: Yuuki <yukikum57@gmail.com>
* enhance(frontend): ↵かっこかり2024-09-152-2/+21
| | | | | | | adminのファイルリストでセンシティブファイルに枠線を追加 (#14510) * enhance(frontend): adminのファイルリストでセンシティブファイルに枠線を追加 * Update Changelog
* refactor(frontend): 非推奨の表現を改める (#14517)かっこかり2024-09-153-34/+33
|
* fix(frontend): ↵かっこかり2024-09-151-6/+13
| | | | | | | MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 (#14545) * fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 * Update Changelog
* refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)かっこかり2024-09-1092-275/+96
| | | | | | | | | | | | | | | * 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
* fix(frontend/frontend-embed): ↵かっこかり2024-09-102-2/+2
| | | | | | | | | | | | | インポートパス・テーマまわりなどの修正 (#14535) * fix(frontend/frontend-embed): wrong imports * enhance(frontend-embed): サーバーデフォルトのテーマがある場合はそちらを利用するように * :art: * :art: * :art:
* feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)かっこかり2024-09-09132-3654/+912
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix * navhookをbootに移動 * サーバーサイドのbootも分けるように * 埋め込みページかどうかの判定は最初の一回だけに * tooltipは出せるように * fix design * 埋め込み独自のtooltipを削除 * ロジックの分岐が多かったMkNoteDetailedを分離 * fix indent * プレビュー用iframeにフォーカスが当たるのを修正 * popupの制御を出す側で行うように * パラメータが逆になっていたのを修正 * Update MkEmbedCodeGenDialog.vue * fix * eliminate misskey-js lint warns * fix * add appropriate attributes to embed html * enhance: サーバーサイドのembed系をさらに分離 * enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む) * type * lint * fix indent * server-side styleを完全に分離 * Revert "refactor: 画面サイズのしきい値をconstにまとめる" This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67. * fix * revert all changes in base.pug * embedドメインをまとめた * embedドメインをまとめた * prevent calling contextmenu in embed page by stopping at the caller * fix import * fix import * improve directory structure * fix import * register timeline ui as a container * wa- * rename * wa- * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaList.vue * Update EmMediaImage.vue * Update EmNote.vue * revert mkmedialist changes * 戻し漏れ * wip * tweak embed media ui * revert original media components * Update boot.embed.js * rename * wip * Update MkNote.vue * wip * Update MkSubNoteContent.vue * Update EmNote.vue * Update packages/frontend/src/router/definition.ts * Revert "Update packages/frontend/src/router/definition.ts" This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944. * refactor EmMediaImage * fix import * remove unused imports * Update router.ts * wip * Update boot.ts * wip * wip * wip * wip * Update EmNote.vue * Update EmNote.vue * Create EmA.vue * Create EmAvatar.vue * Update EmAvatar.vue * wip * wip * wip * Create EmImgWithBlurhash.vue * Update EmImgWithBlurhash.vue * Create EmPagination.vue * wip * Update boot.ts * wip * wip * wi@p * wip * wip * wiop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update boot.ts * wip * Update MkMisskeyFlavoredMarkdown.ts * wip * wip * wip * wip * wip * Update post-message.ts * wip * Update EmNoteDetailed.vue * Update EmNoteDetailed.vue * Create instance.ts * Update EmNoteDetailed.vue * wip * Update EmNoteDetailed.vue * wip * wip * wip * Update pnpm-lock.yaml * wip * wip * wp * wip * Update ClientServerService.ts * wip * Update boot.ts * Update vite.config.local-dev.ts * Update vite.config.ts * Create index.html * wa- * wip * Update boot.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * Create EmLink.vue * Create EmMention.vue * Update EmMfm.ts * wip * wip * wip * wip * Update vite.config.ts * Update boot.ts * Update EmA.vue * うぃp * wip * wip * Create EmError.vue * wip * Update MkEmbedCodeGenDialog.vue * Update EmNote.vue * wip * wip * Update user-timeline.vue * Update check-spdx-license-id.yml * wip * wip * style(frontend-shared): lint fixes on build.js * fix(frontend-shared): include `*.{js,json}` files in js-built * wip * use alias * refactor * refactor * Update scroll.ts * refactor * refactor * refactor * wip * wip * wip * wip * Update roles.vue * Update branding.vue * wip * wip * wip * Update page.vue * wip * fix import * add missing css variables * 絵文字をtwemojiに変更 クライアントデフォルトにあわせるため * force empoll readonly * fix compiler error * fix broken imports * tweak button style * run api extractor * fix storybook theme preloads * fix storybook instance imports * Update preview.ts * Update preview.ts * Update preview.ts * Revert "Update preview.ts" This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155. * Revert "Update preview.ts" This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4. * Revert "Update preview.ts" This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a. * Revert "fix storybook instance imports" This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e. * Revert "wip" This reverts commit d3c1926519878155193a1654f49141e515d49683. * Revert "Update page.vue" This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b. * Revert "Update branding.vue" This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16. * Revert "Update roles.vue" This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d. * Revert "wip" This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f. * refactor: use common media proxy * fix imports * fix * fix: MediaProxyの初期化を保証する(storybook対策?) * enhance(frontend-embed): improve embedParams provide * fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正 * fix * embed-pageを共通化 * fix import * fix import * fix import * const.jsを共通化 (たぶんrevertしすぎた) * fix type error * fix duplicated import * fix lint * fix * コメントとして残す * sharedとembedをlint対象にする * lint * attempt to fix eslint (frontend-shared) * lint fixes --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* fix(frontend): instance ↵かっこかり2024-09-062-32/+43
| | | | | | | infoページで不必要なapiリクエストが飛ぶのを抑止 (#14515) * fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 * fix
* refactor(frontend): scss deprecated 警告に対応 (#14513)かっこかり2024-09-068-31/+30
|
* enhance(frontend): ↵かっこかり2024-09-061-13/+80
| | | | | | | | | アイコンデコレーション管理画面にプレビューを追加 (#14511) * enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 * Update Changelog * tweak
* fix(frontend): server metrics look strange after reload (#14467)zyoshoka2024-08-302-2/+2
|
* fix(backend): use `prefixItems` in `admin/queue/*-delayed` endpoint schema ↵zyoshoka2024-08-303-26/+30
| | | | | | | | | | | | | | | (#14468) * fix(backend): represent tuples with `prefixItems` * refactor(frontend): fix type errors * fix(backend): add `prefixItems` in `SchemaType` * fix(backend): add `unevaluatedItems: false` to disallow extra items * refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue` * fix(backend): add `unevaluatedItems` in `SchemaType`
* refactor(sw): use fully typed locales (#14470)zyoshoka2024-08-302-49/+52
| | | | | * refactor(sw): use fully typed locales * fix(backend): enumerate achievement notification type
* refactorsyuilo2024-08-272-5/+2
|
* fix: ↵Kisaragi2024-08-261-1/+1
| | | | 投稿フォームの字数上限計算を実際の投稿内容に合わせる (#14466)
* enhance(frontend): error message i18nsyuilo2024-08-241-0/+5
|
* enhance(frontend): ↵syuilo2024-08-231-0/+10
| | | | サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
* fix button translation (#14444)かっこかり2024-08-201-1/+1
| | | | | | | that Japanese string exactly matches that i18n key (cherry picked from commit a408d32bb72ada9a4ad6bd1afe6e3fadb9b403db) Co-authored-by: dakkar <dakkar@thenautilus.net>
* :art:syuilo2024-08-202-2/+16
|
* refactorsyuilo2024-08-1911-49/+16
|
* refactorsyuilo2024-08-199-9/+7
|
* refactorsyuilo2024-08-194-8/+9
|
* fix(frontend): focustrapがzindexを考慮するように (#14431)かっこかり2024-08-181-4/+60
|
* :art:syuilo2024-08-181-1/+1
|
* Update about-misskey.vuesyuilo2024-08-181-4/+0
|
* Remove undefined style (#14427)woxtu2024-08-181-1/+1
|
* fix(frontend): 以前のpopupの呼び出し方を修正 (#14421)かっこかり2024-08-173-6/+12
|
* Update about-misskey.vuesyuilo2024-08-171-0/+3
|
* Update timeline.vue (refactor)かっこかり2024-08-171-1/+1
|
* enhance(backend): ↵zyoshoka2024-08-176-18/+173
| | | | | | | | | | | | | | | ページ、ギャラリー、Playのモデレーション強化 (#13523) * enhance(backend): Page、ギャラリー、Playのモデレーション強化 * Update CHANGELOG.md * fix: update misskey-js * refactor(frontend): use `MkA` * Update CHANGELOG.md * fix(i18n): Page -> ページ
* :art:syuilo2024-08-171-23/+40
|