File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 - [x] Make notifications change rounding
8484 - [x] Fix hub notification not showing up
8585 - [x] Fix 3kh0 theme placeholder
86+ - [x] Obfuscate notifications
8687
8788### Roadmap
8889The roadmap has moved [ here] ( https://github.com/orgs/Metallic-Web/projects/1/views/1 ) .
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Obfuscate from "./obfuscate.jsx" ;
23
34class NotificationBuilder {
45 removeNotification ( element ) {
@@ -23,7 +24,7 @@ class NotificationBuilder {
2324
2425 var notificationText = document . createElement ( "div" )
2526 notificationText . className = "notification-text"
26- notificationText . innerText = config . text
27+ notificationText . innerText = < Obfuscate > config.text</ Obfuscate >
2728
2829 notification . appendChild ( notificationText )
2930
You can’t perform that action at this time.
0 commit comments