From a496d7ec1c8c04ab048130bd85a46e0b6d3a52a0 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Thu, 6 Apr 2023 10:49:23 +0600 Subject: [PATCH] Configurable vacancy applications popup (#2900) Signed-off-by: Denis Bykhov --- .../VacancyApplicationsPopup.svelte | 54 +++++++++++++++---- .../components/VacancyCountPresenter.svelte | 9 ++-- 2 files changed, 48 insertions(+), 15 deletions(-) diff --git a/plugins/recruit-resources/src/components/VacancyApplicationsPopup.svelte b/plugins/recruit-resources/src/components/VacancyApplicationsPopup.svelte index 2c23eda46b..e9cba7a95d 100644 --- a/plugins/recruit-resources/src/components/VacancyApplicationsPopup.svelte +++ b/plugins/recruit-resources/src/components/VacancyApplicationsPopup.svelte @@ -13,13 +13,16 @@ // limitations under the License. -->