mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
- Use react-virtualized to render tags on demand, reducing the number of DOM elements from potentially tens of thousands to <100. This requires tags to be absolutely positioned, so sizing and positioning need to be precomputed rather than relying on CSS. - Avoid unnecessary refreshes, speed up tag retrieval, and optimize sorting - Debounce reflowing when resizing tag selector Also: - Scroll to top when changing collections - Allow tags to take up full width of tag selector without truncation Closes #1649 Closes #281 |
||
|---|---|---|
| .. | ||
| babel-worker.js | ||
| browserify.js | ||
| build.js | ||
| clean.js | ||
| config.js | ||
| copy.js | ||
| js.js | ||
| sass.js | ||
| symlinks.js | ||
| utils.js | ||
| watch.js | ||