Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a color is already set as primary or secondary, disabled the button and change it to say "Already set as primary" #59

Closed
alexdanilowicz opened this issue Feb 28, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alexdanilowicz
Copy link
Contributor

Screen Shot 2023-02-27 at 8 52 47 PM

@alexdanilowicz alexdanilowicz added enhancement New feature or request good first issue Good for newcomers labels Feb 28, 2023
@lagneshthakur
Copy link
Contributor

I can help in fixing this.

@aryanraj60
Copy link

Hello! I would like to take ownership of this issue and work on resolving it. Could you please assign it to me? Thank you!

@alexdanilowicz
Copy link
Contributor Author

Hey @lagneshthakur go for it! (@aryanraj60 I see you commented on another issue, and maybe if @lagneshthakur is unable to help, you can take this on.) But @lagneshthakur let us know if you have any questions.

Join our slack community! We already have a few contributors in there. https://join.slack.com/t/mirrorful/shared_invite/zt-1ps2xtxh0-2NaixFfFzSKZbr5gw_AHfA

@alexdanilowicz
Copy link
Contributor Author

alexdanilowicz commented Feb 28, 2023

@lagneshthakur to get started, after forking the repo, you can run the following commands:

➜  mirrorful git:(main) ✗ cd packages/mirrorful/editor
➜  mirrorful git:(main) ✗ git checkout -b "lagneshthakur/issue-59"
➜  mirrorful git:(lagneshthakur/issue-59) ✗ yarn; cd editor; yarn; cd .. # install packages
➜  mirrorful git:(lagneshthakur/issue-59) ✗ yarn run local # runs mirrorful locally

$ rm -rf ./dist; tsc --build; cross-env NODE_ENV=development node ./dist/cli/index.js
Running Mirrorful version: 2.0.19
Starting Mirrorful in /Users/zeus/code/mirrorful/packages/mirrorful.


Visit: http://localhost:5050/
Inside your project, you can run:

  yarn run mirrorful

to start the visual editor at any time 🚀

From there, you can then make changes in code and see the changes hotreload.

@lagneshthakur
Copy link
Contributor

@alexdanilowicz Thank you, this is exactly what I was looking for.

@alexdanilowicz
Copy link
Contributor Author

@lagneshthakur let us know if you need help!

lagneshthakur added a commit to lagneshthakur/mirrorful that referenced this issue Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants