RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.100 → 0.0.102
@afeefa/vue-app 0.0.100 → 0.0.102
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src/components/list/filters/ListFilterPage.vue
+1
-2
package/src-admin/components/App.vue
+1
-1
package/src-admin/components/FlyingContextContainer.vue
+2
-0
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
100
1
+
0.0.
102
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@afeefa/vue-app",
3
-
"version": "0.0.
100
",
3
+
"version": "0.0.
102
",
4
4
"description": "",
5
5
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
"license": "MIT",
package/src/components/list/filters/ListFilterPage.vue
CHANGED
Viewed
@@ -1,10 +1,9 @@
1
1
<template>
2
2
<a-row
3
-
v-if="numPages > 1"
4
3
gap="8"
5
4
>
6
5
<a-pagination
7
-
v-if="count"
6
+
v-if="count
&& numPages > 1
"
8
7
v-model="filter.value"
9
8
:length="numPages"
10
9
:total-visible="_totalVisible"
package/src-admin/components/App.vue
CHANGED
Viewed
@@ -60,7 +60,7 @@
60
60
</div>
61
61
</div>
62
62
63
-
<a-context-menu
triggerIcon="$dotsVerticalIcon"
>
63
+
<a-context-menu>
64
64
<a-context-menu-item
65
65
:to="{name: 'settings', params: {accountId: account.id}}"
66
66
>
package/src-admin/components/FlyingContextContainer.vue
CHANGED
Viewed
@@ -88,6 +88,8 @@ export default class FlyingContextContainer extends Vue {
88
88
z-index: 200;
89
89
right: 0;
90
90
height: 100%;
91
+
min-width: 400px;
92
+
max-width: 50vw;
91
93
top: 0;
92
94
background: white;
93
95
transition: right .2s;