Open Whoaa512 opened 8 months ago
@amyblais am open to take a look at this one, concerning the icons, can they be shared kindly
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.
@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}
/>
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.
@matthewbirtch I can take up another issue at the moment then will start right away when the design is ready
Would love if the mobile app had parity with the web app on this feature
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