web-library
web-library copied to clipboard
This could be fixed by either switching to `POST`ing for item updates but that's slower and wasteful. Alternatively, maybe, we could be reading `Date` header from the response - this...
For non-colored tags, option should be disabled (or maybe warning as in the client) For colored tags, should open dialog.
Reproducible in Firefox and Chrome. Related #339
Following https://github.com/zotero/dataserver/issues/159 local sorting will also need to be updated to match.
VoiceOver ignores the fact that active element is of `role="treeitem"` and has accessible name set correctly, it instead reports it's a "cell" in a "table" and does not announce the...
Currently each tab pane is keyed off `item.key` so that it renders fresh instance for every item. Re-using existing is not possible as some nested components (e.g. ``) depends on...
Manually changing title should be trivial. Renaming from parent metadata should be possible. Not sure if we can change the actual filename though? https://forums.zotero.org/discussion/102717/renaming-an-attachment-in-the-web-library-without-using-local-library
Generating individual citations is now a lot nicer in ZoteroBib. We should add the same functionality (locators, Omit Author) to the web library. (The web library also opens a huge...
Same as https://github.com/zotero/zotero/pull/3330