-
-
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
Private Sketch feat. #3034
base: develop
Are you sure you want to change the base?
Private Sketch feat. #3034
Conversation
This is awesome. I can tell that you have put a lot of thought into it and done some very good work here! I'm sure @raclim will have some thoughts on the UI. I'm going to see if I can figure out why you're getting errors in the |
Yeah, that will work. will do that. However, I have set up the state like this in const [visibility, setVisibility] = React.useState(
project.visibility || 'Public'
); So for old sketches, the default value "Undefined" will be replaced by "Public" in the state. This way, the user should be able to change the visibility of old sketches as well. |
@lindapaiste @raclim still waiting for UI to be approved so that i can go ahead |
Thanks so much for working on this and I'm sorry for the delay in getting to this! Honestly, this looks really awesome and I don't think I have much else to add so far on the UI! I know there were some previous designs done for a potential Privacy feature. It's a bit late, but you can probably still choose to incorporate them if you'd like, but I think what's currently here is great as well. I think one potential next step for this after some further development is having it tested out with a small group of users who can probably give further feedback from there on the design/functionality as well. I can also try to start tagging and sharing it with some folks if it makes more sense to do it sooner rather than later down the line! |
This whole look is quite so cool and refreshing actually. I'm excited about adding it to my design. It's got a premium vibe that I think will work really well. However, it seems like it will require a significant amount of effort on its own. I'm currently tied up with some other tasks for the time being, but I'll try to dedicate some time to it within the next month and raise a PR. In the meantime, It would be best to focus on its functionality and gathering feedback related to it. it's better to move forward by sharing it with some individuals to gather feedback on its functionality. |
@vivekbopaliya Sorry that it took a while, just want to update that I created a shareable environment for this PR! Please feel free to share this around and get some feedback on it! I feel like it looks pretty solid so far though, and super excited to see this out soon! |
Release EnvironmentsThis Environment is provided by Release, learn more! 🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-6ee1c7dda9
🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-adee4fd928 |
Finally, it is here! Thank you very much. Let's see how this works out. If it does, we might want to design an implementation for mobile view as well. |
Sounds good, I'll also do some further testing on my end as well! |
Changes:
bandicam.2024-05-04.13-33-34-726.mp4
WORK FLOW:
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123