(feat): improved conversation adding flow
(feat): visual tweaks for user modal (feat): now using full width for profile settings page on mobile (fix): profile not saving with empty avatar (chore): bump version due to prod release not getting created (chore): update licenses
This commit is contained in:
parent
4380d664be
commit
ba59a49f98
14 changed files with 203 additions and 44 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"generatedAt": "2026-05-04T13:05:17.471Z",
|
||||
"packageCount": 53,
|
||||
"generatedAt": "2026-05-21T10:15:15.540Z",
|
||||
"packageCount": 54,
|
||||
"packages": [
|
||||
{
|
||||
"name": "@codemirror/commands",
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
},
|
||||
{
|
||||
"name": "@tensamin/ttp-core",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.19",
|
||||
"license": "UNKNOWN",
|
||||
"homepage": null,
|
||||
"repository": null,
|
||||
|
|
@ -235,18 +235,18 @@
|
|||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tensamin_ttp-core@0.0.15",
|
||||
"licenseFolder": "licenses/@tensamin_ttp-core@0.0.19",
|
||||
"sourcePackageDir": "packages/ttp/node_modules/@tensamin/ttp-core"
|
||||
},
|
||||
{
|
||||
"name": "@tensamin/ui",
|
||||
"version": "0.0.30",
|
||||
"version": "0.0.34",
|
||||
"license": "UNKNOWN",
|
||||
"homepage": null,
|
||||
"repository": null,
|
||||
"description": null,
|
||||
"files": [],
|
||||
"licenseFolder": "licenses/@tensamin_ui@0.0.30",
|
||||
"licenseFolder": "licenses/@tensamin_ui@0.0.34",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tensamin/ui"
|
||||
},
|
||||
{
|
||||
|
|
@ -614,6 +614,19 @@
|
|||
"licenseFolder": "licenses/tailwindcss@4.2.4",
|
||||
"sourcePackageDir": "apps/web/node_modules/tailwindcss"
|
||||
},
|
||||
{
|
||||
"name": "tauri-plugin-app-events-api",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/wtto00/tauri-plugin-app-events#readme",
|
||||
"repository": "git+https://github.com/wtto00/tauri-plugin-app-events.git",
|
||||
"description": "A plugin for tauri@v2 to listen some events on iOS and Android.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/tauri-plugin-app-events-api@0.2.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/tauri-plugin-app-events-api"
|
||||
},
|
||||
{
|
||||
"name": "tw-animate-css",
|
||||
"version": "1.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue