Commit Graph

23 Commits

Author SHA1 Message Date
Ilya Oleshko
b870639060 Web: Components: MainButton: Fixed property for DropDown 2020-01-31 16:39:45 +03:00
Daniil Senkiv
dd7a2e62e4 Web.Components: MainButton: fixed style 2020-01-14 18:41:30 +03:00
5d6e4161c5 ASC.Web.Components: main-button: horizontal padding 10px 2019-12-26 11:38:47 +03:00
Ilya Oleshko
c0b778f6d8 web: Components: Fixed usage of DropDown component 2019-12-17 17:27:06 +03:00
Ilya Oleshko
3b1581f053 web: Components: Fixed styles for MainButton component 2019-12-16 17:15:42 +03:00
Daniil Senkiv
d62de9827e 1. Web.Components: Text: change proptype fontSize from [number, string] to string. Applied to other components.
2. Web.Components: Link: fixed isTextOverflow prop working
3.  Web.Components: RadioButtonGroup, RadioButton: fixed readme
2019-12-10 17:12:38 +03:00
1f23794a9e Web: Components: fixed main-button styles 2019-12-05 15:16:25 +03:00
Ilya Oleshko
7cbf67f2a8 web: Components: Added id, className and style property for MainButton component. Added tests. 2019-12-03 14:47:48 +03:00
dffd8fef1e web: components: Commented console.log for annoying render 2019-08-13 14:21:28 +03:00
56acf17769 web: components: Fixed Cannot read property 'preventDefault' of undefined 2019-08-07 17:37:18 +03:00
d0f87a0d95 web: components: Any click optimization 2019-08-02 10:35:54 +03:00
bf77f758ac web: components: MainButton optimization 2019-08-01 15:04:59 +03:00
d65b49616a web: component: Fixed bindings 2019-07-24 20:57:22 +03:00
0962f0e73b web: components: Performance optimization 2019-07-24 20:43:18 +03:00
d5272deb39 web: components: Added close dropdown on action click 2019-07-15 12:16:20 +03:00
5d9498203f web: components: fixed function reference 2019-07-14 15:16:39 +03:00
8e390f535d web: components: Re-written main-button to class style (issue: useState, useEffect break React functional components rules of usage) 2019-07-14 14:13:32 +03:00
ebbc3a2ff6 web: Fix error in MainButton component
Warning: Each child in a list should have a unique "key" prop.
Check the render method of `MainButton`. See https://fb.me/react-warning-keys for more information.
in PeopleIcon (at main-button/index.js:151)
2019-06-26 18:09:53 +03:00
Alexey Kostenko
677e5cbf4f Web: Fix MainButton component ( insert any existing icon in the secondary button ) 2019-06-25 13:28:28 +03:00
Alexey Kostenko
b8142ca296 Web: Added README.md to MainButton component 2019-06-20 17:25:45 +03:00
Alexey Kostenko
c756cd237d Web: Fix RoundButton and MainButton component (close popup on click outside component) 2019-06-20 15:35:37 +03:00
Alexey Kostenko
63da180558 Web: Fix MainButton component 2019-06-20 11:24:31 +03:00
Alexey Kostenko
2b9f3f8587 Web: Added MainButton component 2019-06-19 17:28:00 +03:00