CircuitVerse / cv-frontend-vue

https://circuitverse.netlify.app/
MIT License
30 stars 98 forks source link

Drop JQuery dependency #27

Open tachyons opened 1 year ago

tachyons commented 1 year ago

Though we removed jquery ui, we still have jquery in our codebase. which need to be removed and use native DOM methods

disha1202 commented 1 year ago

Hi @tachyons, I would like to work on this.

tachyons commented 1 year ago

@disha1202 You can start working on this, but since jquery is used in several files, PR will be very huge. So I suggest you create PRs with changes per file. Also multiple people can work on this if you cab mention which file/files you want to work on

disha1202 commented 1 year ago

Sure @tachyons, I would like to start with Verilog2CV.js file.

snehalshah8429 commented 1 year ago

@tachyons I would like to contribute on this

snehalshah8429 commented 1 year ago

@disha1202 do you need any help in this project?

disha1202 commented 1 year ago

@tachyons, I've removed JQuery dependency in Verilog2CV.js file. Please take a look.

GarvitSinghal47 commented 1 year ago

@tachyons and @devartstar as there are multiple js files in which there is still jquery present in them I would like to work and help remove jquery from some of the files.

GarvitSinghal47 commented 1 year ago

Hey @tachyons as i discussed in the slack i am currently working on circuit.js file.

niladrix719 commented 11 months ago

i am working on actions.js

antriksh-9 commented 9 months ago

Hey @Arnabdaz @Prerna-0202 I have worked on PR #226.

antriksh-9 commented 9 months ago

I am working on testbench.js file.

antriksh-9 commented 9 months ago

I am working on testCreator.js file.

antriksh-9 commented 8 months ago

I am working on canvasApi.js file.

tachyons commented 8 months ago

Note: when you move transitions like fade from JQuery, use Vue transitions instead of trying to implement it vanilla JS.