Commit Graph

904 Commits

Author SHA1 Message Date
92209131c0 web: components: Added new opportunity to change svg color for specific area 2019-07-30 17:58:48 +03:00
e9861ee94d Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-30 17:01:08 +03:00
4f99d66a26 web: People: Changed filter work 2019-07-30 17:00:56 +03:00
Ilya Oleshko
d2f1d3031b Web: Components: Added recommended binds for functions at ComboBox and Paging components 2019-07-30 16:49:40 +03:00
9e620d0ca1 Api: fix count 2019-07-30 16:36:08 +03:00
Ilya Oleshko
e3d98adee3 Web: Components: Added onSelectPage and onSelectPerPage callbacks for Paging component. Added onSelect callback for ComboBox component. 2019-07-30 14:37:28 +03:00
800e899e2a web: People: Added changing page size 2019-07-30 14:28:07 +03:00
Ilya Oleshko
e72ae63792 Web: People: Fixed usage of GroupButtonsMenu component 2019-07-30 14:18:09 +03:00
Ilya Oleshko
826586ec15 Web: Components: Added onSelect callback at GroupButtonsMenu and isSelect property at GroupButton component. Fixed stories of GroupButtonsMenu component. 2019-07-30 14:17:24 +03:00
9dc1a7f196 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-30 12:06:58 +03:00
e6a3b4aa62 web: People: Fixed paging:
+ moved filtering state to people filter
+ removed useless separated paging and filter states
+ Extended Filter class
+ refactoring of function names
2019-07-30 12:06:50 +03:00
Daniil Senkiv
d2c4febe04 Web: components: TextArea: used common styles, fixed styles 2019-07-30 10:39:54 +03:00
Daniil Senkiv
dea3a285ce Web: components: added TextArea component 2019-07-29 19:42:44 +03:00
32e52e597a Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-29 17:25:43 +03:00
Ilya Oleshko
da65755428 Web: Components: Added disabled property`s for paging component. Fixed Paging stories. 2019-07-29 17:25:07 +03:00
beaa9e8f42 web: People: Removed useless import 2019-07-29 16:53:35 +03:00
d7dd62e193 web: People: Renamed method 2019-07-29 16:53:05 +03:00
16d2af688c web: components: Turned off border 2019-07-29 15:51:56 +03:00
3007704ae7 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-29 15:28:10 +03:00
7f50c9e7e8 web: People: Added and applied common settings state 2019-07-29 15:28:00 +03:00
7dd4dd5a38 Api: added total 2019-07-29 13:51:14 +03:00
2865eccbae Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-29 13:19:12 +03:00
aad452174e Api: added module id 2019-07-29 13:04:43 +03:00
89ede471d6 Web: Components: Add toggle-button svgs 2019-07-29 12:30:25 +03:00
Daniil Senkiv
a80b66612d Web: components: RadioButton: fixed styles in addition to (f28ab42032) 2019-07-29 12:27:40 +03:00
62dee4b3bf Added notify service 2019-07-29 12:15:48 +03:00
Daniil Senkiv
a9470612e8 Web: components: Toast: added isRequired condition 2019-07-29 12:07:59 +03:00
Daniil Senkiv
b10e2eb310 Web: components: ToggleContent: added type and definition of prop 2019-07-29 12:06:32 +03:00
Daniil Senkiv
f28ab42032 Web: components: RadioButton: fixed styles 2019-07-29 11:47:41 +03:00
Ilya Oleshko
7be6531c97 Web: People: Profile: Fixed Link component usage 2019-07-29 11:33:08 +03:00
Ilya Oleshko
2cb882d1dc Web: People: Fixed user content layout 2019-07-29 11:28:24 +03:00
Ilya Oleshko
539cd1fc7a Web: Components: Fixed type error at base ContentRow story 2019-07-29 11:26:33 +03:00
Ilya Oleshko
47fd44211a Web: Components: Fixed Link component usage at ContentRow people story 2019-07-29 11:25:52 +03:00
Daniil Senkiv
615baf60e1 Web: components: ToggleContent: fixed margin under headline 2019-07-29 11:21:11 +03:00
1e426e009d Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-29 11:02:12 +03:00
1ba1f86d73 ASC.Common: fix VirtualPathUtility 2019-07-29 11:01:03 +03:00
Daniil Senkiv
5dcbcb015c Web: components: Link: used props.children for children, props.data for DropDown 2019-07-29 10:52:06 +03:00
79a203e4a3 Fix: TypeError: console.log(...) is not a function 2019-07-28 23:49:43 +03:00
dced6d991b web: People: Moved converters to selectors 2019-07-28 23:45:41 +03:00
a52222f81b web: components: Turn on console.logs and added pure to layout components 2019-07-28 23:39:59 +03:00
5be398ad02 web: People: Refactoring: moved duplicated logic to fetchProfile action 2019-07-28 20:47:33 +03:00
611a9b8632 web: People: Added selector for search profile in loaded people list 2019-07-28 20:30:46 +03:00
8174e47f14 web: People: Refactoring:
+ moved actions and reducers to store folder
+ added selectors
+ re-written Profile page to class component
2019-07-28 20:11:55 +03:00
bda538fc97 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	products/ASC.People/Client/src/actions/actionTypes.js
	products/ASC.People/Client/src/actions/peopleActions.js
	products/ASC.People/Client/src/reducers/people.js
2019-07-26 18:00:06 +03:00
df4c152739 web: People: Refactoring: Changed selection users with redux + Added Filter class 2019-07-26 17:54:42 +03:00
Ilya Oleshko
60bc79a4ac Web: Components: Added icon property for DropDownItem component. Fixed DropDown and DropDownItem stories. 2019-07-26 17:23:58 +03:00
Daniil Senkiv
0153f9d0d0 Web: components: ToggleContent: fixed styles 2019-07-26 16:41:14 +03:00
Daniil Senkiv
e1a81321f8 Web: components: RadioButton: fixed cursor display 2019-07-26 16:27:56 +03:00
Daniil Senkiv
1e8fc2f295 Web: components: RadioButtonGroup: fixed story 2019-07-26 16:25:56 +03:00
Daniil Senkiv
62a45c3c17 Web: components: RadioButton: fixed handling onClick 2019-07-26 16:24:13 +03:00