(frontend) add doc editor panel header

Add doc editor panel header to show
the doc title and other info.
This commit is contained in:
Anthony LC
2024-07-10 13:03:42 +02:00
committed by Anthony LC
parent a60399883b
commit ff832239d3
16 changed files with 197 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ export default defineConfig({
use: {
...devices['Desktop Chrome'],
locale: 'en-US',
timezoneId: 'Europe/Paris',
storageState: 'playwright/.auth/user-chromium.json',
},
dependencies: ['setup'],
@@ -57,6 +58,7 @@ export default defineConfig({
use: {
...devices['Desktop Safari'],
locale: 'en-US',
timezoneId: 'Europe/Paris',
storageState: 'playwright/.auth/user-webkit.json',
},
dependencies: ['setup'],