style-guide icon indicating copy to clipboard operation
style-guide copied to clipboard

:art: Brainly Front-End Style Guide

Results 83 style-guide issues
Sort by recently updated
recently updated
newest added

Do not use `svgSymbolCleanUp()` for subject icons within `scripts/tasks/svgs-generate.js`

Type: Enhancement

A little related to this issue #1761 I noticed that an `Input`and `Textarea` produce different structures depending on `errorMessage` presence. This results in height change of the entire component and...

Type: Feature Request
Type: Discussion

Rendering accordion component for the first time (on mount) when some of the elements are expanded by default, results in playing "expand" animation on them. Expected behaviour is to render...

Type: Bug

Currently we have color defined with not the best way: ```js ``` we should change it to ```js ``` color props should get values in a new way https://design.brainly.com/8adfd5f36/p/851b11-colors like...

Type: Enhancement
State: In Progress

There are missing props in the [storybook documentation of file handler](https://style-guide.brainly.com/?path=/docs/components-filehandler--default) ![CleanShot 2022-03-07 at 11 15 20](https://user-images.githubusercontent.com/8572321/157012050-8a25018b-aa33-4f76-bb33-3a288ebaefd8.png) According to the [current docs](https://styleguide.brainly.com/209.1.0/docs/interactive.html), it should be ![image](https://user-images.githubusercontent.com/8572321/157012318-1e9535ae-1341-435c-bde7-add2f1b2fe0d.png) ![image](https://user-images.githubusercontent.com/8572321/157012236-272defcb-e544-4125-af45-c5eb447f904c.png)

Type: Bug
Type: Docs

Utility docs in current style guide ![CleanShot 2022-03-02 at 15 45 56](https://user-images.githubusercontent.com/8572321/156384471-28bf1285-db6e-4956-8b82-f171d346e5ab.png) Utilities documentation in storybook ![CleanShot 2022-03-02 at 15 46 36](https://user-images.githubusercontent.com/8572321/156384641-b537c60a-2593-430a-b0f7-efb7581fd7b1.png)

Type: Docs

Overlay displays over its whole docs page, making docs not readable https://style-guide.brainly.com/?path=/docs/components-overlay--default

Type: Bug

Fav icons are available in the style guide but at the time there is no documentation for them. Such a documentation should cover: - visual stories represented all variants of...

Type: Docs

This issue is regarding this pull request: https://github.com/brainly/style-guide/pull/2317 I added notification favicons only for brainly tutoring. There is also a plan to do the same style of icons for other...

State: Blocked
Type: Enhancement

Dialog on Safari (iOS) is not sticking to the bottom of the screen when tab bar (address bar) is collapsed. URL: https://brainly.test/textbook-solutions/q-solve-following-equation-x-2-7. This issue is caused by applying `position: fixed;`...

Type: Bug