Lalit

Results 15 issues of Lalit

Setting up testing for backend. Solves issue #13

GSSoC22
Level3

### Description We currently have this notifications component: ![Screenshot 2022-09-24 225151](https://user-images.githubusercontent.com/84276404/192110869-6d86c381-24c9-47d8-a97e-ad9c01237963.png) We can make it look good by making it something like this: ![](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F312c3b95-5dcb-4c69-8d9c-065bdbbd24f6%2FUntitled.png?table=block&id=e015b313-332c-41a3-b992-0c127e7ae50a&spaceId=26c7303e-f8b5-47c1-9d4f-c2a99f1890a9&width=2000&userId=5190b022-4af9-4190-bb00-7a4709a13979&cache=v2) ### Domain Front-End (Styling/Markup) ### Code...

good first issue 👶
frontend 🎨
Assigned
hacktoberfest

### Description Currently, we are using [hard-coded](https://github.com/Lalit3716/Vita/blob/main/client/src/data/topics.ts) values for displaying topics on the front end. We want to fetch this data from the backend. - Make a route for fetching...

frontend 🎨
Medium
JWOC

### Description Currently, we don't have any 404 page for our website. - Design a dark-themed 404 page. - Make a wildcard route to catch all other routes to display...

hacktoberfest

### Description - Allow mentors to update their experiences. - Make a new tab on the settings page for it just like we have for time slots. - Try to...

backend
frontend 🎨
Advanced
JWOC

The app was breaking because we needed to pass `db` as well as `request` object to the getUser function called in `login.tsx`. I updated the file and now the app...

Added proper types in `typing_data.js` and converted it into a typescript file. Also modified the `sorted_ids` function a little bit in `utils.ts` to make it work with `typing_data.ts`. Self-review checklist...

size: M

Added the new feature of letting the user choose whether he/she wants to see unread messages count on the left sidebar for streams. This setting has three options, "All Streams"...

area: left-sidebar
priority: high
size: XL
UI experiment

This endpoint was previously marked as `intentionally_undocumented` but that was a mistake. Removed `intentionally_undocumented` and added proper documentation with valid `python_example` for this Endpoint. Fixes: #24084 [CZO](https://chat.zulip.org/#narrow/stream/378-api-design/topic/Endpoint.20for.20delete.20emoji) **Screenshots and screen...

area: emoji
area: api
size: L

Extended else if statement responsible for reselecting messages to include check `!recent_topic_util.is_visible()`. Before without this check, this code was consuming 1 unread message on muting/unmuting a stream even when we...

size: S