aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2024-01-25fixed notetaking list without keys warningbobzel
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed ↵bobzel
contentPointerEvents to childContentPointerEvents to match what it does.
2024-01-24added dragConfig() to allow components to set custom docDragData fields. got ↵bobzel
rid of treeViewDoc prop
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.
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()
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
2024-01-22fixed pointer events for pdfsbobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18fix so that freeformviews don't break when they have annotation layer children.bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-09fixed resizing notetaking columnsbobzel
2024-01-04fixed notetaking & pile views with _propsbobzel
2024-01-04from lastbobzel
2024-01-04fixed carousel views to use _propsbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2024-01-03made turning off infoUI persistent.bobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵bobzel
files.
2023-12-27closing info ui restores background of collection.bobzel
2023-12-27fixed switching dashboards.bobzel
2023-12-21fixes post-merge for dataViz-annotationsbobzel
2023-12-21added standard 3d gl view for maps. added close button for infoUI.bobzel
2023-12-21Merge branch 'zaul-branch-2' into moreUpgradingbobzel
2023-12-19upgraded info ui statealinayejin
2023-12-19added formatted gif to info uialinayejin
2023-12-18removed decleartion.d.ts which wasn't being used but caused warnings to ↵bobzel
appear for UnodBatch, etc.
2023-12-18moved assets into public directory for now. fixed infoState to use gifbobzel
2023-12-18moved assets to deploy/assetsalinayejin
2023-12-18no fix importing gifsalinayejin
2023-12-18add state message gifalinayejin
2023-12-18pin and presentation mode statesalinayejin
2023-12-18upates to info ui statesbobzel
2023-12-17no fix for pin state entryalinayejin
2023-12-17infoUI new state entries and info statesalinayejin
2023-12-17small change to calendarView to render calendarsbobzel
2023-12-17tweaked some things with CalendarViewbobzel
2023-12-17adding some unsaved code from CollectionCalendarViewzaultavangar
2023-12-17developing CalendarBox and CollectionCalendarViewzaultavangar
2023-12-17starting calendar collection viewzaultavangar
2023-12-16restored infoUI that had been commented out.bobzel
2023-12-16merged with zaul's branchbobzel
2023-12-16more functionality for calendar featurezaultavangar
2023-12-14cleaning up collectionTime, still a bug when switching into it. replacing ↵bobzel
hig flyout.
2023-12-14from last and updated version#bobzel
2023-12-14restored golden layout dragging.bobzel
2023-12-14fixed lightbox view and multirow/colbobzel