Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new view for Table and fix design bugs #622

Merged
merged 1 commit into from
Oct 6, 2023
Merged

add new view for Table and fix design bugs #622

merged 1 commit into from
Oct 6, 2023

Conversation

Lakate
Copy link
Contributor

@Lakate Lakate commented Oct 6, 2023

  1. add new table view
image
  1. fix phone fields in hubspot form
    in prod:
image

in beta:
image

  1. fix double background-color styles in BackgroundImage component

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@yuberdysheva
Copy link
Contributor

Could you please add a new type of table to the storybook? Didn't find it there
https://preview.gravity-ui.com/page-constructor/622/?path=/story/blocks-table--default

<div className={b(null, className)} style={style} data-qa={qa || qaIdByDefault}>
<div
className={b(null, className)}
style={{...style, backgroundColor: 'transparent'}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you set backgroundColor here but not in css-file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because styles from html have higher specific than styles in css

src/components/Table/Table.tsx Show resolved Hide resolved
@Lakate
Copy link
Contributor Author

Lakate commented Oct 6, 2023

@Lakate Lakate merged commit b2fe177 into main Oct 6, 2023
3 checks passed
@Lakate Lakate deleted the design-bugs branch October 6, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants