web-library
web-library copied to clipboard
Will be implemented once API is tweaked to support this.
Currently we do tag filtering locally, i.e. all tags for current view are fetched and filtered by the query. We can improve this by querying the API to do the...
The client behavior needs to be greatly improved, but for now we should at least mirror what's there. We can ignore collection drags for now (https://github.com/zotero/web-library/issues/227). - When dragging items...
* [x] Default mode: do not render empty tab-panes on touch devices * [x] Edit mode: do not render empty \ elements on touch devices * [x] Render 28x28 item...
- [x] Tag Selector (#64) - Cite modal (#203, Post 1.0) - [x] Bibliography modal (#134) - [ ] Style installer (#208) - [x] "Add to Collection" modal where multiple...
When loading a url directly that includes a selected tag, the items appear to be properly filtered, but the tag selector does not show any active tags so it's hard...
Firefox [makes overflowing elements tabbable](https://allyjs.io/data-tables/focusable.html#scrollable-elements), thus generating unexpected tab stops on the following components: - Tag Selector - Attachments list in item details - Notes list in item details This...
In the collection-tree and the attachments pane, when I click on the scrollbar handle while there is a scroll offset, the view jumps and scrolls around, depending where I click...