Monica Cellio

Results 347 comments of Monica Cellio

I reproduced this on the dev server: user: https://dev.codidact.org/users/534 post producing the error: https://dev.codidact.org/questions/68 browser: Firefox (incognito) Console on page load: ![screen shot of error stack](https://user-images.githubusercontent.com/5557942/91782201-76f65e00-ebca-11ea-881e-03a2cb410435.png) > Uncaught TypeError: this.element...

Reported as still happening here: https://meta.codidact.com/questions/279654 An update there says it is specific to posts where you have an answer. There's an empty this.element where there shouldn't be (?).

The question of unifying the information about categories requires more thought and design, but one thing that should be easy to do now is to treat a new pending edit...

Proposed approach: 1. Baseline: add the silver circle next to "Edits" in the category bar if there are any waiting (same symbol as for new posts in a category). 2....

Complexity:easy is for the baseline. Adding the second step is bigger.

Found this in views/application/dashboard.html.erb: ``` ``` The badge is how we get the silver circle. We'll need to implement something for edits.new? . (I don't know how hard it would...

Hiding rather than deleting an empty thread would work, but do we want to resurrect an old thread with new reactions? The reaction code could check for an existing _undeleted_...

That's a good point. I can think of two fixes, both in the reaction-handling code: 1. Check for an existing thread (as it does now) and then, if it's deleted,...

Presumably, we do whatever we do for posts to identify that image. If I'm wrong and this isn't easy, please update the labels.

Still getting a bad-image marker after this was deployed: ![Screen Shot 2022-04-11 at 9 03 55 PM](https://user-images.githubusercontent.com/5557942/162857959-12664f10-01b2-47f0-b230-20de58a044d4.png)