Replace servers with channels in chat functionality: refactored UI components, service logic, and message model to support channels (SERVER, DM, PARTY, GAC).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="full-width"
|
||||
[style.background-color]="getServerColor(selectedServer())">
|
||||
<span class="server" [style.color]="getServerTextColor(selectedServer())">
|
||||
{{ selectedServer() }}
|
||||
[style.background-color]="getServerColor(selectedChannel()?.name ?? '')">
|
||||
<span class="channel" [style.color]="getServerTextColor(selectedChannel()?.name ?? '')">
|
||||
{{ selectedChannel()?.name }}
|
||||
</span>
|
||||
<div class="notification-icon">
|
||||
@if (notificationEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user