deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add jxl support for cdn

Signed-off-by: ayla <ayla-git.barcode041@silomails.com>

ayla d4f8ab73 ae1f670d

+2 -1
+1
src/lib/media/image-formats.ts
··· 8 8 {label: 'GIF', value: 'gif'}, 9 9 {label: 'BMP', value: 'bmp'}, 10 10 {label: 'ICO', value: 'ico'}, 11 + {label: 'JPEG XL', value: 'jxl'}, 11 12 ...(isNative ? [{label: 'HEIC', value: 'heic'}] : []), 12 13 ]
+1 -1
src/screens/Settings/DeerSettings.tsx
··· 650 650 651 651 <Toggle.Item 652 652 name="load_as_pngs" 653 - label={_(msg`Load both small and 100% quality images as Pngs instead of the 653 + label={_(msg`Load both small and 100% quality images as PNGs instead of the 654 654 set image format`)} 655 655 value={loadAsPngs} 656 656 onChange={value => setLoadAsPngs(value)}