LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

[WIP] Styles #425

Open dpikt opened 4 years ago

dpikt commented 4 years ago

Resolves #410

Author Checklist

chawes13 commented 3 years ago

@marchwiany Do you have any context here as to what David was trying to accomplish? Is there any overlap with #459 ?

mwislek commented 10 months ago

@CodiumAI-Agent /review

mwislek commented 10 months ago

@CodiumAI-Agent /describe

CodiumAI-Agent commented 10 months ago

Title

Refactoring and Enhancement of Styles


Type

Enhancement


Description

This PR focuses on refactoring and enhancing the styles used in the project. The changes include:


PR changes walkthrough

Relevant files                                                                                                                                 
Configuration changes
1 files
config.js                                                                                                     
    .storybook/config.js

    The imported stylesheet in the storybook configuration has
    been changed from 'application.scss' to 'storybook.scss'.
+1/-1
Enhancement
2 files
_forms.scss                                                                                                 
    .storybook/styles/components/_forms.scss

    The styles for form elements like fieldsets, labels, inputs,
    checkboxes, radio buttons, etc. have been refactored and
    enhanced. New styles for elements like hidden input, radio
    buttons, error messages, etc. have been added.
+368/-363
_buttons.scss                                                                                             
    .storybook/styles/settings/variables/_buttons.scss

    The variables for buttons have been updated to include new
    button types like primary-outline, secondary,
    secondary-outline, warn, and warn-outline.
+7/-4
Miscellaneous
14 files
main.scss                                                                                                     
    .storybook/styles/main.scss

    This is a new file added in the PR, but the content of the
    file is not provided in the diff.
+18/-0
storybook.scss                                                                                           
    .storybook/styles/storybook.scss

    This is a new file added in the PR, but the content of the
    file is not provided in the diff.
+8/-0
dependencies.scss                                                                                     
    .storybook/styles/dependencies.scss

    This is a new file added in the PR, but the content of the
    file is not provided in the diff.
+4/-0
_buttons.scss                                                                                             
    .storybook/styles/components/_buttons.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+91/-67
_modal.scss                                                                                                 
    .storybook/styles/components/_modal.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+101/-94
_typography.scss                                                                                       
    .storybook/styles/base/_typography.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+54/-57
_layout.scss                                                                                               
    .storybook/styles/settings/mixins/_layout.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+32/-63
_pagination.scss                                                                                       
    .storybook/styles/components/_pagination.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+67/-35
_table.scss                                                                                                 
    .storybook/styles/components/_table.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+39/-40
_colors.scss                                                                                               
    .storybook/styles/settings/variables/_colors.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+19/-39
_flash.scss                                                                                                 
    .storybook/styles/components/_flash.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+61/-11
_typography.scss                                                                                       
    .storybook/styles/settings/mixins/_typography.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+18/-24
_typography.scss                                                                                       
    .storybook/styles/settings/variables/_typography.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+15/-12
_spinner.scss                                                                                             
    .storybook/styles/components/_spinner.scss

    This is a modified file in the PR, but the content of the
    changes is not provided in the diff.
+6/-7

User description

Resolves #410

Author Checklist

josiasds commented 10 months ago

@CodiumAI-Agent /review

CodiumAI-Agent commented 10 months ago

PR Analysis

How to use

Instructions > Tag me in a comment '@CodiumAI-Agent' and add one of the following commands: > **/review**: Request a review of your Pull Request. > **/describe**: Update the PR title and description based on the contents of the PR. > **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback. > **/ask \**: Ask a question about the PR. > **/update_changelog**: Update the changelog based on the PR's contents. > **/add_docs**: Generate docstring for new components introduced in the PR. > **/generate_labels**: Generate labels for the PR based on the PR's contents. > see the [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md) for more details. >To edit any configuration parameter from the [configuration.toml](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml), add --config_path=new_value. >For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." >To list the possible configuration parameters, add a **/config** comment.