-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit messages with tree-like chat history #12
Conversation
…hould be 100% backward compatible with the previous implementation of the chat history assuming no edits.
# Conflicts: # src/lib/Chat.svelte
Merge changes
Bug: the current PR prevents the user from changing chat from the sidebar. |
# Conflicts: # src/lib/Chat.svelte # src/lib/Types.svelte
Is there any chance that you can simplify the structure to use only a parent key? Then we should be able to merge this. |
I am working on it, sorry, I have been a bit busy the last couple of days |
@Niek
Example from a previous commit |
Of course feel free to change it if you prefer the non-children option. It would be a matter of having a |
@Niek any update on this? |
Sorry @Michael-Tanzer, I got stuck in work tasks. Will try to merge this ASAP. |
A similar feature has been merged now with #152, thanks again for the contribution @Michael-Tanzer! |
Sorry, I accidentally deleted the old PR (#4)