mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:02:25 -05:00
[feature/frontend] Respect prefers-reduced-motion for avatars, headers, and emojis (#3118)
* [feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and emojis * go fmt * fix tests * use static version of instance thumbnail when appropriate * use prefers-reduced-motion * simplify account conversion a bit * fix c&p error
This commit is contained in:
parent
b415337d40
commit
027a93facc
24 changed files with 435 additions and 140 deletions
|
|
@ -1526,6 +1526,16 @@ definitions:
|
|||
example: picture of a cute lil' friendly sloth
|
||||
type: string
|
||||
x-go-name: ThumbnailDescription
|
||||
thumbnail_static:
|
||||
description: URL of the static instance avatar/banner image.
|
||||
example: https://example.org/files/instance/static/thumbnail.webp
|
||||
type: string
|
||||
x-go-name: ThumbnailStatic
|
||||
thumbnail_static_type:
|
||||
description: MIME type of the static instance thumbnail.
|
||||
example: image/webp
|
||||
type: string
|
||||
x-go-name: ThumbnailStaticType
|
||||
thumbnail_type:
|
||||
description: MIME type of the instance thumbnail.
|
||||
example: image/png
|
||||
|
|
@ -1759,6 +1769,11 @@ definitions:
|
|||
example: UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$
|
||||
type: string
|
||||
x-go-name: Blurhash
|
||||
static_url:
|
||||
description: StaticURL version of the thumbnail image.
|
||||
example: https://example.org/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/attachment/static/01H88X0KQ2DFYYDSWYP93VDJZA.webp
|
||||
type: string
|
||||
x-go-name: StaticURL
|
||||
thumbnail_description:
|
||||
description: |-
|
||||
Description of the instance thumbnail.
|
||||
|
|
@ -1766,6 +1781,13 @@ definitions:
|
|||
example: picture of a cute lil' friendly sloth
|
||||
type: string
|
||||
x-go-name: Description
|
||||
thumbnail_static_type:
|
||||
description: |-
|
||||
MIME type of the instance thumbnail.
|
||||
Key/value not set if thumbnail image type unknown.
|
||||
example: image/png
|
||||
type: string
|
||||
x-go-name: StaticType
|
||||
thumbnail_type:
|
||||
description: |-
|
||||
MIME type of the instance thumbnail.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue