Gigi
|
adf73cb9d1
|
fix: resolve all linting and type errors
- Fix empty catch blocks by adding explanatory comments
- Remove unused variables or prefix with underscore
- Remove orphaned object literals from removed console.log statements
- Fix unnecessary dependency array entries
- Ensure all empty code blocks have comments to satisfy eslint no-empty rule
|
2025-10-19 22:41:35 +02:00 |
|
Gigi
|
4202807777
|
refactor: remove all console.log debug output
|
2025-10-19 22:35:45 +02:00 |
|
Gigi
|
5ef7d2c41c
|
refactor: DRY up highlight classification and URL normalization
- Extract classifyHighlight and classifyHighlights utilities
- Remove duplicate highlight classification logic from 3 locations
- Use existing normalizeUrl from urlHelpers instead of duplicating
- Reduce code duplication while maintaining functionality
|
2025-10-07 21:58:17 +01:00 |
|
Gigi
|
ac71d0b5a4
|
refactor(content): extract content rendering hooks
- Create useMarkdownToHTML hook for markdown conversion
- Create useHighlightedContent hook for highlight processing
- Create useHighlightInteractions hook for highlight interactions
- Reduce ContentPanel.tsx from 294 lines to 159 lines
|
2025-10-07 21:52:05 +01:00 |
|