mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
refactor: remove history page
This needs to be done since the backend does not include code for the history page anymore. This will be replaced with the explore page in the near future anyway. Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
c0ce00b3f9
commit
d67e44f540
75 changed files with 76 additions and 2727 deletions
|
@ -19,7 +19,7 @@ describe('Revision modal', () => {
|
|||
createdAt: defaultCreatedAt,
|
||||
length: 2788,
|
||||
authorUsernames: [],
|
||||
anonymousAuthorCount: 4,
|
||||
guestAuthorUuids: ['1', '2', '3', '4'],
|
||||
title: 'Features',
|
||||
description: 'Many features, such wow!',
|
||||
tags: ['hedgedoc', 'demo', 'react']
|
||||
|
@ -29,7 +29,7 @@ describe('Revision modal', () => {
|
|||
createdAt: defaultCreatedAt,
|
||||
length: 2782,
|
||||
authorUsernames: [],
|
||||
anonymousAuthorCount: 2,
|
||||
guestAuthorUuids: ['1', '2'],
|
||||
title: 'Features',
|
||||
description: 'Many more features, such wow!',
|
||||
tags: ['hedgedoc', 'demo', 'react']
|
||||
|
@ -81,7 +81,7 @@ describe('Revision modal', () => {
|
|||
edits: [],
|
||||
length: 2788,
|
||||
authorUsernames: [],
|
||||
anonymousAuthorCount: 4,
|
||||
authorGuestUuids: ['1', '2', '3'],
|
||||
content: testContent
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue