You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.6 KiB
38 lines
1.6 KiB
# Screens Inventory |
|
## Auth (Guest) |
|
| Route view | Judul | Pola UI | |
|
|------------|-------|---------| |
|
| `auth/login` | Login | Centered card + notes | |
|
| `auth/forgot-password` | Forgot Password | Centered card | |
|
| `auth/reset-password` | Reset Password | Centered card | |
|
|
|
## Admin |
|
| Route view | Judul | Pola UI | |
|
|------------|-------|---------| |
|
| `databases/index` | Database List | List panel + notes sidebar | |
|
| `database-connections/index` | DB Connections | List panel + form CRUD | |
|
| `ldap-users/index` | LDAP Users | List panel + filter grup | |
|
| `ldap-users/show` | User Detail | Cards + activity log | |
|
| `ldap-users/edit` | Edit User | Form card | |
|
| `ldap-users/password` | Reset Password | Form card | |
|
| `ldap-groups/index` | LDAP Groups | List panel | |
|
| `ldap-groups/show` | Group Detail | Cards + members | |
|
| `api-clients/index` | API Clients | List panel + token display | |
|
| `mail-settings/index` | Mail SMTP | 2-col grid forms | |
|
| `audit-logs/index` | Audit Logs | Stats cards + list panel | |
|
|
|
## Semua User (Authenticated) |
|
| Route view | Judul | Pola UI | |
|
|------------|-------|---------| |
|
| `profile/show` | My Profile | Info card + edit form | |
|
| `api-docs/index` | API Documentation | Swagger UI themed | |
|
| `api-docs/guide` | API Guide | Markdown-style content | |
|
|
|
## Partial Reusable |
|
- `app-shell`, `theme-toggle`, `flash`, `footer` |
|
- `ui-feedback`, `list-row-actions-sheet`, `list-table-row-hint` |
|
- `activity-log`, `pwa-install-prompt`, `pwa-head` |
|
|
|
## Bahasa UI |
|
- Campuran English (nav, heading) dan Indonesia (catatan, beberapa label sheet, dialog, audit) |
|
- Belum ada i18n/locale switcher
|
|
|