dhruvpatidar359 / nextdraw

A WhiteBoard application used for prototyping supports Webscokets
https://nextdraw.vercel.app
MIT License
43 stars 31 forks source link

Font Styles For Text #33

Open Rohitha-pudu opened 2 months ago

Rohitha-pudu commented 2 months ago

No Font Styles

dhruvpatidar359 commented 2 months ago

@Rohitha-pudu sure go ahead , assigning .

atharvarekhawar commented 2 months ago

hey @dhruvpatidar359 , if no one is working on this issue then I am interested in solving this issue .

I am thinking of adding two more features to the text ie. font style and font weight. eg- italic or normal , bold or lighter etc...

can you assign this issue to me.

atharvarekhawar commented 2 months ago

@dhruvpatidar359 , should I work on the issue?

dhruvpatidar359 commented 2 months ago

sure , buddy

atharvarekhawar commented 2 months ago

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now.

it will look something like this in package.json

"husky": { "hooks": { "pre-commit": "lint-staged && npm test --passWithNoTests", "pre-push": "npm test" } },

atharvarekhawar commented 2 months ago

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now.

it will look something like this in package.json

"husky": { "hooks": { "pre-commit": "lint-staged && npm test --passWithNoTests", "pre-push": "npm test" } },

@dhruvpatidar359 ?

dhruvpatidar359 commented 2 months ago

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now. it will look something like this in package.json "husky": { "hooks": { "pre-commit": "lint-staged && npm test --passWithNoTests", "pre-push": "npm test" } },

@dhruvpatidar359 ?

yes , do it . Mean while @VanshikaSabharwal writes the test cases , we have to do it . 👩‍🚀