qwen-code/packages/cli/src/ui
Taylor Mullen 6cb6f47b56 Refactor: Replace MarkdownRenderer with MarkdownDisplay component
- This commit refactors the Markdown rendering logic within the CLI UI.
  The existing `MarkdownRenderer.tsx` class-based component has been
  replaced with a new functional component `MarkdownDisplay.tsx`.
- The `MarkdownDisplay` component is a React.memoized component for
  improved performance and maintains the same core Markdown parsing
  and rendering capabilities.
2025-05-15 21:57:10 -07:00
..
components Refactor: Replace MarkdownRenderer with MarkdownDisplay component 2025-05-15 21:57:10 -07:00
hooks refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357) 2025-05-15 09:12:15 -07:00
themes feat: Improve theme not found handling 2025-05-09 10:28:20 -07:00
utils Refactor: Replace MarkdownRenderer with MarkdownDisplay component 2025-05-15 21:57:10 -07:00
App.tsx UI improvements for suggestions & status (#373) 2025-05-15 16:35:21 -07:00
colors.ts UI Polish for theme selector (#294) 2025-05-08 16:00:55 -07:00
constants.ts Add apache2 SPDX headers to all source files (#48) 2025-04-18 17:44:24 -07:00
types.ts refactor: break submitQuery into smaller functions (#350) 2025-05-14 15:14:15 -07:00