feat: Introduce swipe navigation between new Chat and Sidebar components and establish initial multi-platform project structure.
All checks were successful
Build and Release / build-and-release (push) Successful in 10m7s

This commit is contained in:
Bryan1029384756
2026-02-20 03:36:36 -06:00
parent 4e1a6225e1
commit e7f10aa5f0
11 changed files with 402 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/android",
"private": true,
"version": "1.0.27",
"version": "1.0.28",
"type": "module",
"scripts": {
"cap:sync": "npx cap sync",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/electron",
"private": true,
"version": "1.0.27",
"version": "1.0.28",
"description": "Discord Clone - Electron app",
"author": "Moyettes",
"type": "module",

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/web",
"private": true,
"version": "1.0.27",
"version": "1.0.28",
"type": "module",
"scripts": {
"dev": "vite",