fixed up the frontend display for the local messages
Some checks failed
Release / release (ubuntu-22.04) (push) Has been cancelled
Release / release (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-04-19 02:04:54 -04:00
parent 3c3118c74d
commit c7cb73b360
5 changed files with 76 additions and 25 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -3824,7 +3824,7 @@ dependencies = [
[[package]]
name = "oxyde"
version = "0.1.1"
version = "0.1.3"
dependencies = [
"futures-util",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "oxyde"
version = "0.1.1"
version = "0.1.3"
description = "A simple Tauri chat app, built with rust, vite, and surrealdb"
authors = ["qdust41"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "oxyde",
"version": "0.1.1",
"version": "0.1.3",
"identifier": "com.jimweaver.oxyde",
"build": {
"beforeDevCommand": "pnpm dev",