zulip/static
N-Shar-ma 6d2de28bf0 todo_widget: Fix bug where new todos sometimes replaced old todos.
Initialised `this.me` for the TaskData using a constructor to the
current user id.

The bug was caused due to `this.me` never being initialised, and hence
`idx` wasn't incremented on page reload, which resulted in duplicate
`data-key` attributes and hence new todos overwriting older todos with
the same `data-key`

Fixes: #20698
2022-01-24 11:25:32 -08:00
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images policies: Rename "Terms of Use" to "Terms of Service" in DPA. 2022-01-20 13:15:00 -08:00
js todo_widget: Fix bug where new todos sometimes replaced old todos. 2022-01-24 11:25:32 -08:00
shared js: Simplify indexing arrays from the end with Array#at. 2022-01-24 09:58:54 -08:00
styles api_docs: Add line break before return value description text. 2022-01-24 10:02:02 -08:00
templates user_status: Migrate modal to dialog_widget. 2022-01-21 16:17:25 -08:00
third lint: Fix typos found by codespell. 2021-10-19 16:51:13 -07:00
.gitignore