Back navigation and shell improvements.

This commit is contained in:
Burak Kaan Köse
2026-03-24 18:05:09 +01:00
parent d699818c6f
commit 27c90d2f89
10 changed files with 96 additions and 86 deletions
@@ -32,7 +32,7 @@ public class CalendarRangeTextFormatterTests
startDate: new DateOnly(2026, 3, 3),
endDate: new DateOnly(2026, 3, 10));
Formatter.Format(range, DateContextProvider).Should().Be("March 3 - March 10");
Formatter.Format(range, DateContextProvider).Should().Be("March 3 - 10");
}
[Fact]