feat: チャット画面 / チャットパレットのアイコンから画像変更画面を開く #128
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Ver1.11.1のチャットウィンドウ周りの変更に伴い、 #89 と同じ機能を新しいプルリクエストとして上げ直しました)
概要
チャットウィンドウおよびチャットパレットのアイコンをクリックすると、該当のキャラクターコマの画像変更ウィンドウが開くようにしました。変更すると、キャラクターコマの「画像変更」を押したときと同様に、コマの画像変更(と、他参加者への反映)が行われます。
チャット中、表情差分や変身などの契機で、咄嗟にキャラクターアイコンを変更したい場合を想定しています。
修正点
チャットウィンドウのアイコンをクリックすると、対応したキャラクターコマの画像選択ウィンドウがモーダルで開きます。
発話者の選択が「自分のニックネーム(あなた)」の場合は、自分のアイコンを変更するウィンドウが開きます。(接続情報ウィンドウの「アイコンを変更する」ボタンと同じ)
いずれも、変更した場合は通常通り画像変更した場合と同様、ボードの上のキャラクター画像に反映され、他の人にも共有されます。
チャット入力ボックスのデフォルト欄に、「アイコンクリックで画像変更」という一文を加えました。(機能追加だけだと、ウィンドウが開くことに気づけないため)
(以上)