mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	add firstNight/otherNight leaves to fabled
This commit is contained in:
		
							parent
							
								
									874e0ae1cb
								
							
						
					
					
						commit
						139b4fd202
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,8 +8,14 @@
 | 
				
			||||||
          require('../assets/icons/' + role.id + '.png')})`
 | 
					          require('../assets/icons/' + role.id + '.png')})`
 | 
				
			||||||
      }"
 | 
					      }"
 | 
				
			||||||
    ></span>
 | 
					    ></span>
 | 
				
			||||||
    <span class="leaf-left" v-if="role.firstNight"></span>
 | 
					    <span
 | 
				
			||||||
    <span class="leaf-right" v-if="role.otherNight"></span>
 | 
					      class="leaf-left"
 | 
				
			||||||
 | 
					      v-if="role.firstNight || role.firstNightReminder"
 | 
				
			||||||
 | 
					    ></span>
 | 
				
			||||||
 | 
					    <span
 | 
				
			||||||
 | 
					      class="leaf-right"
 | 
				
			||||||
 | 
					      v-if="role.otherNight || role.otherNightReminder"
 | 
				
			||||||
 | 
					    ></span>
 | 
				
			||||||
    <span
 | 
					    <span
 | 
				
			||||||
      v-if="role.reminders && role.reminders.length"
 | 
					      v-if="role.reminders && role.reminders.length"
 | 
				
			||||||
      v-bind:class="['leaf-top' + role.reminders.length]"
 | 
					      v-bind:class="['leaf-top' + role.reminders.length]"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue