[polari] Remove custom app notifications



commit 08c45e104b326d01e9653ae28cfcb82fed789913
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 16 17:36:13 2022 +0100

    Remove custom app notifications
    
    They are unused after switching to AdwToast, cheers.
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/250>

 data/resources/style.css               |  10 ---
 po/POTFILES.in                         |   1 -
 src/appNotifications.js                | 147 ---------------------------------
 src/application.js                     |   1 -
 src/org.gnome.Polari.src.gresource.xml |   1 -
 5 files changed, 160 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 72d98c1f..1dfc360f 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -103,16 +103,6 @@ treeview.polari-server-room-list {
     padding: 6px 12px;
 }
 
-.irc-feedback {
-    color: @theme_fg_color;
-    background-color: @theme_bg_color;
-    border-style: solid;
-    border-color: @borders;
-    border-width: 1px 1px 0 1px;
-    border-radius: 6px 6px 0 0;
-    padding: 6px;
-}
-
 .url-preview { padding: 8px; }
 .url-preview { margin: 12px; }
 .url-preview:dir(ltr) { margin-left: 0; }
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a7f52d03..a68d0ed2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,7 +16,6 @@ data/resources/room-list-header.ui
 data/resources/server-room-list.ui
 data/resources/user-details.ui
 src/application.js
-src/appNotifications.js
 src/chatView.js
 src/connections.js
 src/entryArea.js
diff --git a/src/application.js b/src/application.js
index 6d348afe..4525fc82 100644
--- a/src/application.js
+++ b/src/application.js
@@ -9,7 +9,6 @@ import Tp from 'gi://TelepathyGLib';
 import { setConsoleLogDomain } from 'console';
 
 import AccountsMonitor from './accountsMonitor.js';
-import * as AppNotifications from './appNotifications.js';
 import * as Connections from './connections.js';
 import InitialSetupWindow from './initialSetup.js';
 import MainWindow from './mainWindow.js';
diff --git a/src/org.gnome.Polari.src.gresource.xml b/src/org.gnome.Polari.src.gresource.xml
index 3d7ac3b3..02119fb6 100644
--- a/src/org.gnome.Polari.src.gresource.xml
+++ b/src/org.gnome.Polari.src.gresource.xml
@@ -4,7 +4,6 @@
     <file>config.js</file>
     <file>accountsMonitor.js</file>
     <file>application.js</file>
-    <file>appNotifications.js</file>
     <file>chatView.js</file>
     <file>connections.js</file>
     <file>entryArea.js</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]