chore: add Tailwind CSS configuration file. ux writing update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<app-page-data-list
|
||||
pageTitle="لیست پایانههای فروش"
|
||||
[columns]="columns"
|
||||
emptyPlaceholderTitle="پایانهی فروشی یافت نشد."
|
||||
emptyPlaceholderTitle="پایانه فروشی یافت نشد."
|
||||
[items]="items()"
|
||||
[loading]="loading()"
|
||||
[showDetails]="true"
|
||||
|
||||
@@ -22,7 +22,7 @@ export const ConsumerPosesNamedRoutes: NamedRoutes<TPosesRouteNames> = {
|
||||
import('../../views/single.component').then((m) => m.ConsumerPosPageComponent),
|
||||
// @ts-ignore
|
||||
meta: {
|
||||
title: 'پایانهی فروش',
|
||||
title: 'پایانه فروش',
|
||||
pagePath: (posId: string) => `${baseUrl}/${posId}`,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user