mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added Search Page. Final Version for 1st internal relaese
This commit is contained in:
@@ -19,7 +19,8 @@ public class IndexViewModel {
|
||||
List<(string Key, string Name)>? availablePersons,
|
||||
List<(string Volume, List<string> Pages)>? availablePages,
|
||||
string? activeVolume,
|
||||
string? activePage
|
||||
string? activePage,
|
||||
string? activePerson
|
||||
) {
|
||||
Letters = letters;
|
||||
if (letters != null)
|
||||
@@ -32,5 +33,6 @@ public class IndexViewModel {
|
||||
AvailablePages = availablePages;
|
||||
ActiveVolume = activeVolume;
|
||||
ActivePage = activePage;
|
||||
ActivePerson = activePerson;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user