Commit Graph

4 Commits

Author SHA1 Message Date
Haitao Pan
ee1894b146 fix: resolve TypeScript import errors for download types module
### Changes:
- Moved types from legacy 'types/download.ts' to '@lib/download/types'
- Updated all imports to use the new location:
  - src/components/download/DownloadListingContent.tsx
  - src/components/download/FileTable.tsx
  - src/lib/download-data.ts
  - src/lib/download-manifest.ts
  - src/app/download/[...segments]/page.tsx

### Why:
- Resolved TS6137 error: Cannot import type declaration files
- Aligns with codebase pattern: types co-located with modules (@lib/iac/types, @lib/mail/types)
- Uses consistent @ alias import pattern throughout codebase

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 17:08:46 +08:00
shenlan
9c1c792029 Revert "feat: add markdown content pipeline (#547)" (#548)
This reverts commit f8bd1f64b8.
2025-10-17 15:44:26 +08:00
shenlan
f8bd1f64b8 feat: add markdown content pipeline (#547) 2025-10-17 15:27:29 +08:00
shenlan
255dc84492 Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00