fix: improve document loading ui consistency (#1082)

## Description

General UI updates

## Changes Made

- Add consistent spacing between document edit/view/log pages
- Add document status to document audit log page
- Update document loading page to reserve space for the document status
below the title
- Update the document audit log page to show full dates in the correct
locale
This commit is contained in:
David Nguyen
2024-04-09 11:31:53 +07:00
committed by GitHub
parent 03bf16522d
commit 1400c335a5
3 changed files with 40 additions and 10 deletions

View File

@ -100,7 +100,7 @@ export const DocumentEditPageView = async ({ params, team }: DocumentEditPageVie
</div>
<EditDocumentForm
className="mt-8"
className="mt-6"
initialDocument={document}
documentRootPath={documentRootPath}
isDocumentEnterprise={isDocumentEnterprise}