diff --git a/.gitignore b/.gitignore
index e11b341..41775f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,4 +45,4 @@ Thumbs.db
.firebase
*-debug.log
.runtimeconfig.json
-/src/app/environments/config.ts
\ No newline at end of file
+src/environments/config.ts
\ No newline at end of file
diff --git a/src/app/app.config.ts b/src/app/app.config.ts
index 387c40d..f80652a 100644
--- a/src/app/app.config.ts
+++ b/src/app/app.config.ts
@@ -8,7 +8,7 @@ import { provideStorage, getStorage } from '@angular/fire/storage';
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
import { TranslateModule, TranslateLoader } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
-import { firebaseConfig } from './environments/config';
+import { firebaseConfig } from '../environments/config';
export function HttpLoaderFactory(httpClient: HttpClient) {
return new TranslateHttpLoader(httpClient, './assets/i18n/', '.json');
diff --git a/src/app/components/main-chat/single-chat/options-menu/options-menu.component.html b/src/app/components/main-chat/single-chat/options-menu/options-menu.component.html
index b2b3fc2..dc89ff8 100644
--- a/src/app/components/main-chat/single-chat/options-menu/options-menu.component.html
+++ b/src/app/components/main-chat/single-chat/options-menu/options-menu.component.html
@@ -24,15 +24,6 @@
(click)="addReactionIcon('clap-hands', currentChat)"
>
- = RESPONSIVE_THRESHOLD_MOBILE ? '24px' : '17px'"
- [btnSize]="viewWidth >= RESPONSIVE_THRESHOLD_MOBILE ? '36px' : '25px'"
- [btnBgHoverColor]="'#edeefe'"
- [ngClass]="{ mirror: user.id === userService.getCurrentUserId() }"
- (click)="toggleEmojiPicker()"
- >
-
@if (!isPrivatChannel) {
= RESPONSIVE_THRESHOLD_MOBILE ? '24px' : '17px'"
[btnSize]="viewWidth >= RESPONSIVE_THRESHOLD_MOBILE ? '36px' : '25px'"
+ [imgFilter]="'none'"
[btnBgHoverColor]="'#edeefe'"
[ngClass]="{ mirror: user.id === userService.getCurrentUserId() }"
- (click)="toggleEmojiPicker()"
- >
+ (click)="addReactionIcon('okay', currentChat)"
+ >
+
+ = RESPONSIVE_THRESHOLD_MOBILE ? '24px' : '17px'"
+ [btnSize]="viewWidth >= RESPONSIVE_THRESHOLD_MOBILE ? '36px' : '25px'"
+ [imgFilter]="'none'"
+ [btnBgHoverColor]="'#edeefe'"
+ [ngClass]="{ mirror: user.id === userService.getCurrentUserId() }"
+ (click)="addReactionIcon('clap-hands', currentChat)"
+ >
+
@if (user.id === userService.getCurrentUserId()) {