Add new media grid and gallery views

Fixes #199
Fixes #1342
This commit is contained in:
Zed 2026-03-15 09:29:00 +01:00
commit 7ce29bd8f1
17 changed files with 776 additions and 183 deletions

View file

@ -138,12 +138,12 @@ const
restIdVars* = """{
"rest_id": "$1", $2
"count": 20
"count": $3
}"""
userMediaVars* = """{
"userId": "$1", $2
"count": 20,
"count": $3,
"includePromotedContent": false,
"withClientEventToken": false,
"withBirdwatchNotes": false,