Skip to content

Commit

Permalink
Merge pull request #18 from Libertai/fix/aliel-edit-summary
Browse files Browse the repository at this point in the history
Regression
* Fix edit action
* Fix chat summary
  • Loading branch information
aliel authored Jul 17, 2024
2 parents d610437 + 9a6a4b4 commit 2b3557f
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 4 deletions.
352 changes: 352 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"@esbuild/linux-x64": "^0.23.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
dense
flat
size="sm"
@click="editMessage($refs['message-' + message_index] as any[0])"
@click="editMessage($refs['message-' + message_index][0] as any)"
>
<q-tooltip>Edit</q-tooltip>
</q-btn>
Expand Down
Loading

0 comments on commit 2b3557f

Please sign in to comment.