Dan Stillman
e6dc493b27
Update note-editor and reader submodules
2024-01-24 23:32:15 -05:00
yexingsha
c5346d08b9
fixed some spacing in item pane
2024-01-24 23:32:15 -05:00
yexingsha
6e7c80d97b
changed all font-weight: bold/590 to 600
2024-01-24 23:32:15 -05:00
yexingsha
a81f0884ed
fix focus ring color
2024-01-24 23:32:15 -05:00
Abe Jellinek
ee5106939c
Potentially fix Linux popup positioning issue
2024-01-24 23:32:15 -05:00
windingwind
f039124312
Use html label in info table
2024-01-24 23:32:15 -05:00
windingwind
d00fc7ca22
Fix attachment box info table layout
2024-01-24 23:32:15 -05:00
windingwind
3603254d35
Fix attachment row rendering bug with web attachment
2024-01-24 23:32:15 -05:00
windingwind
607f9814a0
Fix uncaught errors on item.save() coming from attachmentBox
2024-01-24 23:32:15 -05:00
Dan Stillman
034dd40eea
Update note-editor submodule
2024-01-24 23:32:15 -05:00
windingwind
6af4605bd0
Implement attachment preview
...
- Implement attachment preview
- Implement attachment-box redesign
- Make filename editable
- Use new reindex icon
- Update attachment note layout
- Fix reader.js eslint errors
- Add fallback attachment icon and use redesign
- Use attachment preview for regular items
- Fix pinned pane not exists error
- Double click preview to open to page
- Fix itemPane pin bug
- Preload preview iframe
- Fix item pane scroll
- Add media preview support
- Fix item pane scroll bar on macos
- Fix reader sidebar with standalone attachment
- Fix attributeChangedCallback
- Add attachmentBox _updateAttachmentIDs
- Make attachment notes readonly and simplify note window script
- Implement convert attachment note to new note
- Support preview dragging
- Annotations box redesign
- Support custom buttons in the collapsible-section
- Add preview toggle button
- Fix collapsible section attribute listener
- Make attachment box notify sync to fix errors in test
2024-01-24 23:32:15 -05:00
windingwind
2a5d713f98
Move drag handler into utilities_internal
2024-01-24 23:32:14 -05:00
Abe Jellinek
9a0a15abbe
Don't show string "PLACEHOLDER" in menu while localization runs
...
Ideally we should cache these/not recreate the menuitems every time, or
something like that, so that localization pop-in doesn't happen at all. But a
brief flash of an empty menuitem is better than a brief flash of placeholder
text.
2024-01-24 23:32:14 -05:00
Abe Jellinek
f44cc548f9
Locate menu: Get selected item(s) from current tab
2024-01-24 23:32:14 -05:00
windingwind
424afb9af6
Fix splitter style
2024-01-24 23:32:14 -05:00
yexingsha
13acfe8c05
fixed spacing in tag-selector-filter
2024-01-24 23:32:14 -05:00
yexingsha
cf241447ab
fixed some spacing in collectionTree and itemTree
2024-01-24 23:32:14 -05:00
yexingsha
fc7f8b199e
update some item-type icons
2024-01-24 23:32:14 -05:00
yexingsha
d06ad5c14a
update toolbar, tabbar, and paneheader
2024-01-24 23:32:14 -05:00
yexingsha
786a48c995
update tag colors
2024-01-24 23:32:14 -05:00
Bogdan Abaev
30b4577283
pinned panes for reader contextPane
...
When tab selection changes, scroll to the pinned pane if there is one.
2024-01-24 23:32:14 -05:00
Bogdan Abaev
6ac6c2582d
do not reopen collapsed itemPane on item change
...
To preserve the proper scroll behavior to top pane/pinned pane on item
change, remember which pane needs to be scrolled to when itemPane is
collapsed, and scroll to it when the itemPane is expanded.
2024-01-24 23:32:14 -05:00
Abe Jellinek
2963b86176
Bidi: Allow switching text direction & add control for bidi pref
2024-01-24 23:32:14 -05:00
Martynas Bagdonas
aa10c71dba
Update note-editor submodule
2024-01-24 23:32:13 -05:00
Abe Jellinek
58958d26f4
Decrease max visible lines in non-multiline fields
2024-01-24 23:32:13 -05:00
Abe Jellinek
6836bde339
Fix RTL layout issues in item tree
2024-01-24 23:32:13 -05:00
abaevbog
5ae6f88b15
editable-text better text match to textarea
...
- Remove margins and add a border to the pseudo-element.
It improves how the text of the pseudo-component matches the text from
textarea and should prevent the scrollbar from appearing due to mismatch.
- Swap explicit width setting for editable-text in itemBox for
min-width: 0. It still allows the editable-text to be shrunk when the
itemBox is narrow but does not cause mismatches between pseudo elements
and the textarea.
2024-01-24 23:32:13 -05:00
Abe Jellinek
f4d3ef94e7
New Collection dialog: Apply macOS non-native menu fixes
2024-01-24 23:32:13 -05:00
Abe Jellinek
2ab1bf6e11
RTL: Put creator commas on left, use locale character
2024-01-24 23:32:13 -05:00
Abe Jellinek
ef1f64058e
RTL: Reverse sidebar collapse toggle
2024-01-24 23:32:13 -05:00
Abe Jellinek
4490da93ca
RTL: Flip Locate icon (by making it a zotero-tb-button)
2024-01-24 23:32:13 -05:00
Abe Jellinek
9960483527
RTL: Use much simpler approach to flip toolbar icons & preserve padding
...
We don't have to deal with background images attached to various parts of the
button like we did on macOS before, so we can just flip the icon and be done
with it.
2024-01-24 23:32:13 -05:00
Abe Jellinek
667ea83f4b
RTL: Flip Sync button
...
Sync isn't inside #zotero-pane anymore, so match on :root:-moz-locale-dir(rtl)
instead.
2024-01-24 23:32:13 -05:00
Abe Jellinek
e4837168b9
RTL: Fix toolbarbutton margins
2024-01-24 23:32:13 -05:00
Abe Jellinek
761c8a1bd4
RTL: Flip search icons
2024-01-24 23:32:13 -05:00
Abe Jellinek
9a5a8cf107
RTL: Apply Quick Search fixes to other search fields
2024-01-24 23:32:12 -05:00
Abe Jellinek
f938445271
Prevent error when itemsView hasn't been initialized
2024-01-24 23:32:12 -05:00
Abe Jellinek
64b8068504
Focus item tree on Escape in empty Quick Search textbox
2024-01-24 23:32:12 -05:00
Abe Jellinek
0d37d2752c
Item tree: RTL: Fix misaligned backgrounds on first/last column
2024-01-24 23:32:12 -05:00
Abe Jellinek
ba19324723
Quick Search textbox: Fix RTL issues
2024-01-24 23:32:12 -05:00
Dan Stillman
5167ac2d6f
Restore Dev/Troubleshooting Mode warning after redesign
...
Show label after tabs menu, and adjust Troubleshooting Mode color for
dark mode
2024-01-24 23:32:12 -05:00
Abe Jellinek
0f4a9e1482
Prevent dblclick inside collection name input from reactivating row
2024-01-24 23:32:12 -05:00
Abe Jellinek
ecf1595998
Don't gray out collection tree row when editing name
2024-01-24 23:32:12 -05:00
abaevbog
b2e4c9bdeb
include last space counting creator name width
2024-01-24 23:32:12 -05:00
abaevbog
1e793a37a8
fix collection tree test breakage
...
Save the child collection after removing its parent in toJSON() collectionTest.
Otherwise, getDescendents throws an error if the parent collection
tries to access the deleted child in later tests.
2024-01-24 23:32:12 -05:00
Abe Jellinek
d44b869420
Implement new New Collection dialog with parent menu
2024-01-24 23:32:12 -05:00
abaevbog
5b1fd4b628
refresh row map after collection deletion
...
It refreshes customRowHeights which is used by windowed list to
calculate the right offsets.
Without this, customRowHeights remains same as before deletion, so windowed
list picks the offset based on stale data, which makes it use smaller
offset that makes headers overlap with other rows.
2024-01-24 23:32:12 -05:00
windingwind
cae1bf3ab0
Fix macos tab bar safe-area-start when maximized
2024-01-24 23:32:11 -05:00
windingwind
af97b3e66f
Fix macos tab bar safe-area-start when fullscreen
2024-01-24 23:32:11 -05:00
Abe Jellinek
d128329cfb
fixup: editable-text: Prevent a tiny vertical overflow
2024-01-24 23:32:11 -05:00