Maneesh Shukla
3db2104fe9
drafts: Add a copy draft button.
...
This adds a button to the draft overlay that allows the user to copy
the draft to the clipboard.
2025-02-23 15:54:07 -08:00
Prakhar Pratyush
8a14018442
drafts: Show empty string as topic when realm_mandatory_topics=true.
...
Earlier, we were displaying `realm_empty_topic_display_name` as the
topic name when topic="".
This was not the expected behavior when `realm_mandatory_topics=true`.
This commit updates the logic to show empty string in such cases.
2025-02-12 09:37:51 -08:00
Prakhar Pratyush
e3ce4c5766
drafts_table: Show realm_empty_topic_display_name for topic="".
...
This commit adds support to display `realm_empty_topic_display_name`
value in the drafts table for topics having the actual value of
empty string.
2025-01-10 14:32:55 -08:00
aditya.chaudhary1558@gmail.com
08c8e40afa
drafts: Remove feature for discarding drafts after 30 days.
...
This commit helps in removal of all the code and documentation
related to 30-day auto removal of draft that are saved.
Fixes #32176 .
2024-12-17 11:54:10 -08:00
Anders Kaseorg
687f1b1651
tests: Rename the Node tests to *.cjs.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2024-11-13 09:18:56 -08:00