update flow klinik ruang, dan design consistency

This commit is contained in:
bagus-arie05
2026-01-19 10:11:09 +07:00
parent 00bb95431c
commit cbd8f44b50
9 changed files with 809 additions and 231 deletions

No files matched your search

-6
View File
@@ -1,11 +1,5 @@
<template>
<div class="hak-akses-page pa-4">
<v-breadcrumbs :items="breadcrumbs" class="pl-0 mb-4">
<template v-slot:divider>
<v-icon icon="mdi-chevron-right"></v-icon>
</template>
</v-breadcrumbs>
<!-- Dialog for Add/Edit Form -->
<v-dialog
v-model="showAddEditDialog"
-15
View File
@@ -1,20 +1,5 @@
<template>
<div class="user-login-page pa-4">
<!-- Display Authentication Info for context -->
<div class="mb-4 pa-3 bg-blue-grey-lighten-5 rounded-lg text-caption">
User Status:
<v-chip :color="currentUserData ? 'green' : 'red'" size="small" class="ml-2 mr-1">
{{ currentUserData ? 'Authenticated' : 'Unauthenticated' }}
</v-chip>
(Username: <strong>{{ currentUserData?.namaUser || currentUserData?.namaLengkap || 'N/A' }}</strong>)
</div>
<v-breadcrumbs :items="breadcrumbs" class="pl-0">
<template #divider>
<v-icon icon="mdi-chevron-right"></v-icon>
</template>
</v-breadcrumbs>
<v-alert
v-if="fetchError"
type="error"