diff --git a/frontend/package.json b/frontend/package.json index bfc163c..33e2582 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "colubrina", - "version": "1.0.35", + "version": "1.0.36", "description": "Simple instant communication.", "private": true, "author": "Troplo ", diff --git a/frontend/patches/vuetify+2.6.10.patch b/frontend/patches/vuetify+2.6.10.patch new file mode 100644 index 0000000..4571702 --- /dev/null +++ b/frontend/patches/vuetify+2.6.10.patch @@ -0,0 +1,45 @@ +diff --git a/node_modules/vuetify/es5/directives/ripple/index.js b/node_modules/vuetify/es5/directives/ripple/index.js +old mode 100644 +new mode 100755 +index 228e3ec..d97c443 +--- a/node_modules/vuetify/es5/directives/ripple/index.js ++++ b/node_modules/vuetify/es5/directives/ripple/index.js +@@ -162,6 +162,8 @@ function rippleShow(e) { + + value.center = element._ripple.centered || isKeyboardEvent(e); + ++ ripples.hide(element); ++ + if (element._ripple.class) { + value.class = element._ripple.class; + } +diff --git a/node_modules/vuetify/lib/directives/ripple/index.js b/node_modules/vuetify/lib/directives/ripple/index.js +old mode 100644 +new mode 100755 +index c895ae0..0718d0c +--- a/node_modules/vuetify/lib/directives/ripple/index.js ++++ b/node_modules/vuetify/lib/directives/ripple/index.js +@@ -151,6 +151,8 @@ function rippleShow(e) { + + value.center = element._ripple.centered || isKeyboardEvent(e); + ++ ripples.hide(element); ++ + if (element._ripple.class) { + value.class = element._ripple.class; + } +diff --git a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass +old mode 100644 +new mode 100755 +index ee4419a..101f5db +--- a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass ++++ b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass +@@ -9,7 +9,7 @@ + background-color: map-get($material, 'dividers') + + .v-divider +- border-color: map-get($material, 'dividers') ++ width: 0 + + // Block + .v-navigation-drawer diff --git a/frontend/patches/vuetify+2.6.4.patch b/frontend/patches/vuetify+2.6.4.patch deleted file mode 100644 index 4c91801..0000000 --- a/frontend/patches/vuetify+2.6.4.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass -index ee4419a..6d1ba3d 100644 ---- a/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass -+++ b/node_modules/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.sass -@@ -9,7 +9,7 @@ - background-color: map-get($material, 'dividers') - - .v-divider -- border-color: map-get($material, 'dividers') -+ width: 0 - - // Block - .v-navigation-drawer -diff --git a/node_modules/vuetify/src/styles/settings/_dark.scss b/node_modules/vuetify/src/styles/settings/_dark.scss -index 753d70d..12980cc 100644 ---- a/node_modules/vuetify/src/styles/settings/_dark.scss -+++ b/node_modules/vuetify/src/styles/settings/_dark.scss -@@ -6,7 +6,7 @@ $material-dark-elevation-colors: () !default; - $material-dark-elevation-colors: map-deep-merge( - ( - '0': #000000, -- '1': #1E1E1E, -+ '1': #151515, - '2': #222222, - '3': #252525, - '4': #272727,