jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Calendar component

Open glebfox opened this issue 2 years ago • 1 comments

Free part of https://fullcalendar.io/demos looks promising, but further research is needed.

glebfox avatar Sep 08 '23 12:09 glebfox

Other options:

  • https://ui.toast.com/tui-calendar
  • https://github.com/vkurko/calendar

Flaurite avatar Jun 18 '24 11:06 Flaurite

  • When using io.jmix.flowui.model.CollectionContainer#replaceItem: old version of related calendar event is also displayed.

  • Fix event hover background color and cursor - uses hardcoded color instead of theme dependant

  • Fix focus color - uses browser default color

Screenshot 2024-09-23 at 18 04 48

Do not extend Vaadin's AbstractValueProvider

glebfox avatar Oct 02 '24 16:10 glebfox

there is no description of actions for the calendar in the descriptor

image

image

rusiaikinat avatar Oct 23 '24 06:10 rusiaikinat

<valuePicker id="recurringDaysOfWeekField" property="recurringDaysOfWeek">
                <actions>
                    <action id="daysOfWeekEdit" type="fcalen_daysOfWeekEdit"/>
                    <action id="clear" type="value_clear"/>
                </actions>
</valuePicker>

image

rusiaikinat avatar Oct 23 '24 12:10 rusiaikinat