• Robert Knight's avatar
    Optimize annotation fetch order in notebook · cd65d211
    Robert Knight authored
    Reduce the perceived loading time in the notebook by fetching
    annotations in, roughly, the reverse chronological order in which they
    are displayed.
    
    By default `SearchClient` fetches annotations by ascending creation
    date. This makes sense in the sidebar as it typically correlates,
    roughly, with the order in which the sidebar presents annotations by
    default (document location order). For the notebook however this is
    suboptimal.
    
     - Add `sortBy` and `sortOrder` options to `SearchClient` and
       `loadAnnotations` to control fetch order, with the defaults remaining
       the same as before (`created`, `asc`).
     - In `NotebookView` set `sortBy` to `updated` and `sortOrder` to desc
       to fetch annotations in reverse chronological order.
    cd65d211
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...