dtinth / ThreadGPT

Alternative frontend to ChatGPT (gpt-3.5-turbo / gpt-4) with a thread-based interface
https://threadgpt.vercel.app
80 stars 23 forks source link

feat: code highlighting #24

Closed rayriffy closed 1 year ago

rayriffy commented 1 year ago

Code syntax highlighting with Prism. Only apply highlighting so the block itself only, preventing to trigger highlight to entire hierarchy. Plus lazy-loaded with React suspense to not slow down entire app itself.

ps. i modded my Arc browser to remove data-bs-theme

CleanShot 2023-04-03 at 19 29 11

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thread-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2023 4:58pm
dtinth commented 1 year ago

@rayriffy It seems like tests are failing. Please make sure you are using the latest version of pnpm (right now 8.1.1) to generate the lockfile, otherwise CI fails krubb

dtinth commented 1 year ago

yay thanks!!!!!