fixed and improved profile pictures

This commit is contained in:
2026-01-13 17:32:39 +01:00
parent 68116e7353
commit 9e6f8630fa
17 changed files with 222 additions and 144 deletions

View File

@@ -5,7 +5,7 @@ import { validateToken } from './store.ts'
import { fluent, setLanguage } from './i18n'
import './base.css'
import { getLocalePreference } from './authStore.ts'
import { getLocalePreference } from './store.ts'
async function init() {
await validateToken()
@@ -28,7 +28,9 @@ async function init() {
init()
export const API = 'http://127.0.0.1:8080'
// export const API = 'http://127.0.0.1:8080'
export const API = 'http://192.168.1.183:8080'
// export const API = 'https://alatreon.org/chatapp'
export const API_WS = 'ws://127.0.0.1:8080/ws'
// export const API_WS = 'ws://127.0.0.1:8080/ws'
export const API_WS = 'ws://192.168.1.183:8080/ws'
// export const API_WS = 'wss://alatreon.org/chatapp/ws'