mattermost / mattermost-mobile

Next generation iOS and Android apps for Mattermost in React Native
https://about.mattermost.com/
Apache License 2.0
2.27k stars 1.38k forks source link

"Remind me later" menu on posts #7862

Open Whoaa512 opened 8 months ago

Whoaa512 commented 8 months ago

Would love if the mobile app had parity with the web app on this feature

Screenshot 2024-03-13 at 00 04 11

Original PR that added backend support for post reminders: https://github.com/mattermost/mattermost/pull/20555

Related issue: https://github.com/mattermost/mattermost/pull/25472

Juliet879 commented 4 months ago

@amyblais am open to take a look at this one, concerning the icons, can they be shared kindly

amyblais commented 4 months ago

am open to take a look at this one, concerning the icons, can they be shared kindly

@matthewbirtch Let me know if UX can help share icons for implementing this feature for mobile. Or let me know if it would be easier to first create a Jira ticket for UX to triage this.

matthewbirtch commented 4 months ago

@amyblais @Juliet879 the clock icon should already be a part of the mobile repo. clock-outline

You can just use the <CompassIcon> component and adjust the properties as needed. For example


<CompassIcon
    size={size}
    name='clock-outline'
    color={iconColor}
/>
matthewbirtch commented 4 months ago

Having said that, @Juliet879 we haven't yet designed any of the interactions for this feature on mobile yet and so we don't have a spec for you. When do you plan to work on this? If you're not starting right away we can try to queue this up for design so you have a better spec to work from.

Juliet879 commented 4 months ago

@matthewbirtch I can take up another issue at the moment then will start right away when the design is ready