update names, layout and tooltip

This commit is contained in:
2024-12-10 16:08:22 +01:00
parent 4c5379e393
commit 93b7a33926
8 changed files with 35 additions and 19 deletions

View File

@@ -75,7 +75,8 @@ const login = async () => {
</svg>
</div>
<div class="text-center mb-8">
<h1>Welcome to KNOWLEDGE</h1>
<h1>Welcome to</h1>
<h1>WizardAI - KNOWLEDGE</h1>
</div>
<div>

View File

@@ -11,18 +11,18 @@
<ConfirmPopup></ConfirmPopup>
<Toolbar class="mb-6">
<template #start>
<Button label="Refresh" icon="pi pi-refresh" severity="secondary" class="mr-2" rounded
<Button label="Refresh" icon="pi pi-refresh" class="mr-2"
@click="refreshPage" v-tooltip.top="'Refresh all records'" />
</template>
<template #end>
<Button label="Expand All" icon="pi pi-plus" severity="secondary" class="mr-3" rounded
<Button label="Expand All" icon="pi pi-plus" class="mr-3"
@click="expandAll" v-tooltip.top="'Expand all records'" />
<Button label="Collapse All" icon="pi pi-minus" severity="secondary" class="mr-3" rounded
<Button label="Collapse All" icon="pi pi-minus" class="mr-3"
@click="collapseAll" v-tooltip.top="'Collapse all records'" />
<!--Button label="Add New Git Repo" icon="pi pi-plus" severity="secondary" rounded class="mr-3" @click="newCodeRepoForm()" v-tooltip.top="'Add New Git Repo'" class="mr-2" /-->
<!--Button label="Add Git Repo" icon="pi pi-bolt" severity="secondary" rounded @click="cloneRepoForm()" v-tooltip.top="'Add New Git Repo'" /-->
<Button label="New Git Repository" icon="pi pi-bolt" severity="secondary" rounded
<Button label="New Git Repository" icon="pi pi-bolt"
@click="showDialog = true" v-tooltip.top="'Add New Git Repository'" />
<Dialog v-model:visible="showDialog" :style="{ width: '50rem' }" header="Repository Details"

View File

@@ -11,18 +11,18 @@
<ConfirmPopup></ConfirmPopup>
<Toolbar class="mb-6">
<template #start>
<Button label="Refresh" icon="pi pi-refresh" severity="secondary" class="mr-2" rounded
<Button label="Refresh" icon="pi pi-refresh" class="mr-2"
@click="refreshPage" v-tooltip.top="'Refresh all records'" />
</template>
<template #end>
<Button label="Expand All" icon="pi pi-plus" severity="secondary" class="mr-3" rounded
<Button label="Expand All" icon="pi pi-plus" class="mr-3"
@click="expandAll" v-tooltip.top="'Expand all records'" />
<Button label="Collapse All" icon="pi pi-minus" severity="secondary" class="mr-3" rounded
<Button label="Collapse All" icon="pi pi-minus" class="mr-3"
@click="collapseAll" v-tooltip.top="'Collapse all records'" />
<!--Button label="Add New Git Repo" icon="pi pi-plus" severity="secondary" rounded class="mr-3" @click="newCodeRepoForm()" v-tooltip.top="'Add New Git Repo'" class="mr-2" /-->
<!--Button label="Add Git Repo" icon="pi pi-bolt" severity="secondary" rounded @click="cloneRepoForm()" v-tooltip.top="'Add New Git Repo'" /-->
<Button label="New Git Repository" icon="pi pi-bolt" severity="secondary" rounded
<Button label="New Git Repository" icon="pi pi-bolt"
@click="showDialog = true" v-tooltip.top="'Add New Git Repository'" />
<Dialog v-model:visible="showDialog" :style="{ width: '50rem' }" header="Repository Details"