-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
UI changes on Private sketch feature #3108
UI changes on Private sketch feature #3108
Conversation
…odal # Conflicts: # client/modules/IDE/pages/IDEView.jsx # client/modules/IDE/components/IDEOverlays.jsx
…-form # Conflicts: # client/modules/User/pages/AccountView.jsx
Fix deleting sketches
Revert some changes from previous updates to deleteProject
…ng-errors Fix/retry addressing errors
Release EnvironmentsThis Environment is provided by Release, learn more! 🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-272e3cc59b |
Thanks @vivekbopaliya! I'll try to have an in-depth look at this by early next week! |
@raclim just wanted to ping you a real quick that i updated the test cases that were failing! |
@vivekbopaliya Thanks so much for checking in on this, I'm sorry that it took a while to get back to this! I loaded this up on my local environment and I think functionality-wise this looks super amazing so far!!! 🎉 One thing I noticed that the state of the "Private" checkbox on the editor sometimes doesn't align with the toggle on the Screen.Recording.2024-05-29.at.1.25.09.PM.movI also think some of the changes in this PR includes some that have already been merged into the |
Oops! How did I overlook this? Sure, I will try to fix it and merge it into the develop branch. |
Sorry I think deleting the |
Hi @raclim, Haha no worries! You can consider the old PR now. I pushed the updates to the old PR, and it is now up to date with the develop branch. PS: I tried solving the bug. When a user switches a project from private to public( from sketch collection toggle ), it updates on the homepage. However, it does not change in other cases. A third person might catch the bug if they look into it, but for now... :( bandicam.2024-06-01.16-04-33-170.mp4 |
@vivekbopaliya Thanks so much for being flexible and adapting! I'll check out the other PR that you just updated :) Also thanks for looking into the bug! I feel like it's not a major issue, so I think might be fine to leave and have addressed in the future for now! Just a heads up, I'll be merging in a few older PRs that might cause some merge conflicts, but I'll try to make a shareable staging environment of what's currently there so other folks can test it out without having to load it locally as well! I'll update the PR with a URL of the environment once that's done! |
Progress on #3034
Changes:
bandicam.2024-05-04.13-33-34-726.mp4
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123