[GH-ISSUE #236] [UI] [UX] Allow app to take width of browser #87

Closed
opened 2026-03-16 13:16:55 +03:00 by kerem · 39 comments
Owner

Originally created by @sheecegardezi on GitHub (Oct 31, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/236

Originally assigned to: @sheecegardezi, @liyasthomas on GitHub.

Is your feature request related to a problem? Please describe.

I want to see the complete strings for Path and URL under the Response section. Even if I increase the size of the browser the app keeps a fixed width.

Describe the solution you'd like

In file default.vue
.......
header,
#main,
footer {
margin: 0 auto;
max-width: 1200px;
}
.....
I want an option to unset max-width property.

Alternative solutions or features you've considered.
Commented out this property

Originally created by @sheecegardezi on GitHub (Oct 31, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/236 Originally assigned to: @sheecegardezi, @liyasthomas on GitHub. **Is your feature request related to a problem? Please describe.** I want to see the complete strings for Path and URL under the Response section. Even if I increase the size of the browser the app keeps a fixed width. **Describe the solution you'd like** In file default.vue ....... header, #main, footer { margin: 0 auto; max-width: 1200px; } ..... I want an option to unset max-width property. **Alternative solutions or features you've considered.** Commented out this property
kerem 2026-03-16 13:16:55 +03:00
Author
Owner

@liyasthomas commented on GitHub (Oct 31, 2019):

Yeah! That's okay to consider. Anyway I'm redesigning the whole UI with a 3 column design.

[History, Collections] on left
[Request, Auth, Headers, Params] on middle
Sticky [Response] on right

<!-- gh-comment-id:548354730 --> @liyasthomas commented on GitHub (Oct 31, 2019): Yeah! That's okay to consider. Anyway I'm redesigning the whole UI with a 3 column design. [History, Collections] on left [Request, Auth, Headers, Params] on middle Sticky [Response] on right
Author
Owner

@sheecegardezi commented on GitHub (Nov 1, 2019):

Can I be assigned to implement this feature?

<!-- gh-comment-id:548746989 --> @sheecegardezi commented on GitHub (Nov 1, 2019): Can I be assigned to implement this feature?
Author
Owner

@liyasthomas commented on GitHub (Nov 1, 2019):

I will ping you @sheecegardezi after deploying the initial UI update today itself. Only proceed after that.

<!-- gh-comment-id:548747513 --> @liyasthomas commented on GitHub (Nov 1, 2019): I will ping you @sheecegardezi after deploying the initial UI update today itself. Only proceed after that.
Author
Owner

@liyasthomas commented on GitHub (Nov 1, 2019):

@sheecegardezi Initial update is deployed to production 🔥

Now we can work on it! For more communications, join our public Telegram group: https://t.me/postwoman_app or Discord Server: https://discord.gg/GAMWxmR

<!-- gh-comment-id:548755202 --> @liyasthomas commented on GitHub (Nov 1, 2019): **@sheecegardezi Initial update is deployed to production 🔥** Now we can work on it! For more communications, join our public Telegram group: https://t.me/postwoman_app or Discord Server: https://discord.gg/GAMWxmR
Author
Owner

@AtomicMaya commented on GitHub (Nov 1, 2019):

UI is scrunched and overlaps on mobile devices (Android).

Steps to reproduce :

  • Get a phone
  • Load up postwoman.web.app on a browser
  • Scroll

photo_2019-11-01_14-12-09
photo_2019-11-01_14-12-23

<!-- gh-comment-id:548783541 --> @AtomicMaya commented on GitHub (Nov 1, 2019): UI is scrunched and overlaps on mobile devices (Android). Steps to reproduce : - Get a phone - Load up postwoman.web.app on a browser - Scroll ![photo_2019-11-01_14-12-09](https://user-images.githubusercontent.com/18284503/68027186-fb7a0680-fcb1-11e9-8b9c-bba184cbd1b4.jpg) ![photo_2019-11-01_14-12-23](https://user-images.githubusercontent.com/18284503/68027187-fb7a0680-fcb1-11e9-9571-fb08d9e6dddd.jpg)
Author
Owner

@liyasthomas commented on GitHub (Nov 1, 2019):

Will look into it ASAP

<!-- gh-comment-id:548790145 --> @liyasthomas commented on GitHub (Nov 1, 2019): Will look into it ASAP
Author
Owner

@liyasthomas commented on GitHub (Nov 1, 2019):

@AtomicNicos do a hard refresh and check whether the issue persist.

<!-- gh-comment-id:548804163 --> @liyasthomas commented on GitHub (Nov 1, 2019): @AtomicNicos do a hard refresh and check whether the issue persist.
Author
Owner

@liyasthomas commented on GitHub (Nov 2, 2019):

@sheecegardezi any suggestions for the UI?

<!-- gh-comment-id:549020612 --> @liyasthomas commented on GitHub (Nov 2, 2019): @sheecegardezi any suggestions for the UI?
Author
Owner

@NBTX commented on GitHub (Nov 2, 2019):

@liyasthomas for the nav bar - perhaps some more padding at the top and a massive z-index so the other elements don't go on to of it.

Otherwise, it's just a case of looking through on mobile and seeing which components need refining I guess.

<!-- gh-comment-id:549037216 --> @NBTX commented on GitHub (Nov 2, 2019): @liyasthomas for the nav bar - perhaps some more padding at the top and a massive z-index so the other elements don't go on to of it. Otherwise, it's just a case of looking through on mobile and seeing which components need refining I guess.
Author
Owner

@liyasthomas commented on GitHub (Nov 2, 2019):

I can't reproduce any bugs on my mobile 😕
Everything seems to be perfect here! Otherwise I wouldn't have pushed to production. @sheecegardezi help me out to find that bug.

<!-- gh-comment-id:549037753 --> @liyasthomas commented on GitHub (Nov 2, 2019): I can't reproduce any bugs on my mobile 😕 Everything seems to be perfect here! Otherwise I wouldn't have pushed to production. @sheecegardezi help me out to find that bug.
Author
Owner

@sheecegardezi commented on GitHub (Nov 3, 2019):

I will test it out today and update.

<!-- gh-comment-id:549096629 --> @sheecegardezi commented on GitHub (Nov 3, 2019): I will test it out today and update.
Author
Owner

@sheecegardezi commented on GitHub (Nov 3, 2019):

  • App does take the width of browsers in desktop

  • For me postwoman.web.app did not load on Chrome iPhone 6s, I mimicked the change in behaviors on the desktop by rooming-in:
    postwoman-ui

  • The boxed icons break into rows as zoom was increased, One solution could be collapsing the boxed icons in "3 vertical dots" drop-down-menu

  • Maybe along with the vertical line identify Collection, folder, and request also having line horizontal line would make it easy to identify which option belongs to which category

<!-- gh-comment-id:549136823 --> @sheecegardezi commented on GitHub (Nov 3, 2019): - App does take the width of browsers in desktop - For me postwoman.web.app did not load on Chrome iPhone 6s, I mimicked the change in behaviors on the desktop by rooming-in: <img width="531" alt="postwoman-ui" src="https://user-images.githubusercontent.com/7543039/68085817-122e8200-fe99-11e9-8c1f-ec95ce427a92.png"> - The boxed icons break into rows as zoom was increased, One solution could be collapsing the boxed icons in "3 vertical dots" drop-down-menu - Maybe along with the vertical line identify Collection, folder, and request also having line horizontal line would make it easy to identify which option belongs to which category
Author
Owner

@liyasthomas commented on GitHub (Nov 3, 2019):

Thanks for the quick response and suggestions! Will look into it ASAP.

<!-- gh-comment-id:549138052 --> @liyasthomas commented on GitHub (Nov 3, 2019): Thanks for the quick response and suggestions! Will look into it ASAP.
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @liyasthomas for code

<!-- gh-comment-id:549265669 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @liyasthomas for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @liyasthomas! 🎉

<!-- gh-comment-id:549265724 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/247) to add @liyasthomas! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @NBTX for code

<!-- gh-comment-id:549270695 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @NBTX for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @NBTX! 🎉

<!-- gh-comment-id:549270749 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/248) to add @NBTX! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @larouxn for code

<!-- gh-comment-id:549272776 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @larouxn for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @larouxn! 🎉

<!-- gh-comment-id:549272822 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/249) to add @larouxn! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @yubathom @nickpalenchar @terranblake @AndrewBastin @vlad0337187 @izerozlu @JacobAnavisca @nityanandagohain @hosseinnedaee for code

<!-- gh-comment-id:549275479 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @yubathom @nickpalenchar @terranblake @AndrewBastin @vlad0337187 @izerozlu @JacobAnavisca @nityanandagohain @hosseinnedaee for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @yubathom! 🎉

<!-- gh-comment-id:549275523 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/250) to add @yubathom! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @nickpalenchar for code

