denoland / denoland/deploy_feedback

Allow resizing the logs panel

Open
#342 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I just logged a request from the hello world example
```js
serve((req: Request) => {
console.log(req);
return new Response("Hello World")
});
```
which contains a whole bunch of info that I'd like to explore. But such a small window requires a lot of scrolling.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Deno Deploy dashboard component that renders the logs panel and inspect how its current size is set. Confirm the desired resize interaction in the running UI; done means the panel can be resized and the logged request can be explored with less scrolling.

Written by the indexing model from the issue text.

Assessment

Tech stack
deno, typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.