CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
abaevbog 3f45def928
tabs startup loading optimization (#4174)
- if an unloaded tab is being opened, do not close the
tab and have reader re-open a fresh tab. Instead, keep the
tab as is, have reader use the tab as a container and
just change the tab's type. It should fix a glitch on
windows when if you click on a tab during initial loading,
it will disappear until reader re-adds it. A few tweaks
to allow unloaded tabs be generally "selectable".
Fixes: #4149
- during startup loading, select the yet-unloaded tab right
away. That way, a tab is almost immediately selected,
instead of being stuck on the library tab until the reader is ready.
- if the items are not loaded yet, use a placeholder
icon for tabs. Fixes: #4150
- special handling for reader loading message during initial
load. When an unloaded tab is selected, the loading message
needs to be displayed but, since there is no reader yet, we
add it in Zotero_Tabs.select and try to remove by the reader
when it's loaded.
2024-06-20 05:41:14 -04:00
.github Revert "Build deployment ZIPs from fx115 branch" 2024-03-30 01:11:52 -04:00
app Add fill: #000000 to Linux symbolic icon 2024-06-14 07:01:51 -04:00
chrome tabs startup loading optimization (#4174) 2024-06-20 05:41:14 -04:00
defaults/preferences Add pref to enable local API (#4236) 2024-06-14 06:25:39 -04:00
js-build Few fixes to ftl-to-json and localize-ftl scripts (#3707) 2024-06-18 06:34:17 -04:00
note-editor@b859def22f Update note-editor submodule. Fix #4151 2024-05-22 14:23:46 +02:00
pdf-worker@d745e35fae Fix exported PDF annotation date and update reader/pdf-worker submodules 2024-06-11 21:13:17 +03:00
reader@17e1a5451e Update reader submodule and add missing strings 2024-06-18 09:49:54 +03:00
resource Add local implementation of Zotero web API (#4270) 2024-06-12 05:45:38 -04:00
scripts Fix Python warning in merge_mozilla_files 2024-04-10 07:33:46 -04:00
scss Tweaks to trash functionality for collections and searches (#3307) 2024-06-17 23:14:48 -04:00
styles@add81f28c7 Update translators and styles 2024-06-06 01:07:19 -04:00
test Fix duplicate attachment row from attachments-box notify() (#4250) 2024-06-19 02:23:46 -04:00
translators@b947ce66c9 Update translators and styles 2024-06-06 01:07:19 -04:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore Remove connectorTypeSchemaData.js from .eslintignore 2023-05-07 02:43:31 -04:00
.eslintrc CEify contextPane 2024-03-30 00:58:57 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Use user-provided codesign script for Windows signing 2024-04-08 10:12:58 +01:00
.gitmodules Move pdf-reader submodule to reader 2023-08-08 01:40:24 -04:00
chrome.manifest fx115: working autocomplete (#3789) 2024-03-30 00:58:57 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
package-lock.json Skip var-only and term-only messages in ftl-to-json 2024-06-19 17:01:46 +02:00
package.json Skip var-only and term-only messages in ftl-to-json 2024-06-19 17:01:46 +02:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
version Update app build scripts for new combined repo 2023-04-26 04:40:22 -04:00

Zotero

CI

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 documentation.