mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Also adds the file to the static asset pipeline. search_pill_widget.js will be used to access the pills object for the search query box. It will act in a similar way to compose_pm_pill.js. Why is this needed: Consider you've initiated a pills object in search.js for the search query box. Now you want to also access that pills object to pre-populate pills after a reload in hashchange.js. search_pill_widget.js makes this easy without the use of events. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| icons/fonts | ||
| images | ||
| js | ||
| locale | ||
| styles | ||
| templates | ||
| third | ||
| ts | ||
| .gitignore | ||
| favicon.ico | ||
| node_modules | ||