web-library
web-library copied to clipboard
The culprit is the [slugify](https://github.com/zotero/web-library/blob/14bfcf9d9b609ad3ecc8ca3019c00973b0bb5fe3/src/js/reducers/config.js#L58) function which attempts to mirror names that server provides. This needs to allow unicode characters. https://forums.zotero.org/discussion/comment/467555/#Comment_467555
> Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version.
https://forums.zotero.org/discussion/115630/ctrl-a-isnt-working-for-me-in-zotero-web This would most likely need to fetch all items (#444) or at least the keys (which might be what we end up doing for #253). Having this would enable...
Version seems to be off by one in the POST request that creates second batch in the target group. https://forums.zotero.org/discussion/104884/error-message-about-library-being-modified-remotely
While web library supports browsers as old as FF60 and Safari 11, Reader can really only support browsers that both, pdf.js and epub.js, support. Even in `legacy` build pdf.js seems...
* [x] Refactor to allow collections in the items list * [x] Show "deleted" collections in a trash * [x] Change "Delete Collection" functionality to move to trash instead *...
Only parent collections should be expanded
e.g. Safari version >= 15 is required to run reader, while rest of the web library will work on Safari >= 11.
Should be sorted by position: https://github.com/zotero/zotero/blob/0077c3f07a2f0fa1fb0e2568f25aa8b598b9074a/chrome/content/zotero/xpcom/data/item.js#L4479