From b103ac743c7f7c0063aaf4798582e3ff49a893fe Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Mon, 28 Feb 2022 09:42:06 +0600 Subject: [PATCH] Read last view && minor fixes (#1067) Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> --- plugins/activity-assets/lang/en.json | 2 +- plugins/activity-assets/lang/ru.json | 2 +- .../src/components/TxView.svelte | 2 +- plugins/activity-resources/src/plugin.ts | 2 +- .../src/components/ChannelsView.svelte | 4 ++-- .../src/components/Chats.svelte | 4 ++-- .../src/components/Main.svelte | 4 ++-- .../src/components/NewMessage.svelte | 4 ++-- .../src/components/LastViewEditor.svelte | 4 ++-- .../components/NotificationPresenter.svelte | 4 ++-- plugins/notification-resources/src/index.ts | 4 ++++ plugins/notification-resources/src/utils.ts | 20 ++++++---------- plugins/notification/src/index.ts | 17 ++++++++++++- .../src/components/Chat.svelte | 4 ++-- .../src/components/EditDoc.svelte | 24 +++++++++++++++++-- plugins/workbench-assets/lang/ru.json | 2 +- .../src/components/Workbench.svelte | 4 ++-- 17 files changed, 70 insertions(+), 37 deletions(-) diff --git a/plugins/activity-assets/lang/en.json b/plugins/activity-assets/lang/en.json index 31b39ba492..25b0ad23b2 100644 --- a/plugins/activity-assets/lang/en.json +++ b/plugins/activity-assets/lang/en.json @@ -9,6 +9,6 @@ "Changed": "changed", "To": "to", "Unset": "unset", - "NoEmployee": "No employee" + "System": "System" } } \ No newline at end of file diff --git a/plugins/activity-assets/lang/ru.json b/plugins/activity-assets/lang/ru.json index de5135bc14..0b83745d5d 100644 --- a/plugins/activity-assets/lang/ru.json +++ b/plugins/activity-assets/lang/ru.json @@ -9,6 +9,6 @@ "Changed": "изменил(а)", "To": "на", "Unset": "сбросил", - "NoEmployee": "Не сотрудник" + "System": "Система" } } \ No newline at end of file diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index a8b9a7e171..03a6aa850f 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -124,7 +124,7 @@ {#if employee} {formatName(employee.name)} {:else} -