forem
forem copied to clipboard
For empowering community 🌱
### Description Based on #15858, Make necessary changes on the admin side. - We will have to add an article `Scheduled` state indicator on the article page `/admin/content_manager/articles` - Instead...
Description: Create a new home page feed relevancy level patterned after the `public_reactions` lever for an article (see https://github.com/forem/forem/blob/main/app/models/articles/feeds.rb#L314), but with the following changes: - Instead of public reactions count,...
We've received a few questions from the community asking why CORS is disabled on API endpoints (example: https://forem-team.slack.com/archives/CAA200SH5/p1656692658360069). We should validate and document this decision.
## Description There's work being done in #16310 for modals and one thing that came up was that there are still some modals in the codebase that aren't using the...
📖 **As an Admin, I want my experience with invitations to be as pleasing and straightforward as possible, so that I feel motivated to use them.** ✅ Tasks to complete:...
## What type of PR is this? (check all applicable) - [x] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update...
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [x] Documentation Update...
**Describe the bug** Our search results do not appear to render a pagination widget. **To Reproduce** On a local machine, you may want to update the search params to have...
One of our partners seems to be running into API throttling issues: > A quick thought that I think you will be able to help us with that will help...
We have Save/Bookmark article feature, which adds articles to the Reading List. Currently, we are using the Save button on the feed-page, and on the Post page, we have the...