Commit Graph

982 Commits

Author SHA1 Message Date
0bd089938e IDE0059 2019-08-16 12:08:46 +03:00
73774a29fa IDE0067 2019-08-16 11:44:03 +03:00
Ilya Oleshko
e9b6e3efc6 web: Components: Fixed displaying Checkbox for ContentRow component. 2019-08-16 10:43:16 +03:00
Daniil Senkiv
2f57ce3c57 Web: components: removed unused radiobutton icons 2019-08-16 10:20:32 +03:00
Ilya Oleshko
2448d738d7 web: Components: Added cursor style for ComboBox component. Fixed style for empty options. 2019-08-16 09:54:29 +03:00
28fc76ded9 IDE0066 2019-08-15 18:13:25 +03:00
9e32ad4b6c IDE0063 2019-08-15 18:08:40 +03:00
ddf7c8ddcd IDE0054, IDE0056, IDE0057, IDE1005 2019-08-15 17:48:55 +03:00
3cd4131f21 IDE0039, IDE0041, IDE0044 2019-08-15 17:36:08 +03:00
Ilya Oleshko
9aa3d6cc44 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 17:06:24 +03:00
Ilya Oleshko
0f3effcf25 web: Components: Fixed noBorder style for ComboBox component. Made parameters selectedOption and options required. 2019-08-15 17:06:09 +03:00
f747e0e4fc IDE0028, IDE0016, IDE0029, IDE0032 2019-08-15 16:56:54 +03:00
9bee426464 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	products/ASC.People/Client/src/components/Layout.js
2019-08-15 16:52:56 +03:00
8a2310c8e1 web: Client: Re-written StudioLayout 2019-08-15 16:47:00 +03:00
Ilya Oleshko
3c8ceade5d Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 16:42:57 +03:00
Ilya Oleshko
7ec81c6501 web: Components: Fixed Layout story error. 2019-08-15 16:42:42 +03:00
b426004f70 IDE0019, IDE0020 2019-08-15 16:41:38 +03:00
96dd3cd657 IDE0017 2019-08-15 16:35:18 +03:00
NikolayRechkin
52e1ad7d71 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 16:28:52 +03:00
3636df7a24 IDE0031 2019-08-15 16:28:29 +03:00
NikolayRechkin
d7096f61da web: components: added a select in filter item 2019-08-15 16:27:13 +03:00
c7d163b37d IDE0016 2019-08-15 16:20:23 +03:00
ed7ed484e8 IDE0049 2019-08-15 16:16:39 +03:00
Daniil Senkiv
937c1de58f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 16:08:44 +03:00
Daniil Senkiv
696431cb37 Web: components: LinkWithDropdown: fixed README 2019-08-15 16:08:19 +03:00
d9be7211f6 IDE0018 2019-08-15 16:05:50 +03:00
58fb60ba65 IDE0007 2019-08-15 16:03:57 +03:00
f8f2c94962 IDE0034 2019-08-15 16:00:20 +03:00
e1234d900c web: Client: Added loading portal settings 2019-08-15 15:46:53 +03:00
c11896b962 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 15:34:39 +03:00
778d58664a web: components: Fixed warning Module not found: Error: Can't resolve './locale' 2019-08-15 15:34:23 +03:00
ac6dcf34a0 web: components: Removed useless import 2019-08-15 15:07:41 +03:00
f6d78d3cba Code Cleanup 2019-08-15 15:04:42 +03:00
2ac4246122 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 14:53:17 +03:00
475b0cb8e5 web: Storybook: Fixed 'styled-components' resolution 2019-08-15 14:53:07 +03:00
65563552fa Packages updated 2019-08-15 14:33:57 +03:00
Ilya Oleshko
63ac932a3d web: Components: Added manualX property for DropDown component and story. 2019-08-15 14:08:49 +03:00
697af9ca32 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-15 12:11:11 +03:00
97a84cde69 web: Client: Re-written Login page to styled components 2019-08-15 12:02:03 +03:00
109b41bfa6 web: Client: Added styled-components 2019-08-15 12:01:31 +03:00
1fa6b0e140 web: components: Moved styled-components to peerDependencies 2019-08-15 12:00:43 +03:00
ddfbab4c24 Resources: notify 2019-08-15 11:44:27 +03:00
4d18d6a894 web: Client: Refactoring: Moved actions and reducers to store folder;
Moved utils to store/services folder;
Made Home component lazy;
2019-08-15 10:48:16 +03:00
Ilya Oleshko
8a145d998a Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-14 17:24:56 +03:00
Ilya Oleshko
e352086fc3 web: Components: Fixed Paging component and story. 2019-08-14 17:24:06 +03:00
NikolayRechkin
5085f8d3d4 web: component: fix FilterInput 2019-08-14 17:23:32 +03:00
Ilya Oleshko
87ec21dc17 web: Components: Fixed property usage of defaultCountItem and defaultPageItem at Paging component. Fixed story. 2019-08-14 15:54:26 +03:00
Ilya Oleshko
810d8c23d8 web: Components: Reworked ComboBox component. Fixed readme and story. 2019-08-14 15:53:07 +03:00
Ilya Oleshko
8dda4ddeab web: Components: Reworked Avatar component. 2019-08-14 15:51:50 +03:00
54f2959906 Resources: translation 2019-08-14 14:27:38 +03:00