From a44424d5faeead15dad149d30a1f8d55037ed8ca Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 31 Oct 2024 19:23:49 +0530 Subject: [PATCH] Update release notes --- docs/en_US/release_notes_8_13.rst | 3 +++ runtime/src/css/pgadmin-desktop.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_8_13.rst b/docs/en_US/release_notes_8_13.rst index 1339b05f3..af6502dfe 100644 --- a/docs/en_US/release_notes_8_13.rst +++ b/docs/en_US/release_notes_8_13.rst @@ -37,6 +37,7 @@ Bug fixes | `Issue #7289 `_ - Move 'About pgAdmin 4' to app menu on macOS. | `Issue #7655 `_ - Fixed an issue where the query tool was crashing when an empty geometry was being rendered. | `Issue #7837 `_ - Fixed an issue where role properties were not loading. + | `Issue #7883 `_ - Fix multiple issues related to debugger params dialog input. | `Issue #7907 `_ - Ensure server connection is successful for sslrootcert=system in server configuration. | `Issue #7919 `_ - Fixed an issue where the dock layout was not saved upon closing a tab. | `Issue #7920 `_ - Fixed an issue where the copy shortcut CTRL +C was not working in the Query Tool data grid. @@ -48,3 +49,5 @@ Bug fixes | `Issue #8007 `_ - Fixed an issue in the debugger where function arguments of the character data type were being truncated. | `Issue #8013 `_ - Fix the issue where rows do not retain shading when scrolling. | `Issue #8022 `_ - Use PG17 as the default in the container. + | `Issue #8061 `_ - Updated the react-menu library from v2 to v4. + | `Issue #8077 `_ - Remove bootstrap from the runtime code. diff --git a/runtime/src/css/pgadmin-desktop.css b/runtime/src/css/pgadmin-desktop.css index 65a54dac5..19b11cd8d 100644 --- a/runtime/src/css/pgadmin-desktop.css +++ b/runtime/src/css/pgadmin-desktop.css @@ -108,11 +108,11 @@ body { cursor: unset; } -/* @media (prefers-color-scheme: dark) { +@media (prefers-color-scheme: dark) { body { --color: #d4d4d4; --background-color: #212121; --border-color: #4a4a4a; --primary-color: #234d6e; } -} */ \ No newline at end of file +} \ No newline at end of file