From f8c36187a4259dbc006d4a3b2eeecb5f60eec194 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 10 Dec 2022 14:42:15 -0800 Subject: [PATCH] Portrait next to text input --- CHANGELOG.md | 1 + bbcode/Editor.vue | 31 ++++++++++++++++++++++++++++- chat/ConversationView.vue | 42 +++++++++++++++++++++++++++++++++------ chat/SettingsView.vue | 14 +++++++++++++ chat/common.ts | 1 + chat/interfaces.ts | 1 + 6 files changed, 83 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a568b9..b9219fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## 1.19.3 +* Added option to have character portrait displayed next to text input * Fixed asexual orientation ID * Replaced the action star icon to differentiate with the mod badges diff --git a/bbcode/Editor.vue b/bbcode/Editor.vue index a994dd8..23a838b 100644 --- a/bbcode/Editor.vue +++ b/bbcode/Editor.vue @@ -8,6 +8,10 @@