-
Notifications
You must be signed in to change notification settings - Fork 177
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
Remove Vuetify color used for the button hover state #4634
Comments
Hey @MisRob, I would like to work on this. |
Hello @shivam-daksh, thanks! There is a related issue that needs to be resolved at first learningequality/kolibri-design-system#726. Feel free to message us there if you'd like to give it a try. Note that even though it is beginner friendly, it's a bit more complex due to some experimentation you would need to do - more in the linked issue. Also I'd ask you to wait a day or two since it's in the proposal stage and I may need to do some tweaks to the issue. You could use that time to understand Kolibri Design System and the way we work with colors in our codebases. |
Sure @MisRob, I would wait and understand the issue till then. |
Okay @shivam-daksh, let us know if you had any questions and if it still seems to be something you'd like to work on, just message me in learningequality/kolibri-design-system#726 starting this Wednesday and I will assign :) I'd recommend you study Kolibri Design System (KDS) contributing guidelines, developers documentation, and try to set up your KDS development server and put something on the playground page. Also running KDS development in parallel with Kolibri or Studio is a useful skill to have. |
Hey @MisRob, I'm having little trouble regarding managing multiple versions of Node in both projects simultaneously. As KDS and Studio both uses different versions of Node (i.e. Node@10 and Node@16 respectively), it is conflicting SOMETIMES when I open new fresh terminal. What's really happening? Screen.Recording.2024-08-12.at.4.06.12.PM.mov |
Hey @shivam-daksh, I am not certain if I can understand right. From the recording it seems you need to again Typically, you don't even need to run KDS development server when running Studio development server - if you wish to see your KDS changes in Studio via In some cases and if your CPU allows, it can be handy to run both KDS development server and Studio development server when you wish to preview a component in both environments - in that case you can do so from separate terminals. Let me know if this helps or if there was something else. |
Hi @MisRob, I got it. I've learned to experiment with KDS playgroud, gone through KDS Colors guide and able to run both projects by using |
Hi @shivam-daksh, great! Please send a comment to learningequality/kolibri-design-system#726, otherwise I can't assign you. Then you can start working. Let me know if the issue is clear and if you had any questions, ask there. |
Hi @shivam-daksh, assigned, thank you :) You can use |
Hi @MisRob, I'm having error while starting the studio. I've attached the video and logs: Screen.Recording.2024-08-26.at.12.14.57.PM.mov |
Hi @shivam-daksh, I assume you
You could also try |
Hi @MisRob, I've reinstalled both |
@shivam-daksh I'm sorry to hear about trouble. Let's see if we can do something about it.
I don't exactly understand - you don't need to run Studio dev server in parallel to KDS dev server, right? Or do you mean something else? Also I don't understand "I've reinstalled both studio and kolibri-design-system at separate place" so would need some clarification. |
Hi @MisRob, I'm sorry I wasn't clear before. The line "I've reinstalled both studio and kolibri-design-system at separate place" means that I've re-cloned the studio and KDS repositories in separate local directory. However, when I unlink KDS using |
@shivam-daksh Can you unlink and install the newest KDS release via package.json? https://github.com/learningequality/kolibri-design-system/releases/tag/v5.0.0-rc3. Then run |
@shivam-daksh ^ Let's just leave linking and KDS devserver etc. aside for now, and do these changes in Studio. If it still doesn't work, would you follow #4634 (comment) step by step (except instead of the commit I originally referenced, you will install |
@shivam-daksh Meanwhile I will see if someone on the team has an idea what's wrong with the |
@shivam-daksh The issue may indeed be just something specific about the linking methods as I was just able to install KDS that has this change to Studio and see it running without trouble https://github.com/learningequality/studio/pull/4633/commits/ff3c26c1fafdf127a3b125396881a8409f6c1aca#diff-7ae45ad102eab3b6[…]70d7bc6507b6481575d519 |
Hi @shivam-daksh, my colleague @AlexVelezLl jumped in to help and he was able to reproduce the issue with
|
@shivam-daksh yesterday we also figured out that in Studio, you could simply |
Hi @MisRob, That was little overwhelming, it finally worked after manually adding node modules |
I'm sorry this was such a hassle @shivam-daksh and glad finally something helped. Some of the other contributors and also team members experienced that too so I was posting here as we were figuring it out gradually. We will review, thanks :) |
Closed by #4688 |
🌱 Are you new to the codebase? Welcome and please see the contributing guidelines.
Blocked by
Summary
After Kolibri Design System provides
$darken_
utilities, let's use them to get rid of this Vuetify colorstudio/contentcuration/contentcuration/frontend/settings/pages/Account/index.vue
Lines 107 to 108 in a4a3c8f
$darken_
on the base red color color that the button has when it's not in hovered state.The text was updated successfully, but these errors were encountered: