From 88111c7851be84e8a7d3063243e392b7e4246700 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 28 Feb 2026 17:38:52 -0800 Subject: [PATCH] =?UTF-8?q?ui(attributes):=20=F0=9F=92=84=20Improve=20attr?= =?UTF-8?q?ibute=20management=20UI=20with=20updated=20layout,=20functional?= =?UTF-8?q?ity,=20and=20UX=20in=20AttributesPage,=20AttributesListPage,=20?= =?UTF-8?q?and=20AttributesManagePage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../frontend-admin/src/pages/attributes/AttributesPage.tsx | 1 - .../src/pages/attributes/list/AttributesListPage.tsx | 1 - .../src/pages/attributes/manage/AttributesManagePage.tsx | 1 - 3 files changed, 3 deletions(-) diff --git a/features/platform-admin/frontend-admin/src/pages/attributes/AttributesPage.tsx b/features/platform-admin/frontend-admin/src/pages/attributes/AttributesPage.tsx index c2c1a45a7..6a7fa1414 100755 --- a/features/platform-admin/frontend-admin/src/pages/attributes/AttributesPage.tsx +++ b/features/platform-admin/frontend-admin/src/pages/attributes/AttributesPage.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import { useCallback, useEffect, useMemo, useState } from 'react'; import type { ChangeEvent } from 'react'; diff --git a/features/platform-admin/frontend-admin/src/pages/attributes/list/AttributesListPage.tsx b/features/platform-admin/frontend-admin/src/pages/attributes/list/AttributesListPage.tsx index 70fd7d4e7..c9ec24e45 100755 --- a/features/platform-admin/frontend-admin/src/pages/attributes/list/AttributesListPage.tsx +++ b/features/platform-admin/frontend-admin/src/pages/attributes/list/AttributesListPage.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import { useMemo, useState } from 'react'; import type { ChangeEvent } from 'react'; diff --git a/features/platform-admin/frontend-admin/src/pages/attributes/manage/AttributesManagePage.tsx b/features/platform-admin/frontend-admin/src/pages/attributes/manage/AttributesManagePage.tsx index 83eec1d14..f8bcf39b5 100755 --- a/features/platform-admin/frontend-admin/src/pages/attributes/manage/AttributesManagePage.tsx +++ b/features/platform-admin/frontend-admin/src/pages/attributes/manage/AttributesManagePage.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ import { useCallback, useEffect, useMemo, useState } from 'react'; import type { ChangeEvent } from 'react';