zulip/zulip-mobile

Support /todo widget

Open

#5,151 opened on Dec 3, 2021

View on GitHub
 (8 comments) (3 reactions) (0 assignees)JavaScript (673 forks)github user discovery
a-message listhelp wantedwebapp parity

Repository metrics

Stars
 (1,348 stars)
PR merge metrics
 (PR metrics pending)

Description

At present, the /todo widget is not supported on mobile. To make this feature fully usable, we should add mobile support.

It should ideally be possible to:

  1. View /todo widgets.
  2. Check/uncheck tasks.
  3. Add new tasks.
  4. Keep parity with the web app when additional features in #20213 are implemented.

For the initial version of this feature, it would be good enough to have (1) and (2).

Contributor guide