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

"Remind me later" menu on posts #7862

Open
Whoaa512 opened this issue Mar 13, 2024 · 5 comments
Open

"Remind me later" menu on posts #7862

Whoaa512 opened this issue Mar 13, 2024 · 5 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Whoaa512
Copy link

Whoaa512 commented Mar 13, 2024

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: mattermost/mattermost#20555

Related issue: mattermost/mattermost#25472

@amyblais amyblais added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 14, 2024
@Juliet879
Copy link

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

@amyblais
Copy link
Member

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
Copy link
Contributor

@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
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants