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:
Erik Michelson 2025-05-17 23:27:15 +02:00
parent c0ce00b3f9
commit d67e44f540
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
75 changed files with 76 additions and 2727 deletions

View file

@ -14,7 +14,6 @@ const handler = (req: NextApiRequest, res: NextApiResponse): void => {
metadata: {
id: 'exampleId',
version: 2,
viewCount: 0,
updatedAt: '2021-04-24T09:27:51.000Z',
createdAt: '2021-04-24T09:27:51.000Z',
lastUpdatedBy: null,
@ -23,13 +22,7 @@ const handler = (req: NextApiRequest, res: NextApiResponse): void => {
title: 'Features',
tags: ['hedgedoc', 'demo', 'react'],
description: 'Many features, such wow!',
aliases: [
{
name: 'features',
primaryAlias: true,
noteId: 'exampleId'
}
],
aliases: ['features'],
permissions: {
owner: 'tilman',
sharedToUsers: [