From 057804a459c2631494a87133f08e4f8da7d73798 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Tue, 7 Mar 2023 13:22:54 +0300 Subject: [PATCH] 5505 fix icons Updates #5505 Squashed commit of the following: commit 3d66b82808b9c3904bad8bb32f3927172bfdcda6 Author: Ildar Kamalov Date: Mon Mar 6 12:45:42 2023 +0300 fix icons commit 5030b45751e1717e5030eed0b46634f800d357d2 Author: Ildar Kamalov Date: Mon Mar 6 12:24:32 2023 +0300 client: fix chevron icon --- client/src/components/Dashboard/index.js | 2 +- client/src/components/Filters/Table.js | 4 ++-- client/src/components/Logs/Cells/ClientCell.js | 2 +- client/src/components/Logs/Logs.css | 11 ++++++++++- .../Settings/Clients/ClientsTable/ClientsTable.js | 4 ++-- client/src/components/ui/Icons.js | 10 +++++----- client/src/components/ui/Version.js | 2 +- 7 files changed, 22 insertions(+), 13 deletions(-) diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js index 9bde0ea7..ff66820e 100644 --- a/client/src/components/Dashboard/index.js +++ b/client/src/components/Dashboard/index.js @@ -60,7 +60,7 @@ const Dashboard = ({ title={t('refresh_btn')} onClick={() => getAllStats()} > - + ; diff --git a/client/src/components/Filters/Table.js b/client/src/components/Filters/Table.js index 045d4be4..7a3c0e0b 100644 --- a/client/src/components/Filters/Table.js +++ b/client/src/components/Filters/Table.js @@ -100,7 +100,7 @@ class Table extends Component { }) } > - + @@ -110,7 +110,7 @@ class Table extends Component { onClick={() => handleDelete(url)} title={t('delete_table_action')} > - + diff --git a/client/src/components/Logs/Cells/ClientCell.js b/client/src/components/Logs/Cells/ClientCell.js index 9467f14e..3590df48 100644 --- a/client/src/components/Logs/Cells/ClientCell.js +++ b/client/src/components/Logs/Cells/ClientCell.js @@ -162,7 +162,7 @@ const ClientCell = ({ {content && ( @@ -301,7 +301,7 @@ const ClientsTable = ({ disabled={processingDeleting} title={t('delete_table_action')} > - + diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 38eff1be..bc725419 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -86,10 +86,10 @@ const Icons = () => ( d="m19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1 -2.83 0l-.06-.06a1.65 1.65 0 0 0 -1.82-.33 1.65 1.65 0 0 0 -1 1.51v.17a2 2 0 0 1 -2 2 2 2 0 0 1 -2-2v-.09a1.65 1.65 0 0 0 -1.08-1.51 1.65 1.65 0 0 0 -1.82.33l-.06.06a2 2 0 0 1 -2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0 -1.51-1h-.17a2 2 0 0 1 -2-2 2 2 0 0 1 2-2h.09a1.65 1.65 0 0 0 1.51-1.08 1.65 1.65 0 0 0 -.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33h.08a1.65 1.65 0 0 0 1-1.51v-.17a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0 -.33 1.82v.08a1.65 1.65 0 0 0 1.51 1h.17a2 2 0 0 1 2 2 2 2 0 0 1 -2 2h-.09a1.65 1.65 0 0 0 -1.51 1z" /> - - - + + + + ( - + { disabled={processingVersion} title={t('check_updates_now')} > - + }