🚀(app-impress) add template builder editor

We add the template builder editor to
the template feature.
It will be used to create and edit templates.
This commit is contained in:
Anthony LC
2024-04-15 22:34:19 +02:00
committed by Anthony LC
parent 8d2a78cf8d
commit 7922c702cd
6 changed files with 187 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ test.beforeEach(async ({ page, browserName }) => {
test.describe('Menu', () => {
const menuItems = [
{ name: 'Search', isDefault: true },
{ name: 'Template', isDefault: false },
{ name: 'Favorite', isDefault: false },
{ name: 'Recent', isDefault: false },
{ name: 'Contacts', isDefault: false },