bb-plane-fork/apps/web/core/hooks
Prateek Shourya 9cfde896b3
[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
..
context [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
editor [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
store [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-app-rail.tsx [WEB-4328] feat: sidebar revamp (#7217) 2025-07-08 20:18:39 +05:30
use-app-router.tsx [WEB-4654] refactor: replace nprogress with bprogress and clean up unused code (#7559) 2025-08-11 00:37:35 +05:30
use-auto-save.tsx [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
use-auto-scroller.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-collaborative-page-actions.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-current-time.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-debounce.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-dropdown-key-down.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-dropdown.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-extended-sidebar-overview-outside-click.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-favorite-item-details.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-group-dragndrop.ts [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-integration-popup.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-intersection-observer.ts [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-issue-layout-store.ts refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
use-issue-peek-overview-redirection.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-issues-actions.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-keypress.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-local-storage.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-multiple-select.ts refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
use-online-status.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-page-fallback.ts [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-page-filters.ts refactor: remove barrel exports from web app (#7577) 2025-08-15 13:10:26 +05:30
use-page-operations.ts [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
use-parse-editor-content.ts [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-peek-overview-outside-click.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-platform-os.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-project-issue-properties.ts feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
use-query-params.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-reload-confirmation.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-resolved-asset-path.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-stickies.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-table-keyboard-navigation.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-timeline-chart.ts [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-timer.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-timezone-converter.tsx fix: CI to include lint and format along with build (#7482) 2025-08-18 21:27:16 +05:30
use-timezone.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-window-size.tsx chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
use-workspace-invitation.tsx [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
use-workspace-issue-properties.ts feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
use-workspace-paths.ts [WEB-4328] feat: sidebar revamp (#7217) 2025-07-08 20:18:39 +05:30