mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Follow Ulfs review suggestions
This commit is contained in:
parent
8295ec5827
commit
ea521263a5
@ -1,7 +1,7 @@
|
|||||||
Feature: Admin sets donations info settings
|
Feature: Admin sets donations info settings
|
||||||
As an admin
|
As an admin
|
||||||
I want to switch the donation info on and off and like I to change to donations goal and progress
|
I want to switch the donation info on and off and like to change to donations goal and progress
|
||||||
In order to manage the foundings
|
In order to manage the funds
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given the following "users" are in the database:
|
Given the following "users" are in the database:
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isPopoverOpen: false,
|
isPopoverOpen: false,
|
||||||
developperNoAutoClosing: false, // stops automatic closing of menu for developper purposes: default is 'false'
|
developerNoAutoClosing: false, // stops automatic closing of menu for developper purposes: default is 'false'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -114,7 +114,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
popoveMouseLeave() {
|
popoveMouseLeave() {
|
||||||
if (this.developperNoAutoClosing) return
|
if (this.developerNoAutoClosing) return
|
||||||
if (this.disabled) {
|
if (this.disabled) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user