From: Stas Vilchik Date: Thu, 27 Oct 2016 12:07:31 +0000 (+0200) Subject: improve projects search on the notifications page X-Git-Tag: 6.2-RC1~255 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c42b0872aaa59f5df90a78eb60fc683c51f05e2c;p=sonarqube.git improve projects search on the notifications page require 2 characters for search, don't preload projects, increase input width --- 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"/> );