• 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
..
integration Loading commit data...
annotation-fixtures.js Loading commit data...
bootstrap.js Loading commit data...
cross-origin-rpc-test.js Loading commit data...
fake-redux-store.js Loading commit data...
fake-window.js Loading commit data...
group-fixtures.js Loading commit data...
markdown-commands-test.js Loading commit data...
media-embedder-test.js Loading commit data...
render-markdown-test.js Loading commit data...
search-client-test.js Loading commit data...
service-context-test.js Loading commit data...
websocket-test.js Loading commit data...