diff --git a/src/pages/Login.vue b/src/pages/Login.vue index 9c91564..a2ff2e6 100644 --- a/src/pages/Login.vue +++ b/src/pages/Login.vue @@ -25,39 +25,41 @@
-
- -
+
+
+ +
-
- -
+
+ +
- + -
- - REGISTER - -
+
+ + REGISTER + +
+
diff --git a/src/pages/Pointhistory.vue b/src/pages/Pointhistory.vue index 62a8548..077cbfa 100644 --- a/src/pages/Pointhistory.vue +++ b/src/pages/Pointhistory.vue @@ -28,7 +28,7 @@

Total Poin

-

{{ totalPoints }}

+

{{ myTotalPoint }}

@@ -56,15 +56,15 @@ class="flex justify-between items-center bg-white bg-opacity-15 backdrop-blur-md rounded-xl p-4 shadow hover:bg-opacity-25 transition-all" >
-

{{ entry.activity }} {{ index }}

-

{{ entry.source }}

-

{{ entry.date }}

+

{{ entry.mission?.name || 'Unknown Mission'}} {{ index }}

+

{{ entry.mission?.category }}

+

{{ entry.completed_at }}

- {{ entry.points > 0 ? '+' : '' }}{{ entry.points }} + {{ entry.points > 0 ? '+' : '' }}{{ entry.point }} @@ -87,33 +87,54 @@ export default{ }