flawiddsouza / Restfox

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop
https://restfox.dev
MIT License
1.98k stars 97 forks source link

Support mobile browser #8

Open carun opened 1 year ago

carun commented 1 year ago

It would be awesome to have support for mobile browsers as well.

As of now the UI is not scalable on mobile.

Screenshot_20221022-005534_Brave.jpg

kobenguyent commented 4 months ago

Regarding this, my feeling is that we shall consider some of the css libraries here. https://medium.com/@christiegmarie89/best-15-vue-ui-component-libraries-and-frameworks-to-consider-in-2023-cbf1f8f56a34

flawiddsouza commented 4 months ago

Hey @kobenguyent, no reason to add a whole css library for what can be done with a few media queries + grid + flex and rethinking how the ui should flow for mobile. Adding a css library would increase the application bundle size, plus we'd have to change every element in the ui to use the library. Something that would be a lot of unneeded work when the current ui is fully functional and without issues. Let's put a pin on this. I haven't really focused on the mobile aspect too much as the application was mostly designed for desktop. Will try to see how this can be addressed.