MasterOfTheTiger / reimagined-scratch

A browser extension for improving Scratch's looks
MIT License
2 stars 0 forks source link

You could use issues instead of note cards in your projects boards. #3

Open moeenio opened 5 years ago

MasterOfTheTiger commented 5 years ago

Yeah, you are probably right, but there are many small ideas I wanted to implement quickly, and I haven't worked on this for a while.

The biggest thing I need to do right now is to find out how to use JS to modify the new design (which I haven't figured out yet).

moeenio commented 5 years ago

Yeah, you are probably right, but there are many small ideas I wanted to implement quickly, and I haven't worked on this for a while.

The biggest thing I need to do right now is to find out how to use JS to modify the new design (which I haven't figured out yet).

Which aspects do you want to modify ? @MasterOfTheTiger

MasterOfTheTiger commented 5 years ago

@locness3 The new header. For some reason my code wasn't running on the main page. It was probably a trivial issue though.

moeenio commented 5 years ago

@locness3 The new header. For some reason my code wasn't running on the main page. It was probably a trivial issue though.

What do you want to modify in it ?

MasterOfTheTiger commented 5 years ago

@locness3 The whole header. Like you said on the other issue. I want to make the custom header provided by Reimagined Scratch apply to the front page, /messages, and /projects/xxxxxx.

moeenio commented 5 years ago

@locness3 The whole header. Like you said on the other issue. I want to make the custom header provided by Reimagined Scratch apply to the front page, /messages, and /projects/xxxxxx.

Oh. I think it odesn't work since when you visit a new page, the server returns a blank page, which is populated by JS in front-end. And so, if your code starts too early, it doesn't work. Maybe there is a function called on full load in the Scratch code ?

MasterOfTheTiger commented 5 years ago

I'd have to get into this project again and start development before I can explain further. I don't know 100% what the issue was, but I believe I can get it working. It makes using Scratch much easier (especially with the discuss button)