1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-13 23:56:56 +02:00

Make autocomplete projected #1015

This commit is contained in:
Patrik J. Braun
2025-09-07 15:02:01 +02:00
parent 9b0411d011
commit db8878511d
7 changed files with 922 additions and 816 deletions

View File

@@ -6,6 +6,7 @@ export class SessionContext {
user: ContextUser;
// New structured projection with prebuilt SQL and params
projectionQuery?: Brackets;
hasDirectoryProjection: boolean;
}
export interface ContextUser extends UserDTO {