Skip to content
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

✨ feat(web): Convo Viewer #41

Merged
merged 41 commits into from
Feb 2, 2024
Merged

✨ feat(web): Convo Viewer #41

merged 41 commits into from
Feb 2, 2024

Conversation

McPizza0
Copy link
Member

What does this PR do?

adds the initial convo list in the conversations sidebar
and conversation pages to load in convo messages
still needs some addition work for the following:

  • reply input and endpoints

  • convo Actions

  • New feature (non-breaking change which adds functionality)

Checklist

  • Read Contributing Guide
  • Self-reviewed my own code
  • Tested my code in a local environment
  • Commented on my code in hard-to-understand areas
  • Checked for warnings, there are none
  • Removed all console.logs
  • Merged the latest changes from main onto my branch with git pull origin main
  • My changes don't cause any responsiveness issues

Appreciated

  • If a UI change was made: Added a screen recording or screenshots to this PR

image

@McPizza0 McPizza0 requested a review from cstrnt January 30, 2024 20:27
@McPizza0
Copy link
Member Author

there is an upstream issue that blocks rendering of the conversation under specific circumstances
tracking here: nuxt/nuxt#25214 (comment) and here: vuejs/core#10184

apps/web-app/components/convos/convoAvatar.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoList.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoList.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoListItem.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoListItem.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoMessages.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoMessages.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoMessages.vue Outdated Show resolved Hide resolved
apps/web-app/components/convos/convoMessages.vue Outdated Show resolved Hide resolved
apps/web-app/components/un/ui-avatar-plus.vue Outdated Show resolved Hide resolved
@McPizza0
Copy link
Member Author

McPizza0 commented Feb 1, 2024

changes made

@McPizza0 McPizza0 requested a review from cstrnt February 1, 2024 14:23
@McPizza0 McPizza0 merged commit 7504116 into main Feb 2, 2024
@McPizza0 McPizza0 deleted the feat/convoViewer branch February 2, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants