From 52bd017d8238c9eeeef3aac82f62e08282fc939d Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Fri, 24 Apr 2026 13:41:06 +0300 Subject: [PATCH] =?UTF-8?q?UI=20-=20=D0=9C=D0=95=D0=96=D0=9F=D0=A0=D0=9E?= =?UTF-8?q?=D0=95=D0=9A=D0=A2=D0=9D=D0=90=D0=AF=20=D0=9A=D0=9E=D0=9C=D0=9C?= =?UTF-8?q?=D0=A3=D0=9D=D0=98=D0=9A=D0=90=D0=A6=D0=98=D0=AF:=20=D1=80?= =?UTF-8?q?=D1=83=D1=81=D0=B8=D1=84=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B5=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=20?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D1=82=D0=B8=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=D0=BD=D1=83=D1=82=D1=80=D0=B5=D0=BD=D0=BD=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=83=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analytics/analytics-wrapper.tsx | 4 +- .../analytics/insight-table/data-table.tsx | 14 +- .../analytics/insight-table/root.tsx | 1 + .../web/core/components/analytics/labels.ts | 93 +++++++++ .../analytics/overview/project-insights.tsx | 2 +- .../analytics/select/analytics-params.tsx | 31 ++- .../components/analytics/select/duration.tsx | 15 +- .../components/analytics/select/project.tsx | 4 +- .../analytics/select/select-x-axis.tsx | 8 +- .../analytics/select/select-y-axis.tsx | 4 +- .../work-items/created-vs-resolved.tsx | 12 +- .../analytics/work-items/modal/header.tsx | 2 +- .../analytics/work-items/priority-chart.tsx | 151 +++++++------- .../components/analytics/work-items/utils.ts | 61 ++++-- .../work-items/workitems-insight-table.tsx | 2 +- plane-src/apps/web/styles/globals.css | 195 ++++++++++++++++++ .../propel/src/charts/bar-chart/bar.tsx | 7 +- plane-src/packages/types/src/charts/index.ts | 1 + .../ui/src/dropdowns/custom-search-select.tsx | 31 ++- 19 files changed, 498 insertions(+), 140 deletions(-) create mode 100644 plane-src/apps/web/core/components/analytics/labels.ts diff --git a/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx b/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx index 649b8df..d894f0d 100644 --- a/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx +++ b/plane-src/apps/web/core/components/analytics/analytics-wrapper.tsx @@ -22,7 +22,9 @@ function AnalyticsWrapper(props: Props) {
- Analytics + + {t("workspace_analytics.label")} +

{t(i18nTitle)}

diff --git a/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx b/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx index a0f5213..710d4ed 100644 --- a/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx +++ b/plane-src/apps/web/core/components/analytics/insight-table/data-table.tsx @@ -65,18 +65,18 @@ export function DataTable({ columns, data, searchPlaceholder, act }); return ( -
-
+
+
{table.getHeaderGroups()?.[0]?.headers?.[0]?.id && ( -
+
{searchPlaceholder}
)} {!isSearchOpen && (