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-21 14:19:38 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
codex/fix-user-assignment-dropdown-behavior
plane/apps/web/ce/components/inbox/source-pill.tsx

8 lines
189 B
TypeScript
Raw Permalink Normal View History

[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 { EInboxIssueSource } from "@plane/types";
[WEB-3849] chore: added intake source in the list (#6919) * chore: added intake source in the list * fix: refactor
2025-04-11 19:49:35 +05:30
export type TInboxSourcePill = {
source: EInboxIssueSource;
};
export const InboxSourcePill = (props: TInboxSourcePill) => <></>;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 78ms Template: 2ms
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