zotero/scss
Dan Stillman 06b28194da Show annotation widget in conflict resolution window
This adds a very basic reimplementation of the annotation widget for use
in the CR window. It's not pixel-perfect, but it's close enough that
most people probably won't notice. We'll want to replace this with a
real version that's shared between the PDF reader and the rest of the
codebase.

Image annotations currently show an "[image not shown]" placeholder.
Showing images is tricky: we don't have the remote cache image, so if
the remote position has changed, we could only show an image by
rendering it from the file, and only if the file itself hasn't changed.
Just for a better user experience, we could use the local image as long
as the position and file are both the same, but that would take some
rejiggering of the CR window.

Tags aren't shown because they're not shown for CR at all, though that
could be changed in the future.
2021-03-21 14:36:43 -04:00
..
abstracts Comment out :focus-visible CSS rules to prevent console warnings 2021-03-02 17:58:29 -05:00
components Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
linux Tab bar: Fix tabs on Windows & Linux 2021-03-02 17:40:24 -05:00
mac Tab bar: Fix tabs on Windows & Linux 2021-03-02 17:40:24 -05:00
themes Tab bar: Change selected-tab highlight color 2021-03-02 17:40:24 -05:00
win Add an option to create parent item from identifier (#1901) 2020-11-20 16:17:48 -05:00
_zotero-react-client.scss Show annotation widget in conflict resolution window 2021-03-21 14:36:43 -04:00
zotero-react-client-mac.scss Tab bar: Update styling on macOS 2021-03-02 17:40:24 -05:00
zotero-react-client-unix.scss Tab bar: Fix tabs on Windows & Linux 2021-03-02 17:40:24 -05:00
zotero-react-client-win.scss Add an option to create parent item from identifier (#1901) 2020-11-20 16:17:48 -05:00