Zooflow: Improve Search UI

This commit is contained in:
Jonathan Jenne
2022-04-11 16:07:04 +02:00
parent 7b9f679664
commit 435c32d5cb
4 changed files with 66 additions and 295 deletions

View File

@@ -32,7 +32,7 @@ Public Class SearchRunner
Public Event NeedsRefresh As EventHandler(Of Integer)
Private _ActiveDateConstraint As String = CREATED_TODAY
Private _ActiveDateConstraint As String = String.Empty
Public ReadOnly Property ActiveDateConstraint As String
Get
Return _ActiveDateConstraint