From 70b9acc42467278373e00de77abb40684e25b395 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:48:25 +0200 Subject: [PATCH] fix(ui): position table dropdowns outside overflowing containers Update Coolify release metadata to version 4.3.7 and nightly 4.3.8. --- config/constants.php | 2 +- other/nightly/versions.json | 4 +-- .../views/components/table/dropdown.blade.php | 31 ++++++++++++++++--- tests/Feature/StandardTableComponentsTest.php | 4 +-- tests/Feature/TablePaginationLoadingTest.php | 14 +++++++++ tests/Unit/ProductionImageWorkflowTest.php | 6 ++-- versions.json | 4 +-- 7 files changed, 51 insertions(+), 14 deletions(-) diff --git a/config/constants.php b/config/constants.php index 1e6395df8..76e34334c 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.6', + 'version' => env('COOLIFY_VERSION') ?: '4.3.7', 'helper_version' => '1.0.15', 'realtime_version' => '1.0.17', 'railpack_version' => '0.23.0', diff --git a/other/nightly/versions.json b/other/nightly/versions.json index e32d035c5..2f449eed8 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.6" + "version": "4.3.7" }, "nightly": { - "version": "4.3.7" + "version": "4.3.8" }, "helper": { "version": "1.0.15" diff --git a/resources/views/components/table/dropdown.blade.php b/resources/views/components/table/dropdown.blade.php index e236bff30..6a0472191 100644 --- a/resources/views/components/table/dropdown.blade.php +++ b/resources/views/components/table/dropdown.blade.php @@ -4,13 +4,36 @@ 'multiselectable' => false, ]) -