mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1891] Html preview view area is not full height #602
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#602
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iagormoraes on GitHub (Oct 21, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1891
Originally assigned to: @rishabhkalra96, @iagormoraes on GitHub.
Describe the bug
By getting a HTML response from any endpoint call, the preview is not getting the full height of available space as shown in the screenshot.
To Reproduce
Steps to reproduce the behavior:
https://github.com/hoppscotch/hoppscotch/issuesShow PreviewExpected behavior
The users should be able to see the preview in full height of available space.
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@liyasthomas commented on GitHub (Oct 21, 2021):
Hi @iagormoraes, thanks for reporting this behavior. We'll look into fixing this as soon as possible.
@rishabhkalra96 commented on GitHub (Oct 22, 2021):
hi @liyasthomas , would like to take up this issue.
@liyasthomas commented on GitHub (Oct 22, 2021):
Hi @rishabhkalra96, feel free to pick this up. Assigning it to you.
@liyasthomas commented on GitHub (Nov 3, 2021):
Hi @rishabhkalra96, let me know if you've any trouble with this issue. Would love to help you out.
@iagormoraes commented on GitHub (Nov 3, 2021):
I can help also in this issue, just let me know 🙂
@AndrewBastin commented on GitHub (Nov 3, 2021):
@iagormoraes sure you can work on this!
@iagormoraes commented on GitHub (Nov 3, 2021):
I can't run dev due to some error of package, followed the development steps to setup the project, I saw we use workspaces for it but it seems to be not recognizing it:
It happens both local and in cloud with Gitpod, someone knows that?
@liyasthomas commented on GitHub (Nov 4, 2021):
This seems like an issue with the Node environment. To set up Hoppscotch development you might need to upgrade the Node version to v14.x or above. Let me know if this doesn't help - try cleaning the
node_modulesdirectory and reinstalling dependencies.EDIT:
By the way, you'll need to install the dependencies and run
pnpm run devfrom root directory probablyhoppscotch, nothoppscotch/packages/hoppscotch-app.@iagormoraes commented on GitHub (Nov 4, 2021):
Hey @liyasthomas I've just tried that and still complains the missing package, is interesting because in
node_modulesI can see the folder there but it seems to not being recognized, even in Webstorm IDE, any tips?I'm using node 16.13.0 LTS
@liyasthomas commented on GitHub (Nov 4, 2021):
There was an issue in Windows OS which might've caused this behavior. This has been patched - pull the latest
mainbranch or reclone the repository and try again. Let us know if the issue persists.@iagormoraes commented on GitHub (Nov 4, 2021):
I pulled and is working now.