Refactor BumperPlaceholders and BumperFacts for improved logic and readability
Updated the BumperPlaceholders class to streamline token extraction from texts, enhancing performance and clarity. Modified BumperFacts to initialize slot titles with an empty array instead of a dictionary for better consistency. Renamed methods in BumperResolver for clarity, and refactored GridScheduleGenerator to simplify return logic. Additionally, improved the BumperLinesEditor component by implementing a keyed list for better state management and user experience.
This commit is contained in:
@@ -152,7 +152,7 @@ public sealed class FileSystemStorageInspector(
|
||||
return new StorageAreaUsage(StorageArea.Other, measurement.Bytes, measurement.Files);
|
||||
}
|
||||
|
||||
private StorageAreaUsage Area(
|
||||
private static StorageAreaUsage Area(
|
||||
StorageArea area,
|
||||
string directory,
|
||||
CancellationToken cancellationToken
|
||||
|
||||
Reference in New Issue
Block a user