Editor for accounts/groups list.

To implement some new UI feature, we need a way to specify list
of accounts and/or groups. Similar solutions already exists for 'change'
view, but it can't be reused as-is in other places.
In this commit the existing solution was reworked to use the same
editor in different places.
Editor was splitted to 2 parts - editor itself and suggestion provider.

Change-Id: I43ce060e568a69f9842fbfad6f5fd62361ab2022
This commit is contained in:
Dmitrii Filippov
2019-09-03 16:10:06 +02:00
parent 146a004b0c
commit 587086bc89
30 changed files with 1343 additions and 563 deletions

View File

@@ -38,6 +38,8 @@ const EXTERN_NAMES = [
'SiteBasedCache',
'FetchPromisesCache',
'GrRestApiHelper',
'GrDisplayNameUtils',
'GrReviewerSuggestionsProvider',
'moment',
'page',
'util',