CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Adomas Venčkauskas cbbff600a6 XUL -> JS tree megacommit
- Just a single huge commit. This has been developed over too long a
time, required many tiny changes across too many files and has seen too
many iterations to be separated into separate commits.
The original branch with all the messy commits will be kept around for
posterity
bb220ad0f2...adomasven:feature/react-item-tree
- Replaces XUL <tree> element across the whole zotero client codebase
with a custom supermegafast virtualized-table inspired by
react-virtualized yet mimicking old XUL treeview API. The
virtualized-table sits on top on a raw-to-the-metal,
interpreted-at-runtime JS based windowing solution inspired by
react-window. React-based solutions could not be used because they were
slow and Zotero UI needs to be responsive and be able to
display thousands of rows in a treeview without any slowdowns.
- Attempts were made at making this screen-reader friendly, but yet to
be tested with something like JAWS
- RTL-friendly
- Styling and behaviour across all platforms was copied as closely as
possible to the original XUL tree
- Instead of row-based scroll snapping this has smooth-scrolling. If
you're using arrow keys to browse through the tree then it effectively
snap-scrolls. Current CSS snap scroll attributes do not seem to work in
the way we would require even on up-to-date browsers, yet alone the ESR
version of FX that Zotero is on. JS solutions are either terrible for
performance or produce inexcusable jitter.
- When dragging-and-dropping items the initial drag freezes the UI for
a fairly jarring amount of time. Does not seem to be fixable due to
the synchronous code that needs to be run in the dragstart handler.
Used to be possible to run that code async with the XUL tree.
- Item tree column picker no longer has a dedicated button. Just
right-click the columns. The column preferences (width, order, etc) are
no longer handled by XUL, which required a custom serialization and
storage solution that throws warnings in the developer console due to
the amount of data being stored. Might cause temporary freezing on HDDs
upon column resize/reorder/visibility toggling.
- Context menu handling code basically unchanged, but any UI changes
that plugins may have wanted to do (including adding new columns) will
have to be redone by them. No serious thought has gone into how plugin
developers would achieve that yet.
- Opens up the possibility for awesome alternative ways to render the
tree items, including things like multiple-row view for the item tree,
which has been requested for a long while especially by users switching
from other referencing software
2021-08-21 06:58:12 -04:00
.github CI: Temporarily disable NPM cache due to a bug in the setup-node action 2021-07-22 04:46:10 -04:00
chrome XUL -> JS tree megacommit 2021-08-21 06:58:12 -04:00
components XUL -> JS tree megacommit 2021-08-21 06:58:12 -04:00
defaults/preferences Add OpenURL resolver directory 2021-08-13 06:25:16 -04:00
note-editor@9749a4b2be Update note-editor submodule 2021-08-12 00:56:26 -04:00
pdf-reader@05da34b95a Upgrade note-editor schema to v4: 2021-08-06 13:06:40 +03:00
pdf-worker@0b289deeb9 Improve annotations insertion into notes: 2021-06-29 16:03:54 +03:00
resource XUL -> JS tree megacommit 2021-08-21 06:58:12 -04:00
scripts Use zotero/translate and zotero/utilities for shared code 2021-07-28 15:46:07 +03:00
scss XUL -> JS tree megacommit 2021-08-21 06:58:12 -04:00
styles@75df0afb88 Update submodules 2021-01-10 14:58:37 -05:00
test XUL -> JS tree megacommit 2021-08-21 06:58:12 -04:00
translators@250e680d12 Update submodules 2021-08-06 16:56:31 -04:00
.babelrc Babel: Add support for optional chaining 2021-08-17 00:41:59 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Add separate .eslintrc for tests 2019-09-16 01:28:52 -04:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Remove shallow=true for translate and utilities submodules 2021-08-04 20:20:54 -04:00
chrome.manifest Enable Basque locale 2021-06-04 02:16:20 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-04 01:31:10 -04:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Remove obsolete lines from install.rdf 2021-05-16 03:51:42 -04:00
package-lock.json Babel: Add support for optional chaining 2021-08-17 00:41:59 -04:00
package.json Babel: Add support for optional chaining 2021-08-17 00:41:59 -04:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00

Zotero

Build Status

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero wiki.