refactor(playground): simplify API Playground description for clarity

- Removed redundant text from the API Playground description to enhance readability.
- Improved layout in FolderNode by adding dropdown state management for better user interaction.
- Updated Sidebar component styles for improved visual consistency and user experience.
This commit is contained in:
Anish Sarkar 2026-07-07 23:12:08 +05:30
parent 2927a9484e
commit 803577436f
3 changed files with 18 additions and 18 deletions

View file

@ -23,8 +23,7 @@ export function PlaygroundIndex({ workspaceId }: { workspaceId: number }) {
<div>
<h1 className="text-xl font-semibold text-foreground md:text-2xl">API Playground</h1>
<p className="mt-1 text-sm text-muted-foreground">
Manually run SurfSense's platform-native APIs and inspect their output. Every run is
captured under Runs.
Manually run SurfSense's platform-native APIs and inspect their output.
</p>
</div>