Utkarshn10 / Focusly

Open source app to remain focused during your deep work sessions. Built using ReactJS
https://focusly.vercel.app/
MIT License
35 stars 44 forks source link

Change Focus Mode's name to Work Mode in Tabs #49

Closed Utkarshn10 closed 1 year ago

GrifTheDev commented 1 year ago

image Do you mean these tabs?

Utkarshn10 commented 1 year ago

Yes this one

GrifTheDev commented 1 year ago

I'll try to do that now!

Utkarshn10 commented 1 year ago

Issue assigned. Thanks for contributing to Focusly @GrifTheDev

GrifTheDev commented 1 year ago

I'll just comment here that when running npm install this error is thrown:

image

Using npm install --legacy-peer-deps seems to resolve the issue, although warnings are thrown: image

I don't know if I'm doing something wrong, or if maybe this project isn't optimized for nodejs v18.7.0.

GrifTheDev commented 1 year ago

Here's a follow-up. After digging a bit deeper I've discovered that npm is having a problem with the "react-sound" dependency which, within it's package.json file, requires react v15.3.0 or 16.0.0-0. These versions are years old and I presume npm can't get them.

Utkarshn10 commented 1 year ago

For now you can go ahead with --legacy-peer-deps as in future I am planning to change react-sound to a better alternative

GrifTheDev commented 1 year ago

Opened a pull request!

Utkarshn10 commented 1 year ago

Thanks @GrifTheDev for contributing to Focusly :)