From be6a01a06ee49fa97df6b52cecab56864bb94323 Mon Sep 17 00:00:00 2001 From: sunny-335 Date: Wed, 17 Jun 2026 21:10:06 +0800 Subject: [PATCH] fix: logs filter dropdown text overlapping with caret - Change select padding from px-3 to pl-3 pr-8 to reserve space for the native dropdown arrow - Update version to 1.0.0-beta.2-q9x3m7 --- build.gradle | 2 +- src/main/resources/plugin.yaml | 2 +- ui/src/views/LogsView.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 10878a4..aa17c2e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'top.nxxy335.commentaiautopilot' -version '1.0.0-beta.2-kx7m2p' +version '1.0.0-beta.2-q9x3m7' repositories { mavenCentral() diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 3eacd09..a74850c 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -30,4 +30,4 @@ spec: url: "https://github.com/sunny-335/plugin-comment-ai-autopilot/blob/main/LICENSE" settingName: "comment-ai-autopilot-settings" configMapName: "comment-ai-autopilot-configmap" - version: "1.0.0-beta.2-kx7m2p" + version: "1.0.0-beta.2-q9x3m7" diff --git a/ui/src/views/LogsView.vue b/ui/src/views/LogsView.vue index 0f76ebd..5b5aeab 100644 --- a/ui/src/views/LogsView.vue +++ b/ui/src/views/LogsView.vue @@ -42,7 +42,7 @@