Commit Graph

302 Commits

Author SHA1 Message Date
Vladimir Khvan
d9e7652f9e Web: heightTextArea was changed to string 2024-01-30 13:54:49 +05:00
Vladimir Khvan
2e70879a95 Web: Components: textarea: heightTextArea prop was cast to string
Conflicts:
	packages/components/textarea/textarea.stories.js
	packages/shared/components/textarea/README.md
	packages/shared/components/textarea/Textarea.styled.tsx
	packages/shared/components/textarea/Textarea.tsx
2024-01-30 13:19:50 +05:00
Vladimir Khvan
9924b25b4b Web: Components: textarea: warning was fixed
Conflicts:
	packages/shared/components/textarea/Textarea.tsx
2024-01-30 12:49:57 +05:00
Vladimir Khvan
cfa93b96ca Web: Components: textarea: numeration was fixed
Conflicts:
	packages/shared/components/textarea/Textarea.styled.tsx
2024-01-30 12:46:52 +05:00
4abcf1e88c Restore enable third-party switch 2024-01-29 21:07:45 +04:00
d34f1c9e33 Restored third-parties api methods 2024-01-29 21:07:00 +04:00
68f74565bc Merge branch 'hotfix/v2.0.2' into develop
# Conflicts:
#	packages/common/store/AuthStore.js
#	packages/shared/components/selector/Selector.tsx
2024-01-29 19:07:27 +04:00
a9f723cd2e Web:Shared:Fixed incorrect table length after closing the info panel. 2024-01-29 17:12:19 +03:00
ced050d7ee Shared:Components:ComboBox: fix handle click outside 2024-01-26 16:19:16 +03:00
349d877281 Shared:Components:FieldContainer: fix label visible 2024-01-26 15:48:50 +03:00
27862b20d4 Shared:Components:ContextMenuButton: fix empty composed path 2024-01-26 15:47:32 +03:00
5c56a82748 Shared:Components:Selector: fix ts problems 2024-01-26 15:45:04 +03:00
d21cf88ad1 Shared:Components:Selector: fix select all 2024-01-26 15:41:25 +03:00
5aca44d1be Shared:Components:Navigation: fix null navigation path 2024-01-26 15:11:04 +03:00
1800197f3d Merge branch 'develop' of github.com:ONLYOFFICE/DocSpace-client into develop 2024-01-26 15:09:03 +03:00
9171183bef Shared:Table:TableHeader: fix default props 2024-01-26 15:08:21 +03:00
cdaf9d9b2d Shared:Components:ContextMenuButton: fix display type 2024-01-26 14:58:47 +03:00
3c652043e7 Shared:Components:Table: fix table group menu checkbox 2024-01-26 12:30:55 +03:00
ee3d83c0e9
Merge pull request #199 from ONLYOFFICE/bugfix/refactoring-cron
Bugfix/refactoring cron
2024-01-26 11:33:50 +04:00
ddbcb8c907 Merge branch 'develop' into feature/async-upload 2024-01-25 21:08:47 +04:00
Akmal Isomadinov
b77fe8f775 Shared:Components:Cron Fixed timezone 2024-01-25 20:05:49 +05:00
Akmal Isomadinov
c6d8cbe1a7 Shared:Components:Cron Fixed getting the first day of the week in FF 2024-01-25 20:00:30 +05:00
Akmal Isomadinov
a12cbd3415 Shared:Components:Cron Refusal of transfers in favor of luxon 2024-01-25 19:42:22 +05:00
72d6116a89 Merge branch 'develop' into feature/shared-article 2024-01-25 16:33:13 +04:00
b86924c936 Merge branch 'hotfix/v2.0.2' into develop
# Conflicts:
#	packages/components/selector/sub-components/Item/Item.types.ts
#	packages/shared/package.json
#	packages/shared/selectors/Room/index.tsx
2024-01-25 16:32:37 +04:00
Akmal Isomadinov
f9c40916d9 Shared:Components:Cron Added timezone 2024-01-25 13:36:51 +05:00
Akmal Isomadinov
ce5605eeb5 Shared:Components:Cron Fixed the date of the next synchronization 2024-01-24 22:36:40 +05:00
Akmal Isomadinov
f9210966ed Shared:Components:Cron Fixed styles and removing some prefixes 2024-01-24 18:39:37 +05:00
Akmal Isomadinov
36662e1636 Shared:Components:Cron Refactoring types 2024-01-24 18:37:31 +05:00
Akmal Isomadinov
a7f2c24393 Shared:Components:Cron Updated translation and deleted old translations 2024-01-24 18:36:12 +05:00
cd6d3969ae Merge branch 'develop' into feature/shared-article 2024-01-24 14:36:29 +03:00
d4756780fc Web: Shared: Utils: removed unnecessary operations in combineUrl 2024-01-24 14:49:57 +05:00
429044ea05 Web: Shared: Utils: extended the combine url function to accept numbers 2024-01-24 14:09:50 +05:00
1df1f8f46b Merge branch 'develop' into feature/viewer-route-rename 2024-01-24 12:39:50 +05:00
8c7b7306d0 Merge branch 'develop' into feature/color-input 2024-01-23 22:15:06 +04:00
Akmal Isomadinov
b7b3860044 Fixed order of the rooms 2024-01-23 20:46:33 +05:00
Akmal Isomadinov
9f2ebab438 Shared: Added type guard 2024-01-23 20:46:17 +05:00
e2ffa1d739 Web: renamed the route to view media 2024-01-23 20:36:15 +05:00
772ec79d99 Web: Files: Upload: moved chunkUploadCount to SettingsStore 2024-01-23 16:44:34 +03:00
Vladimir Khvan
4647a3663e Merge branch 'develop' into feature/color-input 2024-01-23 14:58:48 +05:00
Vladimir Khvan
b2d9df11dc Web: Shared: ColorInput components was added 2024-01-23 14:49:20 +05:00
Vladimir Khvan
c5e35d0efa Web: Shared: isPickerOnly option was added to ColorPicker 2024-01-23 14:48:45 +05:00
0da84ca486 Merge branch 'develop' into feature/shared-article 2024-01-23 10:12:08 +03:00
98397b2e47 Merge branch 'develop' into bugfix/interface-jumping 2024-01-22 19:51:56 +04:00
2095ba744e Shared:Components:Navigation: fix public room logo 2024-01-22 18:20:38 +03:00
62b51cf569 Shared:Components:ModalDialog: fix container render 2024-01-22 17:00:59 +03:00
c661d12cf9 Shared:Components:Table: fix table header hide columns 2024-01-22 15:30:06 +03:00
Vladimir Khvan
8ab4612bf9 Web: Shared: ColorPicker component was implemented in Typescript 2024-01-22 17:16:03 +05:00
Vladimir Khvan
31009aa410 Web: Client: Appearance: HexColorPickerComponent was moved to shared/components as ColorPicker 2024-01-22 17:13:21 +05:00
e47ab29048 Shared:Components:ComboBox: fix close drop down 2024-01-22 14:28:25 +03:00