Build 63. Increase thumbnail size.

Issue #671
This commit is contained in:
N-Pex 2025-08-13 16:12:48 +02:00
parent 963134b701
commit 41232fbd90
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "keanuapp-weblite", "name": "keanuapp-weblite",
"version": "0.1.62", "version": "0.1.63",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1,6 +1,6 @@
{ {
"name": "keanuapp-weblite", "name": "keanuapp-weblite",
"version": "0.1.61", "version": "0.1.62",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -25,8 +25,8 @@ export const ROOM_TYPE_CHANNEL = "im.keanu.room_type_channel";
export const STATE_EVENT_ROOM_TYPE = "im.keanu.room_type"; export const STATE_EVENT_ROOM_TYPE = "im.keanu.room_type";
export const THUMBNAIL_MAX_WIDTH = 160; export const THUMBNAIL_MAX_WIDTH = 320;
export const THUMBNAIL_MAX_HEIGHT = 160; export const THUMBNAIL_MAX_HEIGHT = 320;
// Install extended localized format // Install extended localized format
dayjs.extend(localizedFormat); dayjs.extend(localizedFormat);