(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
|
|
@ -163,18 +163,18 @@ Generated from bun.lock and installed packages in workspace node_modules folders
|
|||
- Folder: `licenses/@tauri-apps_plugin-opener@2.5.4`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-opener`
|
||||
|
||||
## @tensamin/ttp-core@0.0.15
|
||||
## @tensamin/ttp-core@0.0.19
|
||||
|
||||
- License: UNKNOWN
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tensamin_ttp-core@0.0.15`
|
||||
- Folder: `licenses/@tensamin_ttp-core@0.0.19`
|
||||
- Source package dir: `packages/ttp/node_modules/@tensamin/ttp-core`
|
||||
|
||||
## @tensamin/ui@0.0.30
|
||||
## @tensamin/ui@0.0.34
|
||||
|
||||
- License: UNKNOWN
|
||||
- Included files: none found
|
||||
- Folder: `licenses/@tensamin_ui@0.0.30`
|
||||
- Folder: `licenses/@tensamin_ui@0.0.34`
|
||||
- Source package dir: `apps/tauri/node_modules/@tensamin/ui`
|
||||
|
||||
## @types/node@25.6.0
|
||||
|
|
@ -449,6 +449,16 @@ Generated from bun.lock and installed packages in workspace node_modules folders
|
|||
- Folder: `licenses/tailwindcss@4.2.4`
|
||||
- Source package dir: `apps/web/node_modules/tailwindcss`
|
||||
|
||||
## tauri-plugin-app-events-api@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.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/tauri-plugin-app-events-api@0.2.0`
|
||||
- Source package dir: `apps/web/node_modules/tauri-plugin-app-events-api`
|
||||
|
||||
## tw-animate-css@1.4.0
|
||||
|
||||
- License: MIT
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"specVersion": "1.5",
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"timestamp": "2026-05-04T13:05:17.472Z",
|
||||
"timestamp": "2026-05-21T10:15:15.541Z",
|
||||
"tools": [
|
||||
{
|
||||
"vendor": "OpenAI",
|
||||
|
|
@ -580,15 +580,15 @@
|
|||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/%40tensamin/ttp-core@0.0.15",
|
||||
"bomRef": "pkg:npm/%40tensamin/ttp-core@0.0.19",
|
||||
"name": "@tensamin/ttp-core",
|
||||
"version": "0.0.15",
|
||||
"purl": "pkg:npm/%40tensamin/ttp-core@0.0.15",
|
||||
"version": "0.0.19",
|
||||
"purl": "pkg:npm/%40tensamin/ttp-core@0.0.19",
|
||||
"externalReferences": [],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/@tensamin_ttp-core@0.0.15"
|
||||
"value": "licenses/@tensamin_ttp-core@0.0.19"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
|
|
@ -598,15 +598,15 @@
|
|||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/%40tensamin/ui@0.0.30",
|
||||
"bomRef": "pkg:npm/%40tensamin/ui@0.0.34",
|
||||
"name": "@tensamin/ui",
|
||||
"version": "0.0.30",
|
||||
"purl": "pkg:npm/%40tensamin/ui@0.0.30",
|
||||
"version": "0.0.34",
|
||||
"purl": "pkg:npm/%40tensamin/ui@0.0.34",
|
||||
"externalReferences": [],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/@tensamin_ui@0.0.30"
|
||||
"value": "licenses/@tensamin_ui@0.0.34"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
|
|
@ -1562,6 +1562,41 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/tauri-plugin-app-events-api@0.2.0",
|
||||
"name": "tauri-plugin-app-events-api",
|
||||
"version": "0.2.0",
|
||||
"purl": "pkg:npm/tauri-plugin-app-events-api@0.2.0",
|
||||
"description": "A plugin for tauri@v2 to listen some events on iOS and Android.",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "MIT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://github.com/wtto00/tauri-plugin-app-events#readme"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git+https://github.com/wtto00/tauri-plugin-app-events.git"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/tauri-plugin-app-events-api@0.2.0"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "apps/web/node_modules/tauri-plugin-app-events-api"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/tw-animate-css@1.4.0",
|
||||
|
|
|
|||
21
licenses/tauri-plugin-app-events-api@0.2.0/LICENSE
Normal file
21
licenses/tauri-plugin-app-events-api@0.2.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2024 简静凡
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
|
@ -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