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

Bounty issue #42 solved: Pin messages sent by attendees #62

Merged
merged 43 commits into from
Nov 23, 2023

Conversation

haruncurak
Copy link
Contributor

/claim #42

@alxlion alxlion changed the base branch from main to dev October 27, 2023 14:35
@alxlion
Copy link
Contributor

alxlion commented Oct 27, 2023

I changed the branch to be in sync with the official dev branch. I let you resolve conflicts and fix credo errors (mix credo). For the yarn.lock you can delete it and for package-lock.json, take the last version in the dev branch.

@haruncurak
Copy link
Contributor Author

Should all be complete - let me know if you need any other changes!

@alxlion
Copy link
Contributor

alxlion commented Oct 28, 2023

Nice work @haruncurak, there is just a problem with the message ordering. On the presenter and manager, new messages come at the top, but it should be at the bottom (like on the attendee view).

I think it's because of the “show pinned on top” feature that was a little tricky. Maybe if we simplify this part with a new tab called "Pinned messages" showing only the pinned messages. What do you think?

CleanShot 2023-10-28 at 16 11 13

@haruncurak
Copy link
Contributor Author

Hey @alxlion I can do that as well. Should I extend the new messages at the bottom to the pinned messages as well? The issue might be when unpinning messages - do we want them to go back to where they were or to the bottom?

@alxlion
Copy link
Contributor

alxlion commented Oct 28, 2023

Should I extend the new messages at the bottom to the pinned messages as well?

This tab will contain only the pinned messages but yes, always the oldest messages at the top and the newest at the bottom.

do we want them to go back to where they were or to the bottom

When you unpin from Message tab, it will only update the count of pinned messages. When you unpin from Pinned Message tab, it will remove the message from the list.

CleanShot 2023-10-28 at 19 11 37

@haruncurak
Copy link
Contributor Author

Hi @alxlion, got a bit caught up with other work - I'll work on this soon

@alxlion
Copy link
Contributor

alxlion commented Oct 31, 2023

No problem, no pressure. Thanks for your work 😉

@alxlion
Copy link
Contributor

alxlion commented Nov 15, 2023

@haruncurak Are you still ok for to work on this?

@haruncurak
Copy link
Contributor Author

Yep! If it's ok with you i was gonna finish the edits by mid-week next week. Just got caught up with other job-related stuff

@haruncurak
Copy link
Contributor Author

Hey @alxlion! Worked on this today and I think I was able to finish it. Feel free to test it out and see if it's the expected behavior. Sorry for the delays once again.

@haruncurak
Copy link
Contributor Author

If you'd like I can modify the show view to display messages from oldest to newest top-down as well - I think this was the case independently of my work but not too sure

@alxlion alxlion merged commit 3712efc into ClaperCo:dev Nov 23, 2023
1 check failed
@alxlion
Copy link
Contributor

alxlion commented Nov 23, 2023

@haruncurak Well played! Your PR has been merged 😉

I will do the minor fixes like message order myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants