Search statistics
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Added statistics to the search interface:
Some small changes related to conflicts when merging with datatable
:
API.js
I changed the PropTypes
for the APIProvider
. When a component accepts children, I always use just PropTypes.node
: this supports also list of renderable elements, no need to add arrayOf(PropTypes.node)
.useScrollResults
I don't use debounce for the first hook call, because otherwise, it will wait for half a second on the initial load which is significant for reducing Time to Interactive.