chore: release v2.4
- Add theme system (Dark/Light palettes, ModernTheme, ThemeManager) - Add InputDialog, Spinner common view - Add DuplicatesCsvExportService - Refresh views, dialogs, and view models across tabs - Update localization strings (en/fr) - Tweak services (transfer, permissions, search, user access, ownership elevation, bulk operations) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -115,7 +115,7 @@ public class HtmlExportServiceTests
|
||||
var svc = new HtmlExportService();
|
||||
var html = svc.BuildHtml(new[] { entry }, null, groupMembers);
|
||||
|
||||
Assert.Contains("onclick=\"toggleGroup('grpmem0')\"", html);
|
||||
Assert.Contains("data-group-target=\"grpmem0\"", html);
|
||||
Assert.Contains("class=\"user-pill group-expandable\"", html);
|
||||
}
|
||||
|
||||
@@ -152,7 +152,8 @@ public class HtmlExportServiceTests
|
||||
var svc = new HtmlExportService();
|
||||
var html = svc.BuildHtml(new[] { entry }, null, groupMembers);
|
||||
|
||||
Assert.Contains("function toggleGroup", html);
|
||||
Assert.Contains("data-group-target", html);
|
||||
Assert.Contains("getAttribute('data-group-target')", html);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -165,7 +166,7 @@ public class HtmlExportServiceTests
|
||||
var svc = new HtmlExportService();
|
||||
var html = svc.BuildHtml(new[] { simplifiedEntry }, null, groupMembers);
|
||||
|
||||
Assert.Contains("onclick=\"toggleGroup('grpmem0')\"", html);
|
||||
Assert.Contains("data-group-target=\"grpmem0\"", html);
|
||||
Assert.Contains("class=\"user-pill group-expandable\"", html);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user