1. 02 3月, 2020 1 次提交
  2. 25 2月, 2020 1 次提交
    • E
      Lots of timeline related changes, below · d46c8a8c
      Eric Amodio 提交于
      UI:
      Adds Refresh icon to view title
      Adds "Load more" entry at the end of the list for paging
      
      API:
      Restructures api around cursors
      Renames TimelineCursor to generic TimelineOptions for more flexibility
      Adds paging object to Timeline for clearer paging usage
      Changes cursors to be strings, and explicit before and after cursors
      Allows limit to take a cursor, so we can reload current data set
      Clarifies id and fallback to timestamp
      Adds reset flag to TimelineChangeEvent for providers to reset caching
      
      Git provider:
      Orders and returns commit date as the timestamp
      Supports limit of a cursor (using rev-list --count)
      Stops returning working/index changes when paging
      Forcably resets cached data when changes are detected (naive for now)
      d46c8a8c
  3. 15 2月, 2020 2 次提交
  4. 06 2月, 2020 1 次提交
  5. 28 1月, 2020 5 次提交