Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.
https://pulsesms.app
Other
109 stars 44 forks source link

Revamp Compose Screen #95

Closed klinker24 closed 4 years ago

klinker24 commented 4 years ago

Some users like having access to their entire contact list, without needing to search for contacts... The Android app has this functionality, so I wanted to add it here.

In the process, I just re-did the old RecipientBar component. That one was trying to do way to much ourselves. I found a very good library that I was able to implement for the new contact-multi-select.

This is going to close out https://github.com/klinker-apps/messenger-issues/issues/717. This is all of the functionality that I want to add to the compose screen.

klinker24 commented 4 years ago

I haven't deployed this one yet. It works, but it doesn't let the user enter a phone number not in their contacts. Will work on getting that implemented, then get this new compose screen deployed. Didn't think of that while I was making the feature 🤷‍♂

Serubin commented 4 years ago

Oops! You can reference how it was done previously if needed