Config: Add "develop" feature flag to disable new viewer sidebar #3168

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-02-03 12:29:02 +01:00
parent e23fe42717
commit 163db703d1
75 changed files with 3630 additions and 3351 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func TestSearchFaces(t *testing.T) {
t.Run("Ok", func(t *testing.T) {
t.Run("Success", func(t *testing.T) {
app, router, _ := NewApiTest()
SearchFaces(router)
r := PerformRequest(app, "GET", "/api/v1/faces?count=15")