OiWorld / MindTheWord

An extension for Google Chrome that helps people learn new languages while they browse the web.
43 stars 47 forks source link

pagination for blacklisted words and websites #118

Closed ankit-m closed 8 years ago

ankit-m commented 8 years ago

pagination

It limits to 4 entries per page and automatically creates new pages as per the entries.

ceilican commented 8 years ago

Thanks!

ceilican commented 8 years ago

And what happens when the number of pages is so large that it doesn't fit in the available horizontal space?

ankit-m commented 8 years ago

@Ceilican I am working on that edge case. I will mostly add a next button. and limit the number of pages shown.

rohankatyal29 commented 8 years ago

Can we use a fixed sized window with scroll in it? This style breaks ui with every new addition. The dimensions of the box should remain static

On Thursday 26 May 2016, Ankit Muchhala notifications@github.com wrote:

[image: pagination] https://cloud.githubusercontent.com/assets/9019878/15584110/b621393e-2396-11e6-88ea-52699e40f60c.png

It limits to 4 entries per page and automatically creates new pages as per

the entries.

You can view, comment on, or merge this pull request online at:

https://github.com/OiWorld/MindTheWord/pull/118 Commit Summary

  • pagination for blacklisted words and websites

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/OiWorld/MindTheWord/pull/118

Regards, Rohan Katyal

Please ignore the typos and brevity, email sent using a small form factor device

ankit-m commented 8 years ago

@rohankatyal29 I am not sure about scrolling. But the dimensions of the box could be made static. That will solve the problem of box resizing.