diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index ce016a207..8ebee51da 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -12,7 +12,6 @@ "NotificationsManagmentMachines", "NotificationsNetworkTable", "NotificationsOverview", - "NotificationsRocketPoolTable", "a11y", "checkout", "ci", diff --git a/frontend/components/notifications/NotificationsRocketPoolTable.vue b/frontend/components/notifications/NotificationsRocketPoolTable.vue deleted file mode 100644 index 74e654823..000000000 --- a/frontend/components/notifications/NotificationsRocketPoolTable.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - - - diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 586d44e26..50beb6d4e 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -805,19 +805,6 @@ }, "push": "Push" }, - "rocketpool": { - "col": { - "node_address": "Node Address", - "notification": "Notification", - "rocketpool_subscription":"Rocketpool ({count} Subscriptions)" - }, - "event_types": { - "collateral_max": "Max collateral reached", - "collateral_min": "Min collateral reached", - "reward_round": "New reward round" - }, - "search_placeholder": "Node Address" - }, "subscriptions": { "accounts": { "erc20_token_transfers": { @@ -906,8 +893,7 @@ "dashboards": "Dashboards", "general": "General", "machines": "Machines", - "networks": "Networks", - "rocketpool": "Rocket Pool" + "networks": "Networks" }, "title": "Notifications" }, diff --git a/frontend/pages/notifications.vue b/frontend/pages/notifications.vue index 53179e311..0ec1050d3 100644 --- a/frontend/pages/notifications.vue +++ b/frontend/pages/notifications.vue @@ -19,7 +19,6 @@ const tabKey = { dashboards: 'dashboards', machines: 'machines', networks: 'networks', - rocketpool: 'rocketpool', } const tabs: HashTabs = [ { @@ -37,10 +36,6 @@ const tabs: HashTabs = [ key: tabKey.clients, title: $t('notifications.tabs.clients'), }, - { - key: tabKey.rocketpool, - title: $t('notifications.tabs.rocketpool'), - }, { icon: faNetworkWired, key: tabKey.networks, @@ -106,14 +101,6 @@ const openManageNotifications = () => { @open-dialog="openManageNotifications" /> - -