feat(logs-context-menu): consolidated logs utils and types, added logs record context menu (#2659)

This commit is contained in:
Waleed
2026-01-01 13:47:30 -08:00
committed by GitHub
parent 4da128d77c
commit 852562cfdd
20 changed files with 374 additions and 134 deletions

View File

@@ -52,7 +52,7 @@ import { useWorkflowStore } from '@/stores/workflows/store'
import { useWorkflowStore } from '../../../stores/workflows/store'
```
Use barrel exports (`index.ts`) when a folder has 3+ exports.
Use barrel exports (`index.ts`) when a folder has 3+ exports. Do not re-export from non-barrel files; import directly from the source.
### Import Order
1. React/core libraries