Commit Graph

146 Commits

Author SHA1 Message Date
40a746e241 Merge branch 'develop' into feature/add-id-element 2023-06-30 15:28:07 +03:00
61a5c1e900 Web:Add id, class for calendar. 2023-06-30 12:55:31 +03:00
Vladimir Khvan
4636be6c90 figma link was added 2023-06-26 18:18:35 +05:00
Vladimir Khvan
29ad883bad calendar fallback styles were corrected 2023-06-15 14:16:34 +05:00
Vladimir Khvan
c3c05cc362 imports were corrected 2023-05-31 16:09:00 +05:00
Vladimir Khvan
7619fe03e8 Merge branch 'develop' into feature/webhooks-page 2023-05-31 16:05:47 +05:00
b72b96c8c9 Web: Replacing import "@docspace/common/components/ColorTheme" with "@docspace/components/ColorTheme". 2023-05-24 18:28:06 +03:00
Vladimir Khvan
d869ef9b0c Merge branch 'develop' into feature/webhooks-page 2023-05-17 14:11:26 +05:00
Vladimir Khvan
aba47d469a calendar was refactored 2023-05-17 00:44:55 +05:00
Vladimir Khvan
ffd508a12b date item and round button color themes were fixed 2023-05-15 03:09:50 +05:00
Vladimir Khvan
4b3294fa9c mobile calendar view was added 2023-05-11 15:48:35 +05:00
6bf5a8c03a Web: Components: Calendar - descriptions changed 2023-04-06 17:43:13 +05:30
Vladimir Khvan
bfa4fe1238 date format was added 2023-03-31 19:21:40 +05:00
Vladimir Khvan
90e944749d initial date is not set as selected by default 2023-03-31 19:21:25 +05:00
Vladimir Khvan
3914bcd3f0 Merge branch 'develop' into feature/webhooks-page 2023-03-28 14:40:39 +05:00
Vladimir Khvan
9aaf37d36e react was imported 2023-03-28 14:39:36 +05: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
Vladimir Khvan
e340a92e47 selected date was passed to props as date 2023-03-10 10:54:43 +05:00
Vladimir Khvan
286a1720de default values for selectedDate and setSelectedDate were added 2023-03-08 23:06:28 +05:00
Vladimir Khvan
b835214581 selected date is covered with moment in case when date object was passed 2023-03-07 16:19:16 +05:00
Vladimir Khvan
c3b7966e08 selected date is updated without calling onchange on didComponentUpdate 2023-03-07 16:17:42 +05:00
Vladimir Khvan
a25136e81c initial date time is set to 00:00:00 2023-03-01 17:19:36 +05:00
Vladimir Khvan
bb4f8b4448 transformed anonymous function into named 2023-03-01 16:50:22 +05:00
Vladimir Khvan
a3c4b10135 onChange prop was added 2023-03-01 16:23:42 +05:00
Vladimir Khvan
366b20bc82 fixed line-height of weekdays 2023-03-01 15:18:09 +05:00
Vladimir Khvan
5d03a5af5d border is not disappear on hover disabled title 2023-03-01 15:08:23 +05:00
Vladimir Khvan
7b59eb56a1 disabled color was added / previous disabled color renamed into past color 2023-03-01 14:40:03 +05:00
Vladimir Khvan
8bac3b6eae initial date is set to default if it is not fitting into min/max boundaries 2023-03-01 14:04:58 +05:00
Vladimir Khvan
0e1ec55dff getValidDates funciton was re-exported 2023-02-28 16:39:02 +05:00
Vladimir Khvan
265a34ffed validates min and max dates 2023-02-28 16:38:47 +05:00
Vladimir Khvan
1585458e33 initial date prop was added/onChange was removed 2023-02-28 16:38:24 +05:00
Vladimir Khvan
e6de572eac initial date prop was added 2023-02-28 16:38:02 +05:00
Vladimir Khvan
99e0fdbd73 test file was backuped 2023-02-28 12:44:32 +05:00
Vladimir Khvan
f8c51329cc date format for moment was specified 2023-02-21 15:27:18 +05:00
Vladimir Khvan
f95ce9edd8 PropTypes was renamed as propTypes due to warnings 2023-02-21 15:26:57 +05:00
Vladimir Khvan
a2afc81342 depricated control key was removed 2023-02-21 15:26:07 +05:00
Vladimir Khvan
673604876f height and width were set as constant values 2023-02-21 13:51:53 +05:00
Vladimir Khvan
d40afdc4c9 first letter of weekday is transformed to uppercase letter 2023-02-14 17:00:00 +05:00
Vladimir Khvan
ee1dfa04a8 initial commit of test file 2023-02-10 16:26:00 +05:00
Vladimir Khvan
e63c96a3f3 style prop was added 2023-02-09 15:06:47 +05:00
Vladimir Khvan
4c4cfc3ace unused props were deleted 2023-02-08 19:47:06 +05:00
Vladimir Khvan
2ec77ebf76 props/default props/propTypes were added to component 2023-02-08 19:46:42 +05:00
Vladimir Khvan
d49b15ec52 new calendar component was added to storybook 2023-02-08 19:46:03 +05:00
Vladimir Khvan
f07b05b934 anonymous functions were transformned into named functions 2023-02-08 17:18:32 +05:00
Vladimir Khvan
92bab8e189 month's first letter is capitalized 2023-02-08 16:46:20 +05:00
Vladimir Khvan
ef68a4be11 month's first letter is capitalized 2023-02-08 16:43:29 +05:00
Vladimir Khvan
0b94b9a959 container was substituted with colorTheme component 2023-02-08 16:41:55 +05:00
Vladimir Khvan
859de0cdbe theme was added 2023-02-07 14:22:12 +05:00
Vladimir Khvan
b1322923d7 depending on min/max dates disabled state was added 2023-02-06 20:04:28 +05:00