fix padding, replace /dashboard to /app/start
Deploy app frontend / app frontend (push) Successful in 1m10s
Deploy app frontend / app frontend (push) Successful in 1m10s
This commit is contained in:
@@ -7,6 +7,7 @@ export const ROUTE_NAMES = {
|
||||
READ_QR_CODE: 'read-qr-code',
|
||||
DONATE: 'donate',
|
||||
PUBLIC_CHAT: 'public-chat',
|
||||
APP_START: 'app-start',
|
||||
// CREATE_ACTIONS: 'create-actions',
|
||||
// MANAGE_SETTINGS: 'manage-settings',
|
||||
// MANAGE_PROFILE: 'manage-profile',
|
||||
|
||||
@@ -13,6 +13,11 @@ const routes = [
|
||||
name: ROUTE_NAMES.CREATE,
|
||||
component: () => import('@/views/CreateView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/app/start',
|
||||
name: ROUTE_NAMES.APP_START,
|
||||
component: () => import('@/views/ManageDashboardView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/manage/dashboard',
|
||||
name: ROUTE_NAMES.MANAGE_DASHBOARD,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="text-center text-gray-500">
|
||||
<p>Нет созданных QR-кодов. Вы можете создать их прямо сейчас!</p>
|
||||
<p class="mb-6">Нет созданных QR-кодов. Вы можете создать их прямо сейчас!</p>
|
||||
<Button
|
||||
icon="pi pi-qrcode"
|
||||
label="Создать QR‑код"
|
||||
|
||||
Reference in New Issue
Block a user