Anna Buianova

Results 23 comments of Anna Buianova

@chadrem I've removed the code for the old html in my pr. Maybe that was too early.

However, fetching "similar apps" and "more from the developer" apps is still very brittle and needs to be reworked.

I looked into this problem and found out that we have the page number hardcoded here: https://github.com/forem/forem/blob/cb2214a3ac512bcf35a9fbfc0e8f594eebc4ea2b/app/javascript/packs/searchParams.js#L136 I suppose we should implement something similar to https://github.com/forem/forem/blob/main/app/assets/javascripts/initializers/initScrolling.js , or should initScrolling.js...

I wanted to fix this more or less quickly by making the search "stricter", at least for searching mods, but it seems like the frontend requires more time, especially [`convertUserIdsToUsernameInputs`](https://github.com/forem/forem/blob/473594f1920966cc40d749141d7ca44b740eea78/app/javascript/packs/admin/convertUserIdsToUsernameInputs.js#L4):...

@michael-tharrington Yeah, p.2 is outdated (( Unfortunately there is also leftover naming/functionality in the code which makes it harder to modify 😬 So, what I would implement (from what I...

Currently, after a user follows another user: - if there is any notification with action "Follow" and `user_id` - followed user, we don't create a new notification, but update the...

I think, the count in the "View full discussion (n comments)" was not updated, so may show wrong number in some cases. Other places should be fine.

Both solutions require changes in either structure or search :thinking: @PhilipHow I wonder if there is a chance that we may need slight changes in the body markdown for the...

@benhalpern thanks for sharing your idea. It looks like a first step for implementing your idea would be silimar to what Phil has described in "New post type" option (post_all...

I have made an approximate plan for the feature. Feel free to comment if smth is missing or you have any concerns/suggestions. - [ ] create a section in admin...