More Reader Fixes (#1696)

* Fixed resizing or layout changes causing page change on double reader

* Implemented the debug log pattern on double renderers. Fixed a case when navigation backwards and showing only one page. Updated so go to page or slider update will handle selecting the right page number for pair display.

* All Spread cases for double working

* Cleanup dead code

* Ensure we can jump to last page
This commit is contained in:
Joe Milazzo 2022-12-13 15:57:51 -06:00 committed by GitHub
parent 90d5834ffa
commit c640ae3637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 146 additions and 104 deletions

View file

@ -310,6 +310,16 @@ public class StatisticService : IStatisticService
.ToListAsync();
}
public void ReadCountByDay()
{
// _context.AppUserProgresses
// .GroupBy(p => p.LastModified.Day)
// .Select(g =>
// {
// Day = g.Key,
// })
}
public Task<IEnumerable<ReadHistoryEvent>> GetHistory()
{
// _context.AppUserProgresses