mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-20 22:53:13 +00:00
4dec157e08
There are two different UI in this PR: `comparing` and `viewing` mode. - For `comparing`, the user would be shown two separate date. It uses the `UpdateRange` object and this PR adds a timestamp to both `fromV` and `toV` of the object type. - For `viewing`, the user would only be shown one date since `viewing` mode means viewing a specific update version. Some other notable changes: - Move `diff` state to `diff-view.tsx`, which contains `main.tsx` (main editor history view) and `toolbar.tsx` as its children - refactor `autoSelectFile` by passing `updateRange.toV` directly - refactor `updateIsSelected` by passing an object that contains `fromV` and `toV` instead of passing `update There's also a cypress test for both the `viewing` mode and `comparing` mode in this PR. GitOrigin-RevId: ba54f073f3479c55a39eb6b2932ea7faff78dddc |
||
---|---|---|
.. | ||
editor | ||
list | ||
about-page.less | ||
about.less | ||
account-settings.less | ||
admin-hub.less | ||
base.less | ||
beta-program.less | ||
blog-posts.less | ||
blog.less | ||
bonus.less | ||
cms-page.less | ||
contact-us.less | ||
content_page.less | ||
editor.less | ||
error-pages.less | ||
features.less | ||
front-chat-widget.less | ||
grammarly.less | ||
homepage.less | ||
import.less | ||
institution-hub.less | ||
invite.less | ||
login-register.less | ||
metrics.less | ||
ol-chat.less | ||
ol-style-guide.less | ||
open-in-overleaf.less | ||
plans-ol.less | ||
plans-v2.less | ||
plans.less | ||
portals.less | ||
primary-email-check.less | ||
project-list-react.less | ||
project-list.less | ||
project-url-lookup.less | ||
publisher-hub.less | ||
recurly.less | ||
register.less | ||
review-features-page.less | ||
sidebar-v2-dash-pane.less | ||
sprites.less | ||
subscription.less | ||
templates-v2.less | ||
templates.less | ||
translations.less | ||
wiki.less |