krontur_obsidian-swaggerjso.../tests
Krontur a068ae2c4f Refactor converter API type assertions, enhance HTML table rendering, and update styles
- Updated type assertions in `converter-api.ts` to use `unknown` for better type safety.
- Introduced `isUnknownArray` utility function to improve array type checks.
- Enhanced `postCleanHtml` function in `rich-text-renderer.mjs` to annotate description tables with column count classes.
- Added `getFirstTableRowColumnCount` and `getCellColumnSpan` functions to accurately determine table structure.
- Modified CSS styles to target description tables based on column count instead of using `:has` selectors.
- Added tests to verify that rich HTML description tables include appropriate column count classes.
- Removed dynamic tooltip from slider in `ConversionOptionsModal` for a cleaner UI.
2026-07-01 21:51:29 +02:00
..
converter.test.mjs Refactor converter API type assertions, enhance HTML table rendering, and update styles 2026-07-01 21:51:29 +02:00