Theming for account unread/mention indicator
This commit is contained in:
		
							
								
								
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							@@ -12,6 +12,7 @@
 | 
			
		||||
 | 
			
		||||
- lag when switching accounts
 | 
			
		||||
- update glass theme
 | 
			
		||||
- improve room highlight
 | 
			
		||||
 | 
			
		||||
- if last room event is a membership change, it won't be visible in timeline
 | 
			
		||||
- use uiState instead of open_room
 | 
			
		||||
 
 | 
			
		||||
@@ -84,8 +84,7 @@ HColumnLayout {
 | 
			
		||||
                    anchors.right: parent.right
 | 
			
		||||
                    anchors.bottom: parent.bottom
 | 
			
		||||
 | 
			
		||||
                    indicatorTheme:
 | 
			
		||||
                        theme.accountView.roomList.room.unreadIndicator
 | 
			
		||||
                    indicatorTheme: theme.accountView.account.unreadIndicator
 | 
			
		||||
                    unreads: model.total_unread
 | 
			
		||||
                    mentions: model.total_mentions
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
@@ -297,6 +297,10 @@ accountView:
 | 
			
		||||
        color background: colors.strongBackground
 | 
			
		||||
        color name:       colors.text
 | 
			
		||||
 | 
			
		||||
        unreadIndicator:
 | 
			
		||||
            color background:        colors.accentBackground
 | 
			
		||||
            color mentionBackground: colors.alertBackground
 | 
			
		||||
 | 
			
		||||
    roomList:
 | 
			
		||||
        color background: colors.mediumBackground
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user