Vedant Jain

Results 47 issues of Vedant Jain

## **Describe the bug** - I want to convert home page js and css into clean code ## **Possible solution** - I will make code simple and easy to understand...

bug
gssoc21
frontend
hacktober2021
Hacktoberfest

## **Describe the bug** - Space between sections and explore button is half hidden ## **Screenshots** * Before: ![bandicam 2021-04-14 16-36-42-987](https://user-images.githubusercontent.com/76901313/114701923-107d1500-9d41-11eb-8f6f-6ac3539a9df3.jpg) * After: ![bandicam 2021-04-14 16-55-38-565](https://user-images.githubusercontent.com/76901313/114703013-669e8800-9d42-11eb-8bd6-ee381dee8792.jpg)

bug

## **Is your feature request related to a problem? Please describe.** Scrolling Animation on Elements of Homepage ## **Describe the solution you'd like** Using AOS ###### Do you want to...

gssoc21

Fixes #2321 #### Describe the changes you have made in this PR - - [x] Added noticed gem. - [x] Config DB, Routes, Model. - [x] Added notification for: -...

🌟 feature
work-in-progress
GSoC'22

**Describe the bug** Misaligned Checkbox in Login ![Screenshot from 2022-08-03 10-03-36](https://user-images.githubusercontent.com/76901313/182524790-ab3e3784-893f-4f47-a544-8f4c80014caa.png) **To Reproduce** Steps to reproduce the behavior: 1. Go to https://circuitverse.org/users/sign_in 2. See an error **Expected behavior** The checkbox...

good first issue
🐞 bug

Fixes #3231 ### Screenshots of the changes (If any) - - After ![Screenshot from 2022-07-08 10-22-34](https://user-images.githubusercontent.com/76901313/177919509-bf158659-35ed-486d-a29c-b27be6738d1f.png) - Before ![Screenshot from 2022-07-08 10-23-10](https://user-images.githubusercontent.com/76901313/177919570-88ff9a3d-9ca7-4633-bfaf-c28730d36cf8.png) Note: Please check **Allow edits from maintainers.** if...

**Describe the bug** pagination on the comment section is broken **To Reproduce** Steps to reproduce the behavior: 1. Go to https://circuitverse.org/users/3/projects/67 2. Scroll down to the 'comment section' **Are you...

🐞 bug

**Describe the bug** Currently, the mailer copyright text in locales is `Copyright © 2021 CircuitVerse. All rights reserved. For any issues, reach out to us [email protected]` which should be updated...

good first issue
🐞 bug

**Is your feature request related to a problem? Please describe.** Postgres offers data type JSON to store any structure easily, but one disadvantage is that filtering by properties stored in...

🌟 feature

Fixes #2770 #### Describe the changes you have made in this PR - - Fixes JSON parsing for restrictions - Added `checked` field in input. ### Screenshots of the changes...

platform