Aarush Chaurasia

Results 17 comments of Aarush Chaurasia
trafficstars

> Very very close. Sorry for all the comments about small details. No worries, hopefully it's all good now 👍

Everything is done, I'll try adding that feature 👍

I added it, here's what it looks like: ![image](https://github.com/user-attachments/assets/c5cc67f0-173c-4516-a3b9-e12b53b49fd5) and the bus spot id -> string translations: ![image](https://github.com/user-attachments/assets/26a984b2-faad-4c0c-a649-51e75aec8146)

@alanzhu0 everythings done 👍

Idk why it's failing I ran build_docs like 20 times

### to test: - **APP: Announcements** - [x] announcement posted sends a push notification when notify option is enabled - [x] test if content is truncated when its too long...

> Does JQuery require `.on("click", ...`? I prefer `.click(...` Yeah .click is deprecated since 3.3 so they could separate out `.click()` into `.trigger("click")` and `.click(...)` to `.on("click", ...)`