Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2025-12-23 15:19:37 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
90866fb9258bf64c1b318acbafb75a9f8070a6a9
plane/apps/web/ce/components/workflow/workflow-group-tree.tsx

10 lines
256 B
TypeScript
Raw Normal View History

fix: minor refactoring changes for state dropdowns
2025-02-24 14:14:24 +05:30
/* eslint-disable @typescript-eslint/no-unused-vars */
[WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) * [WEB-5134] refactor: update `web` ESLint configuration and refactor imports to use type imports - Enhanced ESLint configuration by adding new rules for import consistency and type imports. - Refactored multiple files to replace regular imports with type imports for better clarity and performance. - Ensured consistent use of type imports across the application to align with TypeScript best practices. * refactor: standardize type imports across components - Updated multiple files to replace regular imports with type imports for improved clarity and consistency. - Ensured adherence to TypeScript best practices in the rich filters and issue layouts components.
2025-10-14 16:45:07 +05:30
import type { TIssueGroupByOptions } from "@plane/types";
refactor project states to ake way for new features (#6156)
2024-12-05 12:46:51 +05:30
type Props = {
groupBy?: TIssueGroupByOptions;
groupId: string | undefined;
};
export const WorkFlowGroupTree = (props: Props) => <></>;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 639ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API