Commit Graph

680 Commits

Author SHA1 Message Date
Daniil Senkiv
b63f2c0134 Web: components: added RadioButton component 2019-07-26 15:43:13 +03:00
Daniil Senkiv
e03368b994 Web: components: RadioButtonGroup: fix story and readme 2019-07-26 14:38:44 +03:00
Ilya Oleshko
57db7ce34a Web: Components: Fixed displaying of user status at PeopleContentRow story 2019-07-26 14:14:27 +03:00
Daniil Senkiv
f5737a38d9 Web: components: Toast: refactoring stories 2019-07-26 14:09:45 +03:00
Daniil Senkiv
ebc6da5b6e Web: components: RadioButtonGroup: reduced story 2019-07-26 12:57:21 +03:00
Daniil Senkiv
3654fc2fa5 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-26 12:49:08 +03:00
Daniil Senkiv
3c8b01e29e Web: components: RadioButtonGroup: rename props 2019-07-26 12:42:30 +03:00
Ilya Oleshko
507f679b19 Web: Components: Fixed property name at FilterInput component 2019-07-26 12:41:51 +03:00
Daniil Senkiv
3136c99e6b Web: components: RadioButtonGroup: formatted code 2019-07-26 12:37:56 +03:00
Daniil Senkiv
93f6201f9b Web: components: RadioButtonGroup: added componentDidUpdate handler 2019-07-26 12:36:53 +03:00
Daniil Senkiv
1390ca5fa6 Web: components: RadioButtonGroup: added onClick prop 2019-07-26 12:33:34 +03:00
Ilya Oleshko
381cacd877 Web: Components: Fixed property`s for Paging component 2019-07-26 12:04:52 +03:00
Ilya Oleshko
4b0b76609f Web: Components: Added withBorder, selectedIndex and renamed items to options property`s of ComboBox component. Fixed story and readme for this component. 2019-07-26 12:02:36 +03:00
Daniil Senkiv
2a41a974cd Web: components: RadioButtonGroup: renamed spaceBtwnElems prop 2019-07-26 10:53:02 +03:00
Daniil Senkiv
f388337337 Web: components: RadioButtonGroup: formatted code in story 2019-07-26 10:47:03 +03:00
Daniil Senkiv
956f9c238a Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-26 10:44:21 +03:00
Daniil Senkiv
55f457fb87 Web: components: RadioButtonGroup: added isDisabledGroup prop 2019-07-26 10:42:55 +03:00
Daniil Senkiv
2e1fba1ce1 Web: components: RadioButtonGroup: added isDisabledGroup prop 2019-07-26 10:42:21 +03:00
Daniil Senkiv
33cb3d443c Web: components: RadioButtonGroup: fixed story, added manually input data 2019-07-25 19:24:30 +03:00
Daniil Senkiv
d88a94e9b2 Web: components: RadioButtonGroup: fixed warnings 2019-07-25 18:48:27 +03:00
Daniil Senkiv
67e4b93cbf Web: components: RadioButtonGroup: added spaceBtwnElems prop 2019-07-25 18:39:25 +03:00
Daniil Senkiv
0b2a630e2e Web: components: RadioButtonGroup: added isRequired PropTypes 2019-07-25 18:15:55 +03:00
Daniil Senkiv
49d384f14d Web: components: RadioButtonGroup: fixed story 2019-07-25 18:14:52 +03:00
Daniil Senkiv
785cd69f52 Web: components: RadioButtonGroup: added readme 2019-07-25 18:09:46 +03:00
Daniil Senkiv
e5a44e310a Web: components: added RadioButtonGroup component 2019-07-25 17:29:50 +03:00
Ilya Oleshko
26f3c233bf Web: Components: Added recommended bind`s for functions at GroupButtonsMenu component 2019-07-25 14:00:03 +03:00
Ilya Oleshko
e359cc645f Web: Components: Fixed ContentRow contextOptions property type 2019-07-25 13:56:17 +03:00
Ilya Oleshko
07d3457c3a Web: Components: Added propTypes for ContentRow component, added recommended bind`s for functions 2019-07-25 12:37:57 +03:00
Ilya Oleshko
c0d2546b00 Web: Components: Fixed Avatar component. 2019-07-25 12:25:50 +03:00
Ilya Oleshko
14fc409164 Web: Components: Fixed z-index for GroupButtonsMenu 2019-07-25 11:28:26 +03:00
Daniil Senkiv
118f483a57 Web: components: Link: fix warning "React does not recognize the isSemitransparent prop on a DOM element" 2019-07-25 10:25:09 +03:00
Daniil Senkiv
60003e6b0b Web: components: ToggleContent: fix warning "React does not recognize the isOpen prop on a DOM element" 2019-07-25 10:18:03 +03:00
15addef44e web: components: Fixed Minified React error #152 on Text.Headline 2019-07-24 21:22:54 +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
0add8217cc web: components: Added commented console.log on render 2019-07-24 20:39:19 +03:00
7d0ea33245 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	products/ASC.People/Client/src/components/pages/Home/index.js
	web/ASC.Web.Components/src/components/content-row/index.js
2019-07-24 17:48:40 +03:00
b4d6e804fb web: components: Checkbox refactoring 2019-07-24 17:28:34 +03:00
54a4d99361 web: components: Removed useless setState 2019-07-24 17:28:00 +03:00
a0ba4f080b web: components: Removed useless setState 2019-07-24 17:26:54 +03:00
9ad77d501f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-24 17:24:56 +03:00
28e326bf16 web: test new page layout 2019-07-24 17:24:40 +03:00
663093b7e5 People: cache default photo 2019-07-24 15:34:23 +03:00
969a605ad1 Upgrade references 2019-07-24 15:33:14 +03:00
Ilya Oleshko
f31464aa02 Web: Components: Text: Fixed truncate property, no more need 1000px dummy. 2019-07-24 15:32:17 +03:00
e0bd70afad Core: fix build 2019-07-24 14:40:14 +03:00
324ac1be9c Added XmlOutputFormatter 2019-07-24 13:48:45 +03:00
Daniil Senkiv
7bc020d3c0 Web: components: Toast: fixed stories, added new example and renamed variable 2019-07-24 11:19:09 +03:00
b959a33b7f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-24 10:26:21 +03:00
b3f96556c7 web: Components: Added searchText state and autoRefresh to FilterInput 2019-07-23 20:14:13 +03:00