From 02230518c8e8b91d06ba326f7ce7641c275a73cf Mon Sep 17 00:00:00 2001 From: sh4rkman Date: Tue, 1 Oct 2024 22:59:01 +0200 Subject: [PATCH] v31.2.0 --- CHANGELOG.md | 10 +++++++--- src/components/dialogs/dialogs.scss | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64860389..49d13f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ -# **31.2.0** *(2024-09-XX)* +# **31.2.0** *(2024-10-01)* + + Fixed "first zooms lags" due to map image not being properly decoded on Chrome + + Added a quick ping to Squad Mortar Overlay before opening websocket to it, avoid ugly error message in console when it's off (code by Devil4ngle) Improved responsivness of settings dialog on very small resolution Reduced heat points size/chroma on weapons heatmaps - Fixed "first zooms lags" due to map image not being properly decoded on Chrome - Splited HTML/SCSS into components Simplified github actions workflows + Linters : Removed w3c validator / Added htmlhint config + Project now use module syntax (imports/exports) pretty much everywhere diff --git a/src/components/dialogs/dialogs.scss b/src/components/dialogs/dialogs.scss index d4d54a8a..aa288aeb 100644 --- a/src/components/dialogs/dialogs.scss +++ b/src/components/dialogs/dialogs.scss @@ -152,7 +152,7 @@ dialog { cursor: pointer; } caption { - margin: 0px 0px 10px 0; + margin: 0 0 10px; color: $mainTxtColor; font-style: normal; font-weight: bold;