-
Notifications
You must be signed in to change notification settings - Fork 289
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
Allowing unsetting of favourite program #5151
Conversation
Hi @hasan-sh! This is a somewhat longstanding R, could you pick it up? I am not sure how ready it is but I think it can be a small PR in between other things. |
Will do so after the autosave PR and finish investigating the login problems that we discussed with the teachers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot favourite a program without a refresh. I'll review the code once this is done! Let me know if you need any help:)
…into unfavourite-program
Great @Annelein , will review your PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, i remember making it possible to update the UI from TS; ffa813a#diff-810bc5b30fefd1c7d50d825f1331efb7cda58a958fdbe93d015904aed1735a47R29-R35
Why did you move the data-starred attribute to the i element instead of the container? Now you the ui isn't updating as it was!
I suggested a change that fixes the issue, but do take a look at the test and whether anything else depends on what i changed!
Co-authored-by: Hasan_sh <[email protected]>
I did this because the test was failing because it would miss click because this is the space the container takes up, so now the test fails again: Pushed another fix. |
@Annelein the |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Fixes #5132
How to test:
Screen.Recording.2024-03-27.at.10.21.31.mov