@finema/finework-layer 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.20](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.19...1.0.20) (2026-03-23)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* update descriptions in dailyApps and financeApps for clarity ([484f34e](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/484f34e249d5227a20702ac53820cb6599ba0494))
|
|
8
|
+
|
|
9
|
+
## [1.0.19](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.18...1.0.19) (2026-03-23)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update main max-width and change title in PortalApp for better layout clarity ([f2390f3](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/f2390f38bfdd71925467c82cbeb5d12eed7c808b))
|
|
14
|
+
|
|
3
15
|
## [1.0.18](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.17...1.0.18) (2026-03-23)
|
|
4
16
|
|
|
5
17
|
### Bug Fixes
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
56
|
</nav>
|
|
57
|
-
<main class="mx-auto w-full flex-1 px-4 pb-20 md:px-10">
|
|
57
|
+
<main class="mx-auto w-full max-w-[1480px] flex-1 px-4 pb-20 md:px-10">
|
|
58
58
|
<div
|
|
59
59
|
v-if="app.pageMeta.title"
|
|
60
60
|
class="mb-4 flex flex-col justify-between gap-1 md:mb-6 md:gap-4 lg:flex-row lg:items-center"
|
|
@@ -248,13 +248,14 @@
|
|
|
248
248
|
class="h-8 w-8 -translate-y-1"
|
|
249
249
|
/>
|
|
250
250
|
<div class="text-2xl font-bold">
|
|
251
|
-
|
|
251
|
+
My Apps
|
|
252
252
|
</div>
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
255
|
<Button
|
|
256
256
|
v-if="!isNavbar"
|
|
257
257
|
variant="outline"
|
|
258
|
+
color="neutral"
|
|
258
259
|
:icon="open ? 'i-lucide-chevron-up' : 'i-lucide-chevron-down'"
|
|
259
260
|
/>
|
|
260
261
|
</div>
|
|
@@ -302,7 +303,7 @@ const dailyApps = computed(() => [
|
|
|
302
303
|
name: 'Clock-In',
|
|
303
304
|
logo: '/admin/clock-in-logo.png',
|
|
304
305
|
label: ' Clock-In',
|
|
305
|
-
description: 'เช็กอินเวลางาน
|
|
306
|
+
description: 'เช็กอินเวลางาน และเลือกสถานที่ทำงาน',
|
|
306
307
|
to: routes.clockin.home.to,
|
|
307
308
|
status: StatusPortal.ACTIVE,
|
|
308
309
|
},
|
|
@@ -424,7 +425,7 @@ const financeApps = computed(() => [
|
|
|
424
425
|
name: 'Guarantee',
|
|
425
426
|
logo: '/admin/cost-sheet.png',
|
|
426
427
|
label: 'งบค้ำประกัน',
|
|
427
|
-
description: '
|
|
428
|
+
description: 'การเบิกเงินค้ำซองและค้ำสัญญา',
|
|
428
429
|
to: '/',
|
|
429
430
|
status: StatusPortal.DEVELOPING,
|
|
430
431
|
},
|