File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,11 +352,9 @@ async function applyDarkMode() {
352352 const darkMode = await isDarkModeEnabled ( ) ;
353353
354354 if ( document . title !== 'RabbitMQ Management' ) {
355- console . log ( 'Not on RabbitMQ Management page, skipping dark mode' ) ;
356355 return ;
357356 }
358357 if ( ! darkMode ) {
359- console . log ( 'Dark Bunny mode is not enabled' ) ;
360358 return ;
361359 }
362360 console . log ( 'Dark Bunny mode is enabled' ) ;
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " BunnyPack" ,
4- "version" : " 3.1.0 " ,
4+ "version" : " 3.1.1 " ,
55 "description" : " Decode MessagePack encoded messages in RabbitMQ's web console." ,
66 "author" : " nbr23" ,
77 "permissions" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " bunny-pack" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " Decode MessagePack encoded messages in RabbitMQ's web console." ,
55 "license" : " MIT" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments