This commit is contained in:
Alois 2026-04-04 23:58:14 +02:00
commit 612fbf4c6a
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "tensamin",
"version": "0.1.0",
"identifier": "net.tensamin.app",
"identifier": "net.tensamin.client",
"build": {
"beforeDevCommand": "cd ../web && bun run dev && cd -",
"devUrl": "http://localhost:3000",

View file

@ -1,5 +1,4 @@
- Calculate message height and pass to virtualizer (-> packages/chat/src/components/input.tsx)
- Split ttp codec into separate file
- Add "Rename Conversations to Friends" option in settings
- Handle live messages in notification context
- Add files to message height calculation