Skip to content

feat: add response syntax highlighting to API playground #131

Description

@rohilsurana

Problem

The API playground dialog (`src/components/api/playground-dialog.tsx`) displays raw JSON responses without syntax highlighting. The response body tab shows plain monospace text, making it hard to read large responses.

Suggested Fix

  • Use the existing Shiki setup or CodeMirror (already imported for the request body editor) to highlight the response JSON
  • Apply the same dark/light theme as the rest of the site

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions