alexxed / narro

Automatically exported from code.google.com/p/narro
2 stars 4 forks source link

Implement more strings loading on scroll down #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For large projects, there are 1K+ strings and it takes a while to load *all* 
strings and I experience lag when navigating through strings up and down. At 
some point, Firefox asks me whether to stop the script.

How to reproduce:

1. Open http://tradu.softwareliber.ro/project.php?l=ro&p=57
2. Wait a long time to load all strings (~900)
3. Try to scroll up and down

Idea:

Implement loading of more strings when user scrolls down for more strings 
(don't load *all* the strings from at page load.

Original issue reported on code.google.com by tiberiut...@gmail.com on 11 Jan 2012 at 1:54

GoogleCodeExporter commented 9 years ago
That's how it is now. You scroll down and automatically a new batch of texts is 
loaded under. In your preferences, you decide how many texts you want to load 
at once. Default is 20.

Original comment by alex...@gmail.com on 3 Feb 2012 at 5:41