Commit Graph

244 Commits

Author SHA1 Message Date
Benoit TELLIER dffb305886 ISSUE-833 Autofocus better when working with calendars (#834) 2026-04-27 10:26:15 +02:00
lethemanh 07efb8ce51 #698 personal settings 2026-04-22 16:15:34 +07:00
lethemanh c8cab5d55d #756 make calendar easier to swipe 2026-04-20 17:21:56 +02:00
lethemanh fd2282a65f #756 improve swipe gesture 2026-04-20 17:21:56 +02:00
lethemanh 3d07008a8c #756 swipe gesture on calendar 2026-04-20 17:21:56 +02:00
lethemanh 69e0bd741f #765 disable auto zoom in on ios 2026-04-20 10:28:24 +07:00
lethemanh e8ee153671 #803 adjust desktop layout 2026-04-17 11:58:30 +07:00
Camille Moussu 17e86d7832 [#786] added hook to handle tap separatly from slide (#787)
* [#786] fully disable long press

* [#786] added hook to handle tap separatly from slide
2026-04-16 10:12:31 +02:00
lethemanh 79da6d63ef #770 remove sidebar margin in iframe (#794)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-04-16 09:25:35 +02:00
lethemanh 14906578cd #783 fix scroll issue on ios 2026-04-14 16:07:47 +07:00
lethemanh 23edbfa7d2 #772 fix scroll issue on mobile 2026-04-13 10:30:47 +07:00
lethemanh 1e5e1abb61 Merge pull request #752 from lethemanh/771-timezone-bottom-sheet
771 timezone bottom sheet
2026-04-09 15:12:23 +07:00
lethemanh cbe73b1e04 #771 implement timezone bottom sheet on mobile 2026-04-09 11:38:09 +07:00
lethemanh 2f7351f4fe #685 view more events in month view on mobile 2026-04-09 09:17:42 +07:00
Camille Moussu 509b467024 [#754] reduce delay for pressing to 100 ms (#757)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-04-09 02:34:00 +02:00
lethemanh e29cd8dc42 #683 quick search on mobile (#749)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-04-08 13:02:08 +02:00
lethemanh 4bb4ec64ad #681 day view with sidebar on mobile 2026-04-07 15:08:03 +07:00
lethemanh aa96a39b28 #679 day view without sidebar on mobile - look only 2026-04-07 15:08:03 +07:00
Camille Moussu 8c6d846dfe [#738] remove zindex override (#743)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-04-04 09:39:14 +02:00
Camille Moussu 4e57f6b342 [#668] Tablet view (#716)
* draft for tablet view
* adapt sidebar to tablet view
* split menubar to handle tablet and desktop separatly
* split sidebar to handle tablet and desktop separatly
* prettier day navigationin tablet view
* added missing translations
* coderabbit comments
* fix UI of view switcher on tablet, remove hard text
* fix style of selected view option
* fix wrong I18n key
* extracted menubar recurring components to own files
* adjust test case of calendar component
* refactor function change calendar view

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-04-03 08:49:37 +02:00
lethemanh cadfa70e60 #708 apply strictier linting rules (#717)
* #708 apply strictier linting rules and fix simple eslint bugs

* #708 fix eslint errors relate to promise

* #708 fix eslint import/no-extraneous-dependencies

* #708 fix eslint errors of react-hook

* #708 enable eslint check for typescript

---------

Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-04-01 17:15:10 +02:00
Benoit TELLIER 07e4240e0f ISSUE-720 Fix diff logic for calendar access (#721) 2026-03-27 06:37:22 +01:00
lethemanh 43424607d4 #602 adminstrator can manage calendar resources (#703)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-25 08:28:24 +01:00
lethemanh 5f26bef4dc #669 display resource admin (#677)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-20 12:01:04 +01:00
Camille Moussu 2ba92ed194 [#632] fix to adapt headers to proper selected timezone (#674)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-20 09:27:54 +01:00
Camille Moussu 1079405ae8 [#673] better colors for calendar search (#676)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-20 09:08:42 +01:00
lethemanh 966a62c24b #637 modify resource (#642)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-19 17:09:04 +01:00
Camille Moussu 5bb0307877 [#670] remove possibility to update calendar ACL when it's a shared calendar (#672)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-19 16:37:11 +01:00
lethemanh a17320b861 #654 assign icon based on icon property (#662)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-18 13:59:32 +01:00
lethemanh 3a84756872 #601 event creation prefill resources (#641)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-18 11:31:29 +01:00
lethemanh 1cf24c25f4 #660 remove owner in calendar of resource 2026-03-18 16:32:53 +07:00
Camille Moussu e665ea4a79 [#646] improve dark color management (#648)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-17 16:26:37 +01:00
Camille Moussu 1bfe0d0d6a [#652] changed style to display chips as columns in temp search (#658)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-17 16:19:16 +01:00
lethemanh 7d21eab757 #600 quick search for resource calendar (#635)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-17 16:10:36 +01:00
lethemanh 387e64d58c #598 resource field in event (#634)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-17 14:11:12 +01:00
Camille Moussu d41cfe1186 [#625] only call freebusy for attendees that have neither accepted nor declined 2026-03-17 09:34:00 +01:00
Camille Moussu f41c3cbd8d [refactor] extracted event display preview components in preparation for #625 2026-03-17 09:34:00 +01:00
lethemanh 0dd7f1b2fd #599 ability to register to a resource calendar (#631)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-17 09:33:15 +01:00
lethemanh 8da9505e01 #649 remove username on resource (#650)
Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
2026-03-17 09:16:42 +01:00
lethemanh 9898278fb5 #597 display resource calendar (#630) 2026-03-16 17:35:35 +01:00
Camille Moussu c16e59c7fa 587 option hide show non working days (#613)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-14 06:39:27 +01:00
Camille Moussu 57f9693892 [#595] Load less data on call to get calendar details (#608) 2026-03-14 06:38:38 +01:00
Camille Moussu ee893cd8e5 535 coderabbit linter pr comments (#611) 2026-03-13 09:49:36 +01:00
Camille Moussu 047cbeef62 [#610] changed fontsize for calendar name (#612) 2026-03-10 16:37:42 +01:00
Camille Moussu 4d16d19132 [#596] displays all calendar from user in search even if one of them is present in the list of shared/delegated calendars (#604)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-03 21:12:45 +01:00
Camille Moussu edf158f13f [#558] added owner to access details (#603)
Co-authored-by: Camille Moussu <cmoussu@linagora.com>
2026-03-03 21:12:34 +01:00
Camille Moussu f0e63e07a6 [#555] untoggling calendars doesnt collapse anything anymore (#594) 2026-03-03 16:27:23 +01:00
Camille Moussu 4591a31599 [#584] open timezone selector dropdown on button click (#593) 2026-03-03 10:23:29 +01:00
Camille Moussu 3bd43c9935 [#572] removed dot for events (#590) 2026-03-02 11:15:46 +01:00
Camille Moussu 7b31064a56 [#583] removed useless icon and added proper translation for calendarName (#589) 2026-03-02 11:15:24 +01:00