aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/calendarBox/CalendarBox.tsx
AgeCommit message (Collapse)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-06-03fixed drag and drop of calendar events not following cursor properlySkitty1238
2025-06-03fix for task resizing not working after merge, and fix for all-day view for ↵Skitty1238
initial task-nodes (i.e. if you just created task node and checked all-day, cal view was previously showing task 1 day early)
2025-06-02added view for multimonth to make it do something.bobzel
2025-06-02changed field names for tasks to start with task_. changed calendar date ↵bobzel
and range to start with _calendar
2025-06-02from lastbobzel
2025-06-02Merge branch 'master' into task_nodes_aaravSkitty1238
2025-05-15scroll wheel fixes for calendarBoxbobzel
2025-05-15cleaned up calendarBox to have a more reactive UI and to fix some bugs with ↵bobzel
selecting and autoscroling.
2025-05-14fixed selecting allDay for calendar. fixed turning off allDay when moving ↵bobzel
calendar events. fixed undoing calendar drags.
2025-05-05Merge branch 'master' into task_nodes_aaravbobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-04-30made document options as data doc options ($), and fixed namign conventionsaaravkumar
2025-04-30fixed height / width restrictions and added date selector for all day tasksaaravkumar
2025-04-30Merge branch 'master' into task_nodes_aaravbobzel
2025-04-30two way integration -- changes in calendar reflect on task node -- and ↵aaravkumar
changes to node reflect on calendar
2025-04-28added task nodes calendar intergation, and ability to complete tasks ↵aaravkumar
directly via calendar view
2025-04-23lots of typechecking fixes.bobzel
2025-03-23from lastbobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-19updated react-datepickerbobzel
2025-02-23added option+maximize to open in doc editor view (currently only for ↵bobzel
images). fixed imageEditor to generate edits the first time through.
2025-02-22fixed calendar to update doc when event is dragged. added event context menu.bobzel
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-09-04more fixes for calendarBox to preserve selection when view changes.bobzel
2024-09-04updated calendars to support times of events and to render evdnts at the ↵bobzel
correct time.
2024-09-04calendar fixesbobzel
2024-09-04start of conversion of Calendar into a CollectionViewbobzel
2024-09-04made calendarBox workbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-29eslint fixes.bobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-17developing CalendarBox and CollectionCalendarViewzaultavangar
2023-12-17starting calendar collection viewzaultavangar