forked from cory/tildefriends
		
	ssb: Choose an unread notification that is a bit mire color-agnostic.
This commit is contained in:
		| @@ -93,7 +93,7 @@ class TfTabNewsElement extends LitElement { | ||||
| 			(this.channels_unread[channel] === undefined || | ||||
| 				this.channels_unread[channel] <= this.channels_latest[channel]) | ||||
| 		) { | ||||
| 			return '🔵'; | ||||
| 			return '✉️ '; | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| @@ -158,19 +158,19 @@ class TfTabNewsElement extends LitElement { | ||||
| 					href="#" | ||||
| 					class="w3-bar-item w3-button" | ||||
| 					style=${this.hash == '#' ? 'font-weight: bold' : undefined} | ||||
| 					>general ${this.unread_status('')}</a | ||||
| 					>${this.unread_status('')}general</a | ||||
| 				> | ||||
| 				<a | ||||
| 					href="#@" | ||||
| 					class="w3-bar-item w3-button" | ||||
| 					style=${this.hash == '#@' ? 'font-weight: bold' : undefined} | ||||
| 					>@mentions ${this.unread_status('@')}</a | ||||
| 					>${this.unread_status('@')}@mentions</a | ||||
| 				> | ||||
| 				<a | ||||
| 					href="#🔐" | ||||
| 					class="w3-bar-item w3-button" | ||||
| 					style=${this.hash == '#🔐' ? 'font-weight: bold' : undefined} | ||||
| 					>🔐private ${this.unread_status('🔐')}</a | ||||
| 					>${this.unread_status('🔐')}🔐private</a | ||||
| 				> | ||||
| 				${Object.keys(this.drafts) | ||||
| 					.sort() | ||||
| @@ -190,7 +190,7 @@ class TfTabNewsElement extends LitElement { | ||||
| 							href=${'#' + encodeURIComponent('#' + x)} | ||||
| 							class="w3-bar-item w3-button" | ||||
| 							style=${this.hash == '##' + x ? 'font-weight: bold' : undefined} | ||||
| 							>#${x} ${this.unread_status(x)}</a | ||||
| 							>${this.unread_status(x)}#${x}</a | ||||
| 						> | ||||
| 					` | ||||
| 				)} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user