Abe Jellinek
f59ee25fd7
Remove extra textarea padding on all platforms
2024-01-24 23:32:22 -05:00
Abe Jellinek
d375b1c78b
editable-text: Use minimal scrollbars everywhere
2024-01-24 23:32:22 -05:00
Abe Jellinek
1159f9b54c
Update reader submodule
2024-01-24 23:32:22 -05:00
Dan Stillman
1d8baa635a
New app icons
2024-01-24 23:32:22 -05:00
Tom Najdek
ccfc3127ba
Tweak padding in the tag selector list
2024-01-24 23:32:22 -05:00
Dan Stillman
61cca0fc69
Use Fluent instead of DTD for "Use Dark Mode for Content" string
2024-01-24 23:32:22 -05:00
abaevbog
11fc1ebd8e
remove "Go to this item online" tooltip from url field in itembox
...
Also:
- set the .tooltiptext for options button in fluent file, so that text
shows up on hover
- added tooltiptext to creator + and - buttons
2024-01-24 23:32:22 -05:00
Abe Jellinek
b8f2aaafa9
Attachment preview: Fix cut-off snapshots
...
Also:
- Prevent selecting any text within the snapshot
2024-01-24 23:32:22 -05:00
Abe Jellinek
832a6f3eff
Fix right-click -> Merge Items...
2024-01-24 23:32:22 -05:00
Abe Jellinek
0d0aee559b
Update reader submodule
2024-01-24 23:32:22 -05:00
Dan Stillman
db4d7d5838
Fix recognizeDocument test failures
...
Wait for all progress-queue rows to be done processing before moving on
to the next test. Without this, preview rendering or other operations
can cause test failures by delaying the `ZoteroPane.selectItems()` call
for the new parent item in `_processItem()` until the middle of a
following test (due to the await for file renaming [1]). If it's delayed
until after the next attachment has been created, the previous parent
item will be selected after the new attachment and `recognizeSelected()`
in the test won't work. This is most pronounced with the reader, but it
was apparently happening previously due to something else, hence the
explicit item selection (now removed) in one test.
[1] 21e50add60/chrome/content/zotero/xpcom/recognizeDocument.js (L289-L301)
2024-01-24 23:32:22 -05:00
windingwind
0cd7a52dc0
Fix attachment preview retry and error catch
2024-01-24 23:32:21 -05:00
windingwind
1c343ee820
Fix viewItem unnecessary scroll
2024-01-24 23:32:21 -05:00
windingwind
86947d7154
Remove attachment-preview-box
2024-01-24 23:32:21 -05:00
windingwind
6ac35a580f
Fix attachment info indexed label padding
2024-01-24 23:32:21 -05:00
Abe Jellinek
3ac8f803c9
Fix duplicate creator context menus, extract utility function
2024-01-24 23:32:21 -05:00
Abe Jellinek
a0ab7783ee
Remove explicit delay in tag update test
2024-01-24 23:32:21 -05:00
Abe Jellinek
b9deeb1b15
Fix tooltip coloring
2024-01-24 23:32:21 -05:00
Abe Jellinek
f468245caf
Attachments box: Don't set this._item to non-regular item
...
Fixes occasional errors due to `getAttachments()` being called on a
non-regular item in `updateCount()`.
2024-01-24 23:32:21 -05:00
Martynas Bagdonas
c208325aeb
Add menu option to toggle dark mode for reader content
2024-01-24 23:32:21 -05:00
Abe Jellinek
c549a96834
Restore notes-box add button
2024-01-24 23:32:21 -05:00
Tom Najdek
03be35426c
Couple of small fixes to the tag selector
...
* Add bottom padding
* Increase padding for macOS 0-width scrollbars
2024-01-24 23:32:21 -05:00
Tom Najdek
71d6e219bd
Switch to .svg spinner icon for the PDF metadata retrieval
2024-01-24 23:32:21 -05:00
windingwind
ee514f2fd5
Fix window control buttons on KDE
2024-01-24 23:32:20 -05:00
Dan Stillman
a8916b797e
Fix quick-search test
2024-01-24 23:32:20 -05:00
Dan Stillman
29bfbbf4f1
Merge new English strings
2024-01-24 23:32:20 -05:00
Dan Stillman
174e5cb5c9
Update translators
2024-01-24 23:32:20 -05:00
windingwind
6f466b25bd
Fix Item pane "should refresh on file rename" test
2024-01-24 23:32:20 -05:00
abaevbog
91876e4185
updated collection filter collapsed rows test
...
It should ensure that all rows that were collapsed before filtering
are collapsed once the filter is cleared.
2024-01-24 23:32:20 -05:00
Dan Stillman
f084b8c8ad
Move density options to separate submenu in View
2024-01-24 23:32:20 -05:00
abaevbog
ac7cc34485
updated tagsbox test to work with the new design
2024-01-24 23:32:20 -05:00
Dan Stillman
b66ac0d493
Remove tags-box tests in note editor tests
...
Will be moved to separate tags-box tests
2024-01-24 23:32:20 -05:00
abaevbog
4a096665a0
refresh collectionTree rowMap after row is added
...
It prevents the trash row from getting wrong offset and overlapping
with the row above it
2024-01-24 23:32:20 -05:00
Abe Jellinek
be3d7c95f9
Match Reset Sync with "Sync Reset Options"
...
Only adding warning2 because that's really the only relevant, searchable part of the warning.
2024-01-24 23:32:20 -05:00
Abe Jellinek
afcbc24362
Remove border from preferences navigation
...
Added to all listboxes in c0ab7bbacbcae3628c8a6f5feabf7be7f09fa54e
2024-01-24 23:32:19 -05:00
Abe Jellinek
05747f050a
Fix undefined errors in feed settings window
2024-01-24 23:32:19 -05:00
Dan Stillman
074f8b1c69
Update reader submodule
2024-01-24 23:32:19 -05:00
windingwind
982289b484
Fix dialog background
2024-01-24 23:32:19 -05:00
Tom Najdek
2f9a12c2da
Improve "Run JavaScript" dialog
2024-01-24 23:32:19 -05:00
Tom Najdek
a54ed665bf
Improve style editor dialog
2024-01-24 23:32:19 -05:00
Tom Najdek
c514f92f9b
Update csl editor theme based on system color scheme
2024-01-24 23:32:19 -05:00
Tom Najdek
d99ad84d4c
Improve long tag fixer dialog
2024-01-24 23:32:19 -05:00
Tom Najdek
f0de6d0d57
Tweak spacing in select items dialog
2024-01-24 23:32:19 -05:00
Tom Najdek
0734808774
Fix invalid colors for collection tree in dialogs
2024-01-24 23:32:19 -05:00
Tom Najdek
7497226de2
Fix table header doesn't cover the entire width of the table
...
This affected every virtualized table with a header, except the main items table.
2024-01-24 23:32:19 -05:00
Tom Najdek
701c76aa3f
Redesign RTF Scan wizard
2024-01-24 23:32:19 -05:00
Tom Najdek
b30e975379
Inject custom styles into <wizard>
...
<wizard> is a custom element built-in in FF. This commit monkey-patches
attachShadow to inject custom styles into the shadow root of <wizard>.
2024-01-24 23:32:19 -05:00
Abe Jellinek
37d2b41778
Make clicky item icons match line height
2024-01-24 23:32:18 -05:00
Abe Jellinek
40cc55757b
Don't set static line-height on clicky items
2024-01-24 23:32:18 -05:00
Abe Jellinek
63e492261d
Fix splitter misalignment on some displays
2024-01-24 23:32:18 -05:00