-
- Downloads
feat(webui): remark upgrade + gfm + syntax highlighting (#1444)
* upgrades remark/rehype/unified npm packages, and reconfigures everything for 2025 * `Label` can now be made inline, which fixes a react hydration error on the bug page * new remark plugins for GFM, hard line breaks & syntax highlighting
Showing
- webui/package-lock.json 2770 additions, 1065 deletionswebui/package-lock.json
- webui/package.json 12 additions, 7 deletionswebui/package.json
- webui/packed_assets.go 40 additions, 25 deletionswebui/packed_assets.go
- webui/src/App.tsx 12 additions, 9 deletionswebui/src/App.tsx
- webui/src/components/Content/index.tsx 75 additions, 23 deletionswebui/src/components/Content/index.tsx
- webui/src/components/Label.tsx 3 additions, 1 deletionwebui/src/components/Label.tsx
- webui/src/components/Themer.tsx 1 addition, 1 deletionwebui/src/components/Themer.tsx
- webui/src/index.tsx 1 addition, 0 deletionswebui/src/index.tsx
- webui/src/pages/bug/LabelChange.tsx 2 additions, 2 deletionswebui/src/pages/bug/LabelChange.tsx
- webui/src/themes/highlight-theme.scss 13 additions, 0 deletionswebui/src/themes/highlight-theme.scss
Loading