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

Responsive design with VUE #2

Merged
merged 5 commits into from Oct 26, 2019
Merged

Conversation

cagomezr
Copy link

Good day !

I enabled responsive design and did some stylistic choices on your program(mostly organization on mobile range.

I added a quick fix that will allow your program to not throw scroll around as you rebuild the "flex tables " I'm not sure how Vue.JS does it, entirely (I have read superficially for this project and a few interviews) but I think you are rebuilding tables more than once every time you do a click event and henceforth throwing the scroll as it is rebuilding the flex tables again and moving scroll to last element at bottom to table. I added scroll to top to try to fix the issue, but I realize this may not be the most elegant solution to this problem,-nor correct one but didnt want to change your code without asking first or more research into problem

If you have any questions or feedback I can help you with this further #1

Carlos Gomez added 2 commits October 24, 2019 11:45
Adding respoinsive tags and   style issues
Font changes
Copy link
Owner

@krzysztofrewak krzysztofrewak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. I've highlighted some minor things I'd like you to fix to maintain code quality. Thanks again. :)

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Show resolved Hide resolved
Did  the asked  revisions
 Only issue is  I dont understand what you mean by vertical density?  I checked the file  and compared with master  the only time I affect it is when  changing your margins a bit on line 44 and 49 everything looks the same as in master branch

as for the  3 scroll jumps I removed them, but it was an strange quirk of the fix I did for your mobile jump issue I mentioned  one scroll didnt  seem to fix it but 3 seemed to do the trick I think is  still  the  page builder executing , and moving scroll all the way to end.

if you find any issues  let me know
@cagomezr
Copy link
Author

Hey I sent you some comments, the only issue I have is about the vertical density Since I don't see it on comparison files both on notepad ++ and the comparison file on my end I can send you screenshots

vertical density changes found
@cagomezr
Copy link
Author

I corrected all issues Hope this is for your liking let me know of any issues you may find

@krzysztofrewak krzysztofrewak merged commit f8d142a into krzysztofrewak:master Oct 26, 2019
@krzysztofrewak
Copy link
Owner

@cagomezr, thanks for your help! I merged your changes into master, it should be visible on https://krzysztofrewak.github.io/bjcp-ui/ soon. :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants