summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-1391-91/+91
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-1291-91/+91
|
* fix(frontend): ↵かっこかり2024-02-091-6/+3
| | | | aiscriptのコードブロックでのハイライト指定を修正 (#13208)
* enhance(frontend/HorizontalSwipe): 操作性の改善 (#13038)かっこかり2024-02-071-0/+4
| | | | | | | | | | | | | | | | | * Update swipe thresholds and touch-action * スワイプ中にPullToRefreshが反応しないように * 横スワイプに関与する可能性のある要素がある場合はスワイプを発火しないように * update threshold * isSwipingを外部化 * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Enhance(frontend): ↵1Step6212024-02-062-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | フロント側でもリアクション権限のチェックをするように (#13134) * フロント側でもリアクション権限のチェックをするように * update CHANGELOG.md * lint fixes * remove unrelated diffs * deny -> reject denyは「(信用しないことを理由に)拒否する」という意味らしい * allow -> accept * EmojiSimpleにlocalOnlyを含めるように * リアクション権限のない絵文字は打てないように(ダイアログを出すのではなく) * regenerate type definitions * lint fix * remove unused locales * remove unnecessary async
* enhance(frontend): ↵かっこかり2024-02-064-6/+107
| | | | | | | | | | | | | | | シンタックスハイライトにテーマを適用できるように (#13175) * enhance(frontend): シンタックスハイライトにテーマを適用できるように * Update Changelog * こっちも * テーマの値がディープマージされるように * 常にテーマ設定に準じるように * テーマ更新時に新しいshikiテーマを読み込むように
* enhance(frontend): shiki v1に移行 (#13138)かっこかり2024-02-021-13/+15
| | | | | | | | | | | * enhance(frontend): shiki v1に移行 * optimize chunks, エラーを握りつぶす * wasmを分離 * バンドルサイズの警告の最小値を650kBに引き上げ * optimize
* enhance(frontend): :cherry_blossom:syuilo2024-02-011-6/+18
|
* refactor(frontend): global/router -> routersyuilo2024-01-302-2/+2
|
* refactor: frontendのcomponentsの型エラーを改善 (#12926)yukineko2024-01-308-17/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add: safeFloatParserを追加 * fix: 欠けていた型を追加 * refactor: pageBlockTypesをjson-schemaに移植 * refactor: components/global内の型エラーが出ている箇所を修正 * lint: fix null check style * refactor: fix type error * refactor: fix some type errors * fix: 翻訳が抜けていた箇所を修正 * refactor: getJsonSchemaで正しいスキーマが返されるように修正 * fix: MkChartの型エラーとbytesオプションが機能していない問題を修正 * fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正 * refactor: fix some type errors * change: Captcha読み込み中の文言をLoadingに変更 * refactor(backend/misskey-js): MainEventの型を改善 * refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正 * update: misskey-js.api.md * refactor: fix some type errors * fix: backendのtypecheckが落ちていたのを修正 * update: misskey-js.api.md * add: json-schemaのnoteにpollの型定義を追加 * refactor: noteのjson-schemaの型を改善 * refactor: MkPoll * refactor: fix some type errors * change: UserLiteにisLockedを持たせるように * fix: notificationスキーマにroleが含まれていないのを修正 * Revert "change: UserLiteにisLockedを持たせるように" This reverts commit 1bb0c8e7a9b19a4e9f21bf7381712b98f27672a5. * fix: フォロー通知から鍵垢へのフォローを行うと処理中のまま止まってしまう問題を修正 * refactor: noteスキーマのvisibilityにenumを追加 * change: deepCloneのCloneableTypeにundefinedを追加 * refactor: fix some type errors * refactor: `allowEmpty: false`を使用していた箇所を`minLength: 1`に置き換え * enhance: API 'retension' のresponseの型を追加 * fix: Chart関連のtooltipが正しい位置に表示されない問題を修正 * refactor: fix some type errors * fix: 型情報が不足していたのを修正 * enhance: announcementスキーマにenumを追加 * enhance: ロールポリシーの型定義をRoleServiceからjson-schemaに移植 * refactor: policiesを`ref: RolePolicies`に統一 * fix: API `meta` のレスポンスの型にpoliciesが含まれていないのを修正 * refactor: fix some type errors * fix: backendのlintが落ちているのを修正 * fix: MkFoldableSectionの開閉時のanimationが適用されていない問題を修正 * fix: backendのtypecheckが落ちているのを修正 * update: run build-misskey-js-with-types * fix: MkDialogのmount時に文字数制限の判定が行われない問題を修正 * update: CHANGELOG.md * refactor: MkUserSelectDialogの型を改善 * fix: deepCloneでundefinedはcloneしないように (#9207) * change: frontendのcloneをbackend側にも反映 * update: CHANGELOG.md * fix: RoleServiceからPackを通して型RolePoliciesに依存させないように * Update packages/frontend/src/scripts/get-note-summary.ts * revert RoleService.ts changes * change: optional chaining -> non-null assertion * remove: unused import * fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正 * change: fix null check style * refactor: fix type error * change: fix null check style * Update packages/frontend/src/components/MkDrive.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * refactor: css moduleでglobalを使わないように * refactor: roleのiconUrlは必ず存在するものとして扱うように * enhance: MenuButtonのactiveにcomputedを受け付けられるように * Update packages/frontend/src/components/MkNotePreview.vue * Update MkWindow.vue * refactor: notification.noteは必ず存在するものとして扱うように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正 * Update packages/frontend/src/scripts/clone.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * refactor: 不要な返り値の型を削除 * refactor: 不要なnullチェックを削除 * update: misskey-js-autogen * update: clone.ts * refactor * Update MkNotification.vue * Update MkNotification.vue * :v: * Update MkNotification.vue * Update MkNotification.vue * Update MkNotification.vue * Update MkNotifications.vue * Update MkUserSetupDialog.Profile.vue * Update MkUserCardMini.vue * :v: * Update MkMenu.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵かっこかり2024-01-271-1/+8
| | | | | | | | | | | | | | | リモートのユーザーはメニューから直接リモートで表示できるように (#13087) * enhance(frontend): リモートのユーザーはメニューから直接リモートで表示できるように * change changelog * Apply suggestions from code review Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵かっこかり2024-01-211-0/+4
| | | | | | | | | | | | | 季節に応じた画面の演出を南半球に対応させる (#12838) * (enhance) 季節に応じた画面の演出を南半球に対応させる * Update Changelog * (add) 半球の簡易自動判定 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(reversi): tweak reversisyuilo2024-01-201-1/+11
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-204-25/+204
|\
| * refactor: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-204-25/+204
| | | | | | | | | | | | | | | | | | * refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
* | refactor: extract bubble-game engine as independent packagesyuilo2024-01-201-1440/+0
|/
* Enhance(frontend): ↵1Step6212024-01-191-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFMの属性にオートコンプリートが利用できるように (#12803) * MFMのパラメータでオートコンプリートできるように * tweak conditions & refactor * ファイル末尾の改行忘れ * remove console.log & refactor * 型付けに敗北 * fix * update CHANGELOG.md * tweak conditions * CHANGELOGの様式ミス * CHANGELOGを書く場所を間違えていたので修正 * move changelog * move changelog * typeof MFM_TAGS[number] Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * $[border.noclip ]対応 * Update const.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: styleAcid Chicken (硫酸鶏)2024-01-191-1/+1
|
* refactor: fully typed locales (#13033)Acid Chicken (硫酸鶏)2024-01-191-16/+97
| | | | | | | | | * refactor: fully typed locales * refactor: hide parameterized locale strings from type data in ts access * refactor: missing assertions * docs: annotation
* chore(drop-and-fusion): bump versionsyuilo2024-01-181-1/+1
|
* enhance(drop-and-fusion): ゲームバランスの調整などsyuilo2024-01-171-15/+26
|
* enhance: 動画・音声周りのUIと動作改良 (#12925)かっこかり2024-01-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * (fix) `/files` をバイトレンジリクエストに対応させる * video * audio * fix * fix * spdx * fix (rangeRequest) * fix * Update CHANGELOG.md * (add) ボリュームを保存できるように * (fix) ミュート復帰時に音量が固定される * named export * tweak design * Add sensitive class for audio component * Refactor seekbar styles * Refactor hms * Revert "(add) ボリュームを保存できるように" This reverts commit 6271f9493b63f96d0dd9915207e97fe120ef9037. * Revert "(fix) ミュート復帰時に音量が固定される" This reverts commit a65002b56ecdcb10f76bcc2debbe38593a69643f. * revert revert changes --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(drop-and-fusion): sweets modesyuilo2024-01-141-41/+543
|
* enhance(drop-and-fusion): refactor and new mode(wip)syuilo2024-01-131-8/+208
|
* clean upsyuilo2024-01-131-3/+0
|
* refactor(drop-and-fusion): some refactorssyuilo2024-01-131-7/+9
|
* refactor(drop-and-fusion): ↵syuilo2024-01-131-52/+285
| | | | レンダリングや効果音に関する関心をエンジンから分離
* chore(drop-and-fusion): bump versionsyuilo2024-01-121-1/+1
|
* enhance(drop-and-fusion): add new mode, some tweakssyuilo2024-01-121-29/+56
|
* feat: ranking system of bubble gamesyuilo2024-01-112-4/+68
| | | | Resolve #12961
* enhance(drop-and-fusion): make game engine headless for server-side runningsyuilo2024-01-111-267/+92
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-101-1/+1
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-102-11/+20
|
* enhance(drop-and-fusion): リプレイの倍速再生対応syuilo2024-01-101-38/+41
|
* fix(frontend): fix game replaysyuilo2024-01-101-2/+3
|
* enhnace(frontend): tweak gamesyuilo2024-01-091-24/+139
|
* update soundsyuilo2024-01-091-4/+3
|
* enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)かっこかり2024-01-092-30/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (fix) ゲームが正常に終了するように * (enhance) 効果音の音量を設定可能に * (add) store * (add) スクショにロゴの透かしを入れる * Update packages/frontend/src/pages/drop-and-fusion.vue Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * tweak * tweak * tweak * tweak * Update drop-and-fusion.vue * tweak * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-082-4/+4
| | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): add game bgm and refactor sound systemsyuilo2024-01-082-56/+33
|
* refactor(frontend): extract game engine from vue componentsyuilo2024-01-081-0/+396
|
* enhance(frontend): バブルゲームの諸々を修正・改良 (#12938)かっこかり2024-01-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): バブルゲームのテクスチャをゲーム開始時にキャッシュするように * (fix) カーソルが枠線内を動くように * (add) 最大コンボ数を表示するように * (add) 実績を追加 * Update ja-JP.yml * tweak * tweak flavor * perf tweak * refactor * perf tweak * lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* (refactor) ↵かっこかり2024-01-081-8/+18
| | | | api呼び出し関数のレスポンス型を必要に応じてオーバーライドできるように (#12936)
* fix(frontend/emoji) restore U+FE0F for simple emojis (#12866)Kagami Sascha Rosylight2024-01-071-1/+6
| | | | | | | | | * fix(frontend/emoji) restore U+FE0F for simple emojis * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix: ↵FineArchs2024-01-071-2/+2
| | | | | | | | | | | `Mk:C:mfm`の`onClickEv`が正常に呼び出されない問題を修正 (#12831) * fix clickable api * Update CHANGELOG.md * revert CHANGELOG.md * Update CHANGELOG.md
* feat(frontend): add new gamesyuilo2024-01-061-3/+22
|
* refactor(frontend): ↵zyoshoka2024-01-061-3/+15
| | | | `scripts/form.ts`の型定義を修正してTS2344/TS2345エラーを削減 (#12913)
* refactor(frontend): ↵おさむのひと2024-01-0413-32/+40
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* Fix: AiScriptのreadlineの修正をPlay以外にも適用 (#12841)FineArchs2024-01-041-0/+10
| | | | | | | | | | | | | | | | | | | * add AiScriptReadline() in api.ts * apply AiScriptReadline on flash.vue * AiScriptReadline → aiScriptReadline * Update flash.vue * Update scratchpad.vue * Update WidgetAiscript.vue * Update WidgetAiscriptApp.vue * Update WidgetButton.vue * Update plugin.ts
* enhance(frontend): ↵かっこかり2024-01-031-0/+36
| | | | | | | チャンネルノートのピン留めをノートメニューからできるように (#12887) * enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように * Update Changelog