summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-11-27 17:43:28 +0100
committerJulius Härtl <jus@bitgrid.net>2018-11-28 21:24:32 +0100
commita48a8b206ce386a68ec35f14e00027864032d8a2 (patch)
treee39fc40c729f85baab19848380da81894830e895 /src/App.vue
parent2912a2ecdca188aebda6dc947b0cc58f1f2912c4 (diff)
Implement user search
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index b217260c..4781ec08 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -44,6 +44,12 @@
#app-content .social__wrapper {
margin: 15px calc(50% - 350px - 75px);
}
+
+ #social-spacer a:hover,
+ #social-spacer a:focus {
+ border: none !important;
+ }
+
</style>
<script>
@@ -77,6 +83,11 @@ export default {
searchTerm: ''
}
},
+ watch:{
+ $route (to, from){
+ this.searchTerm = ''
+ }
+ },
computed: {
url: function() {
return OC.linkTo('social', 'img/nextcloud.png')
@@ -126,7 +137,6 @@ export default {
},
{
id: 'social-spacer',
- classes: []
},
{
id: 'social-local',