CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman d0635e12cb
Add disableFontSizeScaling prop to HTML tree (#2155)
Removes `defaultRowHeight` prop added in adb8aa39f in favor of a prop
that disables font size scaling. A non-default row height can still be
specified with `rowHeight`.

Most of our existing trees need to disable font size scaling, but the
idea is that pretty much everything _should_ scale with font size for
accessibility, and it's a limitation of the current prefs and other UIs
that they don't currently, so it's better to default to scaling and
gradually remove uses of this prop.

This fixes a bug where the HTML trees other than the collection and item
trees would have larger rows but without larger text when font size was
increased.

Also:

- Fixes #2157 by fixing line height adjustment on macOS when at the
  default font size, applying it to all trees, and moving the explicit
  `rowHeight` override from the item tree to the collection tree, which
  should have more spacing than all other trees (rather than the item tree
  having less).
2021-08-25 01:53:22 -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 Add disableFontSizeScaling prop to HTML tree (#2155) 2021-08-25 01:53:22 -04:00
components Restore tabs state (#2148) 2021-08-23 13:02:57 -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@c93a352d45 Update pdf-reader submodule 2021-08-23 20:15:39 -04:00
pdf-worker@0b289deeb9 Improve annotations insertion into notes: 2021-06-29 16:03:54 +03:00
resource Move js-tree files out from /containers subfolder 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 HTML Tree: Fix column separators misaligned at startup. Closes #2153 2021-08-24 16:44:55 +03:00
styles@75df0afb88 Update submodules 2021-01-10 14:58:37 -05:00
test Item tree selection changes and fixes 2021-08-21 06:58:12 -04:00
translators@250e680d12 Update submodules 2021-08-06 16:56:31 -04:00
.babelrc Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -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 Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
package.json Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -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.