summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(reversi): improve stabilitysyuilo2024-01-241-0/+22
|
* enhance(reversi): 開始時に対局をシェアできるようにsyuilo2024-01-242-16/+32
|
* fix of 65557d5f27044bd90c538266fde1e6b91b696f80syuilo2024-01-241-5/+5
|
* enhance(reversi): more robust matching processsyuilo2024-01-249-24/+73
|
* enhance(reversi): 準備中の自分の対局も一覧に表示するようにsyuilo2024-01-242-5/+18
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-241-1/+5
|\
| * fix(frontend/HorizontalSwipe): ↵かっこかり2024-01-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | スワイプ・UIアニメーションが無効の際はトランジションを行わないように (#13076) * fix(frontend/HorizontalSwipe): アニメーションを減らすが考慮されるように * fix * fix * revert unused change * fix
* | :art:syuilo2024-01-241-0/+0
|/
* enhance(reversi): improve desync handlingsyuilo2024-01-2316-53/+202
|
* :art:syuilo2024-01-231-0/+0
|
* fix(build): スクリプトの名前の変更漏れ (#13068)まっちゃとーにゅ2024-01-231-2/+2
| | | | | * fix(build): スクリプトの名前の変更漏れ * 漏れの漏れ
* perf: ↵tamaina2024-01-235-12/+81
| | | | | | | | | (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする (#13067) * perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする * fix * fix
* chore: publish misskey-js automatically (#13014)tamaina2024-01-232-2/+2
| | | | | | | | | | | * chore: publish @misskey-dev/misskey-js * remove @misskey-dev/ * ?? * correct version * version
* fix lintsyuilo2024-01-221-1/+1
|
* :art:syuilo2024-01-221-0/+0
|
* fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)おさむのひと2024-01-2213-26/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix lintsyuilo2024-01-221-0/+1
|
* enhance(reversi): render ogpsyuilo2024-01-222-1/+45
|
* fix lintsyuilo2024-01-224-8/+21
|
* perf(reversi): improve performance of reversi backendsyuilo2024-01-2212-55/+73
|
* enhance(reversi): some tweakssyuilo2024-01-223-60/+82
|
* refactor(reversi): refactoring of reversi backendsyuilo2024-01-221-51/+26
|
* fix(frontend/pizzax): ↵かっこかり2024-01-223-16/+26
| | | | | | | | | デフォルト値が適用できないことがあるのを修正 (#13057) * fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正 * fix * いらんプロパティをけす
* perf(reversi): improve performance of reversi backendsyuilo2024-01-221-123/+92
|
* enhance(frontend): リファクタリングなどsyuilo2024-01-2112-23/+52
|
* enhance(frontend): ↵かっこかり2024-01-214-3/+30
| | | | | | | | | | | | | 季節に応じた画面の演出を南半球に対応させる (#12838) * (enhance) 季節に応じた画面の演出を南半球に対応させる * Update Changelog * (add) 半球の簡易自動判定 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update depssyuilo2024-01-215-91/+93
|
* Enhance(frontend): 絵文字編集ダイアログをウィンドウにする ↵1Step6212024-01-211-10/+12
| | | | | | | (#13047) * 絵文字編集ダイアログをウィンドウにする * update CHANGELOG.md
* enhance(frontend): ↵かっこかり2024-01-214-27/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | タイムラインフィルターの設定を保持+センシティブなノートを隠せるように (#12848) * (enhance) タイムラインフィルターの状態を記憶するように * fix * (enhance) センシティブな投稿をミュート形式で表示する(TLのみ) * fix * Update Changelog * Fix changelog * Lintエラーを潰す * Update locales/ja-JP.yml * hideSensitive -> withSensitive * Update CHANGELOG.md * Update ja-JP.yml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* return a `Vary: Accept` header for all dual-format endpoints #365 (#13044)かっこかり2024-01-212-0/+8
| | | | | | | | | | `/users/:user`, `/@:user`, `/notes/:note` return different responses depending on the request's `Accept:` header. If we don't consistently return a `Vary: Accept` header, browsers and caching proxies will get confused, and return AP representations when HTML was requested, or vice versa. Co-authored-by: dakkar <dakkar@thenautilus.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵syuilo2024-01-211-21/+22
| | | | | | MkHorizontalSwipeでメニューを閉じるのに2回クリックが必要になる問題を修正 #13055
* enhance(reversi): tweak reversisyuilo2024-01-214-99/+148
|
* enhance(reversi): tweak reversisyuilo2024-01-215-69/+135
|
* enhance(sw): オフライン表示のデザインを改善 (#13052)かっこかり2024-01-211-4/+13
| | | | | | | | | | | | | | | * enhance(sw): オフライン表示のデザインを改善 * Update Changelog * fix * fix * fix * 言語が取得できなかった場合のフォールバックを追加 * (change) translation key
* enhance(reversi): tweak reversisyuilo2024-01-2117-135/+382
|
* enhance(frontend): ↵かっこかり2024-01-211-0/+24
| | | | | | | | | | | ノート作成画面の添付メニューから直接ファイルを消せるように (#12858) * (enhance) 添付画面から直接ファイルを消せるように * Update Changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(reversi): tweak reversisyuilo2024-01-206-13/+79
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-202-387/+389
|\
| * Fix(frontend): ↵1Step6212024-01-202-387/+389
| | | | | | | | | | | | | | | | | | | | | | 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくなるのを修正 (#13046) * 絵文字辞書のサロゲートペアを修正 * update CHANGELOG.md * Revert "update CHANGELOG.md" This reverts commit 7c24fa611a533bb74ef7979a0356b83f3410a056.
* | enhance(reversi): tweak reversisyuilo2024-01-203-1/+10
|/ | | | Resolve #13048
* :art:syuilo2024-01-201-20/+48
|
* enhance(reversi): tweak reversisyuilo2024-01-205-25/+97
|
* add missing extsyuilo2024-01-204-4/+4
|
* fix api-extractorsyuilo2024-01-206-6/+6
|
* refactor: migrate to ESMsyuilo2024-01-207-24/+45
|
* enhance(reversi): tweak reversisyuilo2024-01-2016-130/+224
|
* fix(dev): fix pnpm devsyuilo2024-01-201-0/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-201-1/+0
|\
| * fix lintかっこかり2024-01-201-1/+0
| |
* | tweak reversi mapsyuilo2024-01-201-23/+0
|/