aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-25fixed warnings in editable viewbobzel
2024-01-25added hash function to save prior states that get overwrriten in presBox ↵geireann
restoreTarget
2024-01-25fixed notetaking list without keys warningbobzel
2024-01-25Merge pull request #291 from brown-dash/UpgradingReduxbobzel
Upgrading redux
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-23data has a title columnsrichman333
2024-01-23Merge branch 'master' into data-visualization-sarahsrichman333
2024-01-23non-numerical histogram fixsrichman333
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-22fixed pdf versionbobzel
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-18from lastbobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-17cleanersrichman333
2024-01-14package updatesbobzel
2024-01-12live schema toggle works on refreshsrichman333
2024-01-12package updates.bobzel
2024-01-11Merge branch 'master' into data-visualization-sarahsrichman333
2024-01-11fixed having text boxes references a string field (instead of RTF or a Doc)bobzel
2024-01-11fixed obervable values not updateing because of component functions being ↵bobzel
defined as vairables
2024-01-11toggle scheme dataviz box as livesrichman333
2024-01-09fixed resizing notetaking columnsbobzel
2024-01-05fixed up text inlining to fix autoheight, to show cursor better, and to ↵bobzel
highlight selection of inline.
2024-01-05fixed embedded text views in textboxesbobzel
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-04fixed text references to docs or fields to create docs that don't exist. ↵bobzel
fixed IsLinkFollowing observable by not making static (to fix docDecorations not appearing after link following)
2024-01-03updated packages.bobzel
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-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2024-01-03from lastbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed imports a little in dashuploadutilsbobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-29fixed displaying zoomed text annotations when following links/trails and for ↵bobzel
PDFs/Web pages with selected text.
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-28fixed uploading unsupported file. changed admzip reference.bobzel
2023-12-27closing info ui restores background of collection.bobzel
2023-12-27from lastbobzel
2023-12-27error fixes.bobzel