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:
parent
90d5834ffa
commit
c640ae3637
10 changed files with 146 additions and 104 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue