summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): Playの説明欄にMFMを使えるように (#12899)かっこかり2024-01-142-2/+2
| | | | | | | | | | | | | | | | | | | * (enhance) Playの説明欄にMFMを使えるように * Update Changelog * use class for mfm component * Update packages/frontend/src/pages/flash/flash-edit.vue Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com> * Update flash.vue * Update CHANGELOG.md --------- Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
* enhance(drop-and-fusion): sweets modesyuilo2024-01-142-24/+43
|
* enhance(drop-and-fusion): refactor and new mode(wip)syuilo2024-01-132-40/+148
|
* fix typesyuilo2024-01-131-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-131-13/+10
|\
| * Feat(frontend): ↵1Step6212024-01-131-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように (#12984) * リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように * update CHANGELOG.md * fix locale & type errors * fix locale etc * fix * fix type * lint fixes * lint fixes(2)
* | tweaksyuilo2024-01-131-1/+1
|/
* enhance(drop-and-fusion): some tweakssyuilo2024-01-132-120/+185
|
* clean upsyuilo2024-01-131-1/+0
|
* refactor(drop-and-fusion): some refactorssyuilo2024-01-131-1/+1
|
* perf(drop-and-fusion): remove root Transition component for improve performancesyuilo2024-01-131-111/+103
|
* refactor(drop-and-fusion): ↵syuilo2024-01-131-270/+140
| | | | レンダリングや効果音に関する関心をエンジンから分離
* enhance(drop-and-fusion): some tweakssyuilo2024-01-131-2/+3
|
* enhance(drop-and-fusion): ↵syuilo2024-01-121-0/+30
| | | | yenモードで生涯で稼いだ額を記録するように
* enhance(drop-and-fusion): some tweakssyuilo2024-01-121-5/+5
|
* chore(drop-and-fusion): tweak soundssyuilo2024-01-121-2/+2
|
* enhance(drop-and-fusion): tweak soundssyuilo2024-01-121-10/+29
|
* refactor(frontend): `activity.heatmap.vue`をコンポーネントに置換 ↵zyoshoka2024-01-122-221/+2
| | | | (#12967)
* enhance(drop-and-fusion): add new mode, some tweakssyuilo2024-01-122-60/+261
|
* feat: ranking system of bubble gamesyuilo2024-01-112-5/+52
| | | | Resolve #12961
* enhance(drop-and-fusion): make game engine headless for server-side runningsyuilo2024-01-111-143/+295
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-102-947/+1087
|
* enhance(drop-and-fusion): add game descriptionsyuilo2024-01-101-3/+13
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-101-0/+1
|
* enhance(drop-and-fusion): リプレイの倍速再生対応syuilo2024-01-101-1/+11
|
* fix(drop-and-fusion): ↵まっちゃとーにゅ2024-01-101-1/+9
| | | | | バブルゲームのリトライボタンでリトライができない問題を修正 (#12957) ゲーム中なら諦める、ゲームオーバー画面の表示中はリスタートになるように
* enhnace(frontend): tweak gamesyuilo2024-01-091-14/+117
|
* enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)かっこかり2024-01-092-88/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (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-0827-27/+27
| | | | | | | | | | | | | | | | | | | * 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-081-2/+39
|
* refactor(frontend): extract game engine from vue componentsyuilo2024-01-081-388/+13
|
* enhance(frontend): バブルゲームの諸々を修正・改良 (#12938)かっこかり2024-01-081-54/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* enhance(frontend): tweak uisyuilo2024-01-071-3/+8
|
* enhance(frontend): tweak gamesyuilo2024-01-071-13/+23
|
* refactorsyuilo2024-01-071-31/+31
|
* enhance(frontend): ゲームのシェア機能syuilo2024-01-071-0/+44
|
* tweak gamesyuilo2024-01-071-51/+240
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-071-0/+12
|\
| * feat: export clips (#12931)Kagami Sascha Rosylight2024-01-071-0/+12
| | | | | | | | | | * feat: export clips * Update CHANGELOG.md
* | tweak gamesyuilo2024-01-071-12/+10
|/
* tweak gamesyuilo2024-01-071-16/+64
|
* feat(frontend): add new gamesyuilo2024-01-061-0/+761
|
* feat: Add support for mCaptcha (#12905)Chocolate Pie2024-01-062-1/+36
| | | | | | | | | | | | | * feat: Add support for mCaptcha * fix: Fix docker compose configuration * chore(frontend/docs): update changelog & fix eslint errors * `@mcaptcha/vanilla-glue`をダイナミックインポートするように * chore: Add missing prefix to CHANGELOG * refactor(backend): 適当につけた変数の名前を変更
* refactor(frontend): reduce type errorssyuilo2024-01-051-0/+1
|
* refactor(frontend): reduce type errorssyuilo2024-01-051-2/+2
|
* refactor(frontend): ↵おさむのひと2024-01-04112-239/+313
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* refactor(frontend): reduce type errorssyuilo2024-01-0418-52/+72
|
* Fix: AiScriptのreadlineの修正をPlay以外にも適用 (#12841)FineArchs2024-01-042-24/+4
| | | | | | | | | | | | | | | | | | | * 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
* fix(frontend): ↵Camilla Ett2024-01-031-1/+1
| | | | | モデレーターがユーザーのアバターバナーを未設定状態に出来る機能が表示されていなかった問題を修正 (#12889) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵Camilla Ett2024-01-031-1/+4
| | | | カスタム絵文字追加画面の「タグ」の説明を追加 (#12888)