forked from zotero/zoterobib
-
Notifications
You must be signed in to change notification settings - Fork 5
Catchup to upstream repository #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mick-schroeder
wants to merge
358
commits into
mick-schroeder:master
Choose a base branch
from
zotero:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously whenever style was changed, all <BibliographyItem>s would render twice.
Recent regression
If MultipleChoiceDialog was triggered from /import, it would fail to translate item selected in the dialog.
Should improve perceived snappiness of the app when quickly editing an item that is a part of larger bibliography.
Also tweaked code to work with zotero-translation-client > 4.0
"Slash as Division" is deprecated and won't be supported in the future: https://sass-lang.com/documentation/breaking-changes/slash-div
Update zotero-translation-client to 4.1.0 to ensure compatiblity with older browsers. Switch babel helpers strategy to "runtime" which produces smaller bundle.
This version is actually backported from FAQ on zbib.org, somehow updated version never made it into repository.
* Tweak confirm window to display imported citation in both current and incoming style (if one is set) * Add tests for various scenarios of importing a citation * Update web-common v0.3.0
* This resolves an issue where a translate called very early could fail because style xml is not yet fetched. This is unlikely to happen in practice but happens in tests. * Also added a test for processing multi-line pasted data
* Happened after picking "Copy HTML" option * Small visual regression caused by switching to dropdown from web-common probably in fd2c34f
Also removed comment from the default config which made it invalid JSON. (The same explanation is already included in README)
Ensure that after 3000378 we don't change the links for the headers that previously worked.
- Improved contrast and font size in the search input. - Tweaked colors and font sizes to meet WCAG requirements. - Adjusted the behavior of the select input for better accessibility. - Marked decorative elements with `role="presentation"` for screen readers.
- Add "Select All"/"Clear Selection" buttons to the multiple items dialog - Add modal footers and use scroll container - Improve layout of search results modal - Improve accessiblity in all dialogs - Fix few missing i18n strings
Also updated the year in the copyright notice.
- Improved contrast and font size in the search input. - Improve keyboard-based navigation - Tweaked colors and font sizes to meet WCAG requirements. - Adjusted the behavior of the select input for better accessibility - Tweaked Tabs component for better behaviour with screen readers. - Marked decorative elements with `role="presentation"` for the screen readers. - Fix #undefined named anchors for question permalinks - Few more accessibility tweaks, small bug fixes and minor improvements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.