-
Notifications
You must be signed in to change notification settings - Fork 169
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
Aesthetic: Responsive Optimization - Transform Create Modal into full View #1067
Comments
The above is a JS snippet I've previously used in a different project to detect if the user is using a phone. |
This is system based only.we will fix it in next release. |
What does you mean full page view? is it like separate page instead of Modal? |
Yes - but this is very low priority. Don't worry about it till after 1.5 release. |
@jaeko44 if we separate the create VM page instead of modal, then the maximum number of issues are closed, so could i replace it ? |
ok, we can replace using a modal till we fix the issues in the future. That is fine, we can use a full page. |
ok fine, i'll replace to page |
In order to be able to optimize the create VM/app process for phones. I need a seperate view for devices under a certain width to use a full page view instead of a modal.
Meaning we don't popup a modal and instead redirect them to a Create VM page with the same inner contents as the modal.
This is because modals don't pair nicely with phones & are unnecessary.
The text was updated successfully, but these errors were encountered: