Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mobile browser #8

Open
carun opened this issue Oct 22, 2022 · 2 comments
Open

Support mobile browser #8

carun opened this issue Oct 22, 2022 · 2 comments

Comments

@carun
Copy link

carun commented Oct 22, 2022

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
Copy link
Contributor

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants