Closed micahlt closed 4 years ago
@micahlt You should definitely switch from forkphorus because it can render graphics poorly. Maybe you could try the original embeded codes for scratch projects?
@geographix Would you be able to add that and make a PR? I've done a whole snap-ton of this myself and some help would be nice :smiley:
@micahlt Sure! Although I don't fully understand the principles of app building. Is it the same as building website: HTML, JS, CSS?
Pretty much!
Cool! I'll work on it today!
Where's can I find the project viewing page?
@geographix It's all in one page. When you click a project, a div
slides up and should show the project.
what's the class or id to identify it?
@geographix it's class is project-shade
and you should see a comment right before it that says:
<!-- User Info window ends here and project window starts -->
Great! I'll try and get it done if I can find some time...
@geographix Thanks man. Appreciate the help :+1:
No problemo
@geographix can I help?
hmmm... maybe but this seems like a pretty basic bit of html.
Yeah
@micahlt I think I have managed to find the solution to your problem. See the PR!
@geographix I think I actually found the problem and fixed it. It's live with version 0.3.5!
What was it?
I had to replace the Vue templating strings after a user closed the project shade. 👍
On Tue, May 5, 2020, 12:37 AM Geo notifications@github.com wrote:
What was it?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Scratch-Client-4/mobile/issues/4#issuecomment-623865116, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG33HKPI5PLJW73TBLUU6ZDRP6Q27ANCNFSM4MQQ5URA .
Oh! :thumbsup:
I've built a large skeleton for this app, but I need some help with opening projects. So far we're using Forkphorus, but it may not be the optimal method to use. Suggestions?