Revisions flow (#612)

* WIP rework revisions, fetch data

* Render revision items in sidebar

* Show created externally

* Install diff

* Add strings for revisions modal

* Allow slot to override subtitle in modal

* Add tabs content to revisions modal

* Add revert button
This commit is contained in:
Rijk van Zanten
2020-05-22 15:45:35 -04:00
committed by GitHub
parent dbe4d319a9
commit df2587810c
15 changed files with 826 additions and 281 deletions

View File

@@ -1,5 +1,6 @@
{
"edit_field": "Edit Field",
"item_revision": "Item Revision",
"duplicate_field": "Duplicate Field",
"half_width": "Half Width",
"full_width": "Full Width",
@@ -68,6 +69,8 @@
"show_all_activity": "Show All Activity",
"page_not_found": "Page Not Found",
"page_not_found_body": "The page you are looking for doesn't seem to exist.",
"confirm_revert": "Confirm Revert",
"confirm_revert_body": "This will revert the item to the selected state.",
"setting_update_success": "Setting {setting} updated",
"setting_update_failed": "Updating setting {setting} failed",
@@ -79,8 +82,12 @@
"revision_delta_updated": "Updated {count} Fields",
"revision_delta_soft_deleted": "Soft Deleted",
"revision_delta_deleted": "Deleted",
"revision_delta_reverted": "Reverted",
"revision_delta_by": "{date} by {user}",
"private_user": "Private User",
"revision_unknown": "Created Outside System",
"revision_preview": "Revision Preview",
"updates_made": "Updates Made",
"leave_comment": "Leave a comment...",
"post_comment_success": "Comment posted",