feat: Implement SearchPanel, various mobile UI screens, and foundational shared components across applications.
All checks were successful
Build and Release / build-and-release (push) Successful in 15m35s

This commit is contained in:
Bryan1029384756
2026-02-23 11:27:01 -06:00
parent 90cf99f7ab
commit a6af4dda00
22 changed files with 3462 additions and 2396 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "1.0.37"
versionName "1.0.38"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@discord-clone/electron",
"private": true,
"version": "1.0.37",
"version": "1.0.38",
"description": "Brycord - Electron app",
"author": "Moyettes",
"type": "module",

View File

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