From c42b0872aaa59f5df90a78eb60fc683c51f05e2c Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 27 Oct 2016 14:07:31 +0200 Subject: [PATCH] improve projects search on the notifications page require 2 characters for search, don't preload projects, increase input width --- .../js/apps/account/notifications/ProjectNotifications.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js index 0f51df5f786..08c5956cd81 100644 --- a/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js +++ b/server/sonar-web/src/main/js/apps/account/notifications/ProjectNotifications.js @@ -72,10 +72,12 @@ export default function ProjectNotifications ({ notifications, channels, onAddPr + placeholder="Search Project" + searchPromptText="Type at least 2 characters to search"/> ); -- 2.39.5