summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* chore: use summaly, browser-image-resizer, and sharp-read-bmp on ↵tamaina2023-12-312-3/+3
| | | | | | | | | | | | | | | 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
* feat(frontend): ↵YAVIIGI2023-12-271-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | 投稿ウインドウにMFM要素を追加するボタンの追加 (#12788) * functionPicker の追加 * Update CHANGELOG.md * fix lint errors * Add addMfmFunction * add enableQuickAddMfmFunction setting * Update CHANGELOG.md issue 番号を追加 * Update index.d.ts * change 'functionPicker' to 'mfmFunctionPicker' * Change indent from 4 space to 1 tab --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-262-3/+7
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* Feat: クリックイベントを発生させるMFM構文を追加 (#12798)FineArchs2023-12-251-0/+6
| | | | | | | | | | | | | | | | | | | * Update MkMisskeyFlavoredMarkdown.ts * fix MkMisskeyFlavoredMarkdown.ts * Update MkAsUi.vue * Update ui.ts * Fix MkMisskeyFlavoredMarkdown.ts * Update CHANGELOG.md * fix ui.ts * revert CHANGELOG.md * Update CHANGELOG.md
* refactor(frontend): import宣言周りのエラーを修正 (#12773)zyoshoka2023-12-241-1/+1
|
* Remove unused imports (#12730)woxtu2023-12-211-1/+1
|
* enhance: ↵zawa-ch2023-12-181-3/+11
| | | | | | | | | | | | | | | | | | “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12702) * Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072) * refactor: crowdin 編集部分のコミットを打ち消し https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 * refactor: オブジェクトの名前修正 https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158 * fix: 設定項目の説明を削除 名称が具体的になって必要なくなったため https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
* refactor(frontend): use GLSL ES 3.0syuilo2023-12-181-21/+18
|
* feat(frontend): 画面に雪を降らせる機能を復活syuilo2023-12-161-0/+479
|
* fix: ↵yukineko2023-12-141-0/+1
| | | | | | | devモードの特定条件下でページが表示されなくなる問題を修正 (#12653) * fix: devモードでキャッシュクリアするとページが表示されなくなる問題を修正 * fix: localeがnullの場合も最新のlocaleを取得するように
* fix: contextmenu does not appear when plugin enabled / devMode enabled (#12656)1STEP6212023-12-141-2/+2
|
* feat(frontend): 絵文字ピッカーの実装 (#12617)おさむのひと2023-12-142-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 絵文字デッキの作成 * 細かい不備を修正 * fix lint * fix * fix CHANGELOG.md * fix setTimeout -> nextTick * fix https://github.com/misskey-dev/misskey/pull/12617#issuecomment-1848952862 * fix bug * fix CHANGELOG.md * fix CHANGELOG.md * wip * Update CHANGELOG.md * Update CHANGELOG.md * wip --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Enhance(frontend): ↵1STEP6212023-12-141-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFMや絵文字が使える入力ボックスでオートコンプリートを使えるように (#12643) * rich autocomplete for use in profiles, announcements, and channel descriptions * implementation omissions * add tab, apply to page editor, and fix something * componentization * fix nyaize doesn't working in profile preview * detach autocomplete instance when unmounted * fix: mismatched camelCase * remove unused / unnecessary styles * update CHANGELOG.md * fix lint * remove dump.rdb * props.richAutocomplete -> autocomplete * Update packages/frontend/src/scripts/autocomplete.ts * clarify namings メンションなども「MFM」に含まれるのか自信がなかったのでrichSyntaxなどとぼかしていましたが、含むようなので変更しました * tweak * Update MkFormDialog.vue * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>