Skip to content
#

community

Here are 2,405 public repositories matching this topic...

forem
vaidehijoshi
vaidehijoshi commented Feb 26, 2021

Describe the bug

In many (if not all!) of the places where the Follow button is rendered (with the class follow-action-button), the button always renders the text Follow by default. Once the user's data is fetched, it then may update to Following. This step of fetching the data async and then updating the text after the button and text have already rendered leads to a glitchy UI

core
iamdarkle
iamdarkle commented Sep 25, 2021

Bug Report

Current Behavior
Error when accessing the forum after saving in the admin panel a custom CSS code of +68000 characters (doesn't mean it's exactly that number, in my case I've experienced it when reaching that number of characters).

This causes that when saving the CSS code the last lines are cut, and therefore in my case for example this caused a `ParseError: missing closi

sgibson91
sgibson91 commented Oct 29, 2021

Summary

Now that our default branch is called main we should do a search for other such terms (e.g. blacklist and whitelist) and update them with more modern alternatives, (e.g. denylist and allowlist).

What needs to be done?

  • Curate a list of terms to avoid and appropriate alternatives (Is there a catalogue already in existence we can link to?)
  • Perform a sea
DimiMikadze
DimiMikadze commented Oct 22, 2021

Currently, links in the above-described components are rendered as texts, hence users can't click on them.

I propose creating a utility function that identifies links in text and wraps them in an Anchor tag, with the following properties: target="__blank" rel="noreferrer noopener" and use that function for rendering texts in the relevant components.

Screenshot of the bug:

<img width="6

andreslucena
andreslucena commented Oct 14, 2021

Describe the bug
As an administrator when setting up categories, I have a "description" field. This isn't used for anything and it's confusing to have it, specially as it's a required field.

To Reproduce
Steps to reproduce the behavior:

  1. Sign in as admin
  2. Go to Admin Dashboard (/admin) -> Processes -> Select a Process -> a Process -> Categories -> New category
  3. See descr

Improve this page

Add a description, image, and links to the community topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the community topic, visit your repo's landing page and select "manage topics."

Learn more