abaevbog

Results 96 issues of abaevbog

- Added cancel button to undo saving of items in case it was started by mistake - If none of `/connector/save*` endpoints were called yet, the button will just exit...

Click on a label of a focused field in itemBox or attachmentBox will refocus itemTree or the reader content, depending on the tab. That way focus is not lost. Fixes:...

- pass `canUserAddNote` flag in ping response to tell the connector that it should display a note field - when the connector sends a note, create a child note item...

Features: - implemented redesigned citation dialog with library and list modes one can switch between. - in library mode, searching will filter the items table - in library mode, items...

Word Processor Integration

It does not sound quite semantically correct, since tags don't have much to do with a selected collection but it is the endpoint called to fetch the info from the...

- when something is dragged over a collapsed collection or group, it will be expanded to reveal children so one could drop the dragged item/collection/ into them - when drag...

Deprecate inLibraryRoot as an independent boolean param in `ZoteroPane.selectItems` to instead have a composite options param `{ inLibraryRoot, noTabSwitch }`. Fixes: #4262 https://github.com/user-attachments/assets/2606faf1-f951-4719-be66-330307f8eb63

- more efficiently check if a collection can be moved to another collection without calling `getDescendents` for every single candidate - when fetching descendents of a collection, only fetch those...

- added context menu option "Exclude tag" that will exclude the items with the selected tag from search results - search condition also includes `includeChildren:true`, otherwise if a parent has...

Needed to avoid glitches in citation explorer and citation dialog. Fixes: #4941 Discussed in https://github.com/zotero/zotero/pull/3468#issuecomment-2551945060