Commit Graph

1251 Commits

Author SHA1 Message Date
6d2c54e52a Merge branch 'develop' into feature/react-18 2023-03-27 22:42:14 +04:00
fcc447b9b0 Merge branch 'release/v1.0.0' into develop 2023-03-27 22:40:23 +04:00
8e8c7b2843
Merge pull request #1317 from ONLYOFFICE/bugfix/calendar
Bugfix/calendar
2023-03-27 22:32:05 +04:00
a2fe731ceb Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/AppServer into release/v1.0.0 2023-03-27 10:50:47 +03:00
582072a54c Web:Components:Fixed the name of the tabs in the submenu so that they are on one line. Added an implicit scroll for the submenu component. 2023-03-27 10:49:40 +03:00
Timofey Boyko
0c5eb5be21 Web:Components:TextArea: fix console error 2023-03-24 15:50:41 +03:00
Timofey Boyko
113189d8d4 Web:Components:ScrollBar: fix ref setter after migrate to react 18 2023-03-24 15:40:08 +03:00
4390389163 Upgrade dependencies 2023-03-23 19:55:49 +04:00
11065de511 Merge branch 'release/v1.0.0' into develop 2023-03-23 18:04:41 +04:00
Vladimir Khvan
5509b93fdd wrong arguments were deleted / selected date cannot be selected in storybook 2023-03-23 15:09:02 +05:00
Vladimir Khvan
d8a558665a unnecessary focus selector was deleted 2023-03-23 15:07:36 +05:00
Timofey Boyko
4eb941b8e7 Web:Components:Snackbar: fix style for text 2023-03-23 12:09:57 +03:00
Timofey Boyko
ddb959c12e Web:Components:Link: add lineHeight as prop 2023-03-22 11:32:43 +03:00
Timofey Boyko
633a31827d Web:Components:Avatar: delete useless code 2023-03-22 10:54:21 +03:00
Timofey Boyko
c55a97a34c Web:Client:InfoPanel: fix tooltip for free user 2023-03-22 10:44:55 +03:00
907408ab2e Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/AppServer into release/v1.0.0 2023-03-20 21:54:23 +03:00
08288dba57 Web:Components:Fixed incorrect display of the list when the height is different for all elements for VariableSizeList. Replaced it with Scrollbar. 2023-03-20 21:54:03 +03:00
148b1a9843 Web: Files: fixed dnd media files 2023-03-20 15:49:00 +03:00
Viktor Fomin
42ebd3f339 Components: Row: add withoutBorder prop 2023-03-20 13:02:19 +03:00
Viktor Fomin
4a5ae68538 Components: TextArea: missed prop 2023-03-17 13:46:26 +03:00
95ded2a133 Web: Hide date-picker story 2023-03-16 18:22:43 +04:00
8e088e7b48 Web:Client:For a list of 4 items, set disableMobileView to false otherwise the list of users in the invite panel changed styles incorrectly. 2023-03-16 16:14:32 +03:00
32e60d2d07 Merge branch 'develop' into feature/webhooks-ui 2023-03-16 13:56:02 +04:00
989821a6a3 Revert "Web:Client:For a list of 4 items, set disableMobileView to false otherwise the list of users in the invite panel changed styles incorrectly."
This reverts commit 0845b1c0eb.
2023-03-16 12:27:11 +03:00
0845b1c0eb Web:Client:For a list of 4 items, set disableMobileView to false otherwise the list of users in the invite panel changed styles incorrectly. 2023-03-16 12:18:54 +03:00
30bb3a6e3b Web: PortalUnavailable: Fixed theme styles. 2023-03-15 13:08:34 +03:00
9cf62660b8
Merge pull request #1299 from ONLYOFFICE/bugfix/storybook-added-fonts
Bugfix/storybook added fonts
2023-03-15 10:57:23 +03:00
0b911b0d36 Web: Moved SizeImageLarge translation key to Common 2023-03-14 14:44:57 +04:00
ca574f09eb Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-14 14:31:07 +04:00
eb86665d70 Web: Fix some translations issues 2023-03-14 14:30:58 +04:00
DmitrySychugov
78c33b7b6e Web: Components: fixed snackbar padding 2023-03-14 15:16:53 +05:00
DmitrySychugov
f9e3a7a54b Web: install loaders for scss 2023-03-13 16:58:28 +05:00
DmitrySychugov
c8dd1a6915 Web: Common: added fonts in storybook 2023-03-13 16:57:47 +05:00
4bb0bc9d1c Web: Change version to v1.0.0 2023-03-13 12:19:48 +04:00
132bc6792b
Merge pull request #1297 from ONLYOFFICE/feature/notifications
Feature/notifications
2023-03-10 17:06:55 +03:00
Vladimir Khvan
e007abf305 title was commented to hide the component 2023-03-10 18:26:47 +05:00
Vladimir Khvan
ede90e72ee datepicker was hidden / elements are displayed flex 2023-03-10 18:26:18 +05:00
Viktor Fomin
f2d8c90b21 Components: Themes: add colors 2023-03-10 16:19:32 +03:00
5c477e8a36 Web:Fix. 2023-03-10 16:18:29 +03:00
093a6fa577 Web:Component:Fixed incorrect itemCount definition for list with showDisabledItems prop set to false. 2023-03-10 16:17:21 +03:00
Vashchuk Nikita
2d92da7c0c Merge branch 'release/v1.0.0' into feature/notifications
# Conflicts:
#	web/ASC.Web.Api/GlobalUsings.cs
2023-03-10 17:39:47 +05:00
Vladimir Khvan
86e74d9ff7 disabled click on icon, when disabled prop is true 2023-03-10 10:55:22 +05:00
Vladimir Khvan
e340a92e47 selected date was passed to props as date 2023-03-10 10:54:43 +05:00
a6ce7bcfa9 Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/AppServer into release/v1.0.0 2023-03-09 17:00:08 +03:00
8b643df15e Web:Components:Fixed missing icon cross after page reload due to missing url dynamic update in ReactSvg. 2023-03-09 16:59:21 +03:00
Elyor Djalilov
6f43a64a35 Fix Bug 61532 2023-03-09 14:25:52 +05:00
98d1106b32 Web: Section: Added when clicking on the name of a media file, the file is not selected. 2023-03-09 11:42:48 +03:00
Vladimir Khvan
1ddcbd14f7 unused value was removed 2023-03-08 23:07:25 +05:00
Vladimir Khvan
286a1720de default values for selectedDate and setSelectedDate were added 2023-03-08 23:06:28 +05:00
Vladimir Khvan
1e36bef9fc datepicker's props were updated according to new calendar 2023-03-08 15:22:18 +05:00