Skip to content

Improve UI by adding 2nd paginator and making 1st one movable #54

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

Merged
merged 3 commits into from
Jan 18, 2017
Merged

Improve UI by adding 2nd paginator and making 1st one movable #54

merged 3 commits into from
Jan 18, 2017

Conversation

limonte
Copy link
Contributor

@limonte limonte commented Oct 22, 2016

This improvement is useful for all users as we're using vertical space more efficiently. Especially it is important for mobile devices.

@limonte
Copy link
Contributor Author

limonte commented Jan 15, 2017

Come on, this is the only one old and unmerged PR, let's finish this! :)

I'll show you the improvement in gifs:

Before: After:

A bit handier, isn't it? :) Especially for smaller devices where there's not so much vertical space. We should always keep UX in mind and optimize vertical space usage.

@@ -16,11 +10,13 @@
</transition-group>
</div>
</transition>
<newsListNav :page="page" :maxPage="maxPage" :type="type" v-if="displayedPage > 0"></newsListNav>
Copy link
Member

Choose a reason for hiding this comment

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

Can we use kebab-case here to keep it consistent with the rest of the project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@yyx990803
Copy link
Member

Hey sorry for letting this sit for so long - the gif helps a lot, looks great. Just a minor code style change needed.

@yyx990803 yyx990803 merged commit b04ea0c into vuejs:master Jan 18, 2017
@yyx990803
Copy link
Member

Thanks!

yyx990803 added a commit that referenced this pull request Jan 20, 2017
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.

2 participants