Commit Graph

7 Commits

Author SHA1 Message Date
Maneesh Shukla
c41a96a954 trash-icon: Replace remaining fa-trash icons with zulip-icon-trash and update buttons.
Fixes: #34378.
2025-06-08 17:12:27 -07:00
Lauryn Menard
7a315b7b0e help: Add create a to-do list via compose box button tip.
Adds a tip for creating a collaborative to-do list via the new
compose box button in the markdown formatting article.

Edits the include examples for to-do lists so that the note about
marking a task as complete/incomplete is text before the example
screenshot.

Revises the collaborative to-do list article for a missing comma,
and adjusts some line wrapping.

Fixes #33522.
2025-02-20 10:01:39 -08:00
opmkumar
1e99745023 todo_list: Add option for modal to create todo-lists.
A button has been introduced to launch a modal
for creating todo-lists directly from the compose box.

The modal features a form that, upon submission,
generates a message using the `/todo` syntax and the data
inputted in the form. Subsequently, the content of the compose box
is set to this message, which the user can then send.

This modal closely parallels the UI for adding a poll; therefore,
the poll and todo code has been shifted to a newly created
file named `widget_modal.ts`, and `poll_modal.ts` is now deprecated.

Co-authored-by: Sujal Shah <sujalshah28092004@gmail.com>

Fixes #29779.
2025-02-14 14:57:24 -08:00
Lauryn Menard
517b15dc8d help: Create "Configure send message keys" article.
Document setting the keys that will send a message or create a new
line when composting a message via the compose box and via the
personal settings overlay.

Updates links and redirect from former help center article about
this feature.

Fixes #31620.
2024-10-10 14:33:38 -07:00
N-Shar-ma
d64d535c2d todo: Require space after colon to separate task title from description.
This fixes the annoying behaviour where a task title with a url in it,
for example, "Fix issue https://github/com/zulip/zulip/issues/1234"
would be wrongly split into a description at the `:` in the url.
2024-04-30 12:36:42 -07:00
N-Shar-ma
89bca6ca93 help: Update article on collaborative to-do lists. 2024-04-16 16:55:41 -07:00
David Rosa
d127a6d317 help: Add a dedicated page on how to start a collaborative to-do list. 2023-07-17 11:17:24 -07:00