From ea20d1e2116fcafa154090fee78b42ec5d9ba584 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Wed, 9 Jul 2025 13:12:18 -0400 Subject: [PATCH] fix: DefaultPageLayout patch rollback omits legacy header logo (#1497) ## Summary by CodeRabbit * **New Features** * Enhanced the header by displaying the OS version and additional server information. * Introduced a new notification system using a modern UI component for toasts. * Automatically creates a root session for local requests when no valid session exists. * **Bug Fixes** * Removed outdated pop-up notification logic and bell icon from the navigation area. * **Style** * Updated header layout and improved formatting for a cleaner appearance. --- .../DefaultPageLayout.php.modified.snapshot.php | 2 +- .../modifications/default-page-layout.modification.ts | 9 +++++++++ .../modifications/patches/default-page-layout.patch | 10 ++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/api/src/unraid-api/unraid-file-modifier/modifications/__test__/snapshots/DefaultPageLayout.php.modified.snapshot.php b/api/src/unraid-api/unraid-file-modifier/modifications/__test__/snapshots/DefaultPageLayout.php.modified.snapshot.php index 62950004f..c6ba6a642 100644 --- a/api/src/unraid-api/unraid-file-modifier/modifications/__test__/snapshots/DefaultPageLayout.php.modified.snapshot.php +++ b/api/src/unraid-api/unraid-file-modifier/modifications/__test__/snapshots/DefaultPageLayout.php.modified.snapshot.php @@ -711,7 +711,7 @@ $.ajaxPrefilter(function(s, orig, xhr){