So far statically the first 30 events for a Pull Request are loaded. The user pressing "Load more" just shows the next 5 of those 30 but will never load any more from GitHub.
This behaviour could be improved by only fetching the first e.g. 5 or 10 events of each PR and then dynamically loading the next few events only on the user pressing "Load more".
So far statically the first 30 events for a Pull Request are loaded. The user pressing "Load more" just shows the next 5 of those 30 but will never load any more from GitHub.
This behaviour could be improved by only fetching the first e.g. 5 or 10 events of each PR and then dynamically loading the next few events only on the user pressing "Load more".
Reducing the initial load could also benefit #4.