diff --git a/backend/appsystem/version.go b/backend/appsystem/version.go index e8d139f..98655bf 100644 --- a/backend/appsystem/version.go +++ b/backend/appsystem/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the application version -const Version = "0.2.2" +const Version = "0.2.3" var ( // GitCommit will be set by build flags or detected at runtime diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index bc7c8a1..20a2cc4 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -4403,3 +4403,23 @@ a:focus { max-height: 150px; } } +.help-icon { + display: inline-flex; + align-items: center; + justify-content: center; + width: 18px; + height: 18px; + margin-left: 6px; + border: 1px solid #999; + border-radius: 50%; + font-size: 12px; + line-height: 1; + /*cursor: help;*/ + background: #f5f5f5; + color: #555; +} + +.help-icon:hover { + background: #e0e0e0; + color: #222; +} \ No newline at end of file diff --git a/frontend/src/components/CharacterCreation/CharacterBasicInfo.vue b/frontend/src/components/CharacterCreation/CharacterBasicInfo.vue index 11e1a77..15702d6 100644 --- a/frontend/src/components/CharacterCreation/CharacterBasicInfo.vue +++ b/frontend/src/components/CharacterCreation/CharacterBasicInfo.vue @@ -549,7 +549,7 @@ export default { color: #666; margin-top: 15px; } - +/* .help-icon { display: inline-flex; align-items: center; @@ -561,7 +561,6 @@ export default { border-radius: 50%; font-size: 12px; line-height: 1; - /*cursor: help;*/ background: #f5f5f5; color: #555; } @@ -570,4 +569,5 @@ export default { background: #e0e0e0; color: #222; } +*/ diff --git a/frontend/src/components/DatasheetView.vue b/frontend/src/components/DatasheetView.vue index a87a32e..7926ba3 100644 --- a/frontend/src/components/DatasheetView.vue +++ b/frontend/src/components/DatasheetView.vue @@ -36,6 +36,14 @@
+

{{ $t('char') }}:

diff --git a/frontend/src/components/ForgotPasswordForm.vue b/frontend/src/components/ForgotPasswordForm.vue index c1f276b..6293c81 100644 --- a/frontend/src/components/ForgotPasswordForm.vue +++ b/frontend/src/components/ForgotPasswordForm.vue @@ -1,57 +1,56 @@