<!-- gh-comment-id:549276021 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @nickpalenchar for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @nickpalenchar! 🎉

<!-- gh-comment-id:549276082 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/251) to add @nickpalenchar! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @terranblake for code

<!-- gh-comment-id:549278983 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @terranblake for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @terranblake! 🎉

<!-- gh-comment-id:549279028 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/252) to add @terranblake! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @AndrewBastin for code

<!-- gh-comment-id:549279845 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @AndrewBastin for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @AndrewBastin! 🎉

<!-- gh-comment-id:549279892 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/253) to add @AndrewBastin! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @vlad0337187 for code

<!-- gh-comment-id:549280440 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @vlad0337187 for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @vlad0337187! 🎉

<!-- gh-comment-id:549280498 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/254) to add @vlad0337187! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @izerozlu for code

<!-- gh-comment-id:549281039 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @izerozlu for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @izerozlu! 🎉

<!-- gh-comment-id:549281085 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/255) to add @izerozlu! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @JacobAnavisca for code

<!-- gh-comment-id:549281387 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @JacobAnavisca for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @JacobAnavisca! 🎉

<!-- gh-comment-id:549281428 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/256) to add @JacobAnavisca! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @nityanandagohain for code

<!-- gh-comment-id:549281714 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @nityanandagohain for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @nityanandagohain! 🎉

<!-- gh-comment-id:549281749 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/257) to add @nityanandagohain! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @hosseinnedaee for code

<!-- gh-comment-id:549282020 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @hosseinnedaee for code
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @hosseinnedaee! 🎉

<!-- gh-comment-id:549282062 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/259) to add @hosseinnedaee! :tada:
Author
Owner

@liyasthomas commented on GitHub (Nov 4, 2019):

@all-contributors please add @liyasthomas for design

<!-- gh-comment-id:549298578 --> @liyasthomas commented on GitHub (Nov 4, 2019): @all-contributors please add @liyasthomas for design
Author
Owner

@allcontributors[bot] commented on GitHub (Nov 4, 2019):

@liyasthomas

I've put up a pull request to add @liyasthomas! 🎉

<!-- gh-comment-id:549298624 --> @allcontributors[bot] commented on GitHub (Nov 4, 2019): @liyasthomas I've put up [a pull request](https://github.com/liyasthomas/postwoman/pull/264) to add @liyasthomas! :tada:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#87
No description provided.