• 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
.github Loading commit data...
bin Loading commit data...
dev-server Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.dockerignore Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.python-version Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Dockerfile Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
codecov.yml Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...