Yuichi Oneda

Results 6 issues of Yuichi Oneda

## Summary This Pull Request introduces an archiving feature for conversations, similar to the ChatGPT's archiving functionality. ### Changes made: - Changed the "Rename" and "Delete" buttons to be in...

## Summary I implemented a shared link feature similar to ChatGPT. I was aware of the discussions mentioned below, but I thought there might be a use case separate from...

## Summary I've made some improvements to the `Login` and `Registration` components. 1. Previously, the `Login` and `Registration` displayed a blank screen while fetching `StartupConfig` data from the API. I've...

## Summary When starting a new chat, sending a few messages, and then exporting the conversation, the exported text only includes the first message. This issue is reproducible across all...

## Summary This pull request introduces the following bookmark features: * Conversation bookmarks * Manage multiple bookmarks * Display only specific bookmarked conversations ## Change Type - [x] New feature...

## Summary Enabled scrolling through chat messages using the `PageUp` and `PageDown` keys by adding `tabIndex={0}`. This change is intended to improve accessibility. ## Change Type - [x] Refactoring ##...