@live-change/user-frontend 0.9.55 → 0.9.57
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.
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
cursor-pointer transition-colors transition-duration-150 border-round">
|
|
7
7
|
<Image v-if="myIdentification?.image" :image="myIdentification.image" width="56" height="56"
|
|
8
8
|
class="mr-0 rounded-full border-1 border-surface-400 dark:border-surface-600 object-cover w-12 max-w-none" />
|
|
9
|
-
<img v-else-if="ownerData[0] === 'session_Session'" src="/images/empty-user-photo.svg"
|
|
9
|
+
<img v-else-if="ownerData[0] === 'session_Session'" src="/images/empty-user-photo.svg" width="56" height="56"
|
|
10
10
|
class="mr-0 rounded-full border-1 border-surface-400 dark:border-surface-600 w-12 max-w-none" />
|
|
11
|
-
<img v-else :src="identiconUrl"
|
|
11
|
+
<img v-else :src="identiconUrl" width="56" height="56"
|
|
12
12
|
class="mr-0 rounded-full border-1 border-surface-400 dark:border-surface-600 w-12 max-w-none" />
|
|
13
13
|
</span>
|
|
14
14
|
</a>
|
|
15
15
|
<div class="align-items-center flex-grow-1 justify-content-between hidden absolute w-full md:w-auto
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
bg-surface-0 dark:bg-surface-950 dark:border-1 dark:border-surface-800
|
|
17
|
+
right-0 top-full z-5 shadow">
|
|
18
18
|
<loading-zone suspense>
|
|
19
19
|
<template v-slot:loading>
|
|
20
20
|
<div class="flex items-center justify-center top-0 left-0 notifications-loading">
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="w-full lg:w-6/12 md:w-9/12" v-shared-element:form="{ duration: '300ms', includeChildren: true }">
|
|
3
3
|
<div class="bg-surface-0 dark:bg-surface-900 rounded-border shadow p-6">
|
|
4
4
|
<div class="text-surface-900 dark:text-surface-0 font-medium mb-4 text-xl mb-6">Signed Out</div>
|
|
5
|
-
<p class="mt-0 p-0 leading-normal">You have successfully signed from your account.</p>
|
|
5
|
+
<p class="mt-0 p-0 leading-normal">You have successfully signed out from your account.</p>
|
|
6
6
|
</div>
|
|
7
7
|
</div>
|
|
8
8
|
</template>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/user-frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.57",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,29 +22,29 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/cli": "^0.9.
|
|
26
|
-
"@live-change/dao": "^0.9.
|
|
27
|
-
"@live-change/dao-vue3": "^0.9.
|
|
28
|
-
"@live-change/dao-websocket": "^0.9.
|
|
29
|
-
"@live-change/email-service": "^0.9.
|
|
30
|
-
"@live-change/framework": "^0.9.
|
|
31
|
-
"@live-change/identicon-service": "^0.9.
|
|
32
|
-
"@live-change/image-frontend": "^0.9.
|
|
33
|
-
"@live-change/message-authentication-service": "^0.9.
|
|
34
|
-
"@live-change/notification-service": "^0.9.
|
|
35
|
-
"@live-change/password-authentication-service": "^0.9.
|
|
36
|
-
"@live-change/pattern": "^0.9.
|
|
37
|
-
"@live-change/secret-code-service": "^0.9.
|
|
38
|
-
"@live-change/secret-link-service": "^0.9.
|
|
39
|
-
"@live-change/security-frontend": "^0.9.
|
|
40
|
-
"@live-change/security-service": "^0.9.
|
|
41
|
-
"@live-change/session-service": "^0.9.
|
|
42
|
-
"@live-change/timer-service": "^0.9.
|
|
43
|
-
"@live-change/upload-service": "^0.9.
|
|
44
|
-
"@live-change/user-identification-service": "^0.9.
|
|
45
|
-
"@live-change/user-service": "^0.9.
|
|
46
|
-
"@live-change/vue3-components": "^0.9.
|
|
47
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
25
|
+
"@live-change/cli": "^0.9.57",
|
|
26
|
+
"@live-change/dao": "^0.9.57",
|
|
27
|
+
"@live-change/dao-vue3": "^0.9.57",
|
|
28
|
+
"@live-change/dao-websocket": "^0.9.57",
|
|
29
|
+
"@live-change/email-service": "^0.9.57",
|
|
30
|
+
"@live-change/framework": "^0.9.57",
|
|
31
|
+
"@live-change/identicon-service": "^0.9.57",
|
|
32
|
+
"@live-change/image-frontend": "^0.9.57",
|
|
33
|
+
"@live-change/message-authentication-service": "^0.9.57",
|
|
34
|
+
"@live-change/notification-service": "^0.9.57",
|
|
35
|
+
"@live-change/password-authentication-service": "^0.9.57",
|
|
36
|
+
"@live-change/pattern": "^0.9.57",
|
|
37
|
+
"@live-change/secret-code-service": "^0.9.57",
|
|
38
|
+
"@live-change/secret-link-service": "^0.9.57",
|
|
39
|
+
"@live-change/security-frontend": "^0.9.57",
|
|
40
|
+
"@live-change/security-service": "^0.9.57",
|
|
41
|
+
"@live-change/session-service": "^0.9.57",
|
|
42
|
+
"@live-change/timer-service": "^0.9.57",
|
|
43
|
+
"@live-change/upload-service": "^0.9.57",
|
|
44
|
+
"@live-change/user-identification-service": "^0.9.57",
|
|
45
|
+
"@live-change/user-service": "^0.9.57",
|
|
46
|
+
"@live-change/vue3-components": "^0.9.57",
|
|
47
|
+
"@live-change/vue3-ssr": "^0.9.57",
|
|
48
48
|
"@vueuse/core": "^12.3.0",
|
|
49
49
|
"codeceptjs-assert": "^0.0.5",
|
|
50
50
|
"codeceptjs-video-helper": "0.1.3",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"wtfnode": "^0.9.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
68
|
+
"@live-change/codeceptjs-helper": "^0.9.57",
|
|
69
69
|
"codeceptjs": "^3.6.10",
|
|
70
70
|
"generate-password": "1.7.1",
|
|
71
71
|
"playwright": "1.49.1",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
77
77
|
"license": "BSD-3-Clause",
|
|
78
78
|
"description": "",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "b7be8f3cb15db69e7a9e395fb45e312070b67387"
|
|
80
80
|
}
|