aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarouselView.tsx
AgeCommit message (Collapse)Author
2024-07-08Speech to phonemes progressalyssaf16
2024-06-27timeaidahosa1
2024-06-18working on various image flashcard ideasalyssaf16
2024-06-13create flashcard stack and ui fixesalyssaf16
2024-06-12flashcardalyssaf16
2024-06-09filter fixesalyssaf16
2024-06-09filter fixedalyssaf16
2024-06-07Flashcard menusalyssaf16
2024-06-06Fixes to chatcard and quizcardalyssaf16
2024-06-05Flashcards changesalyssaf16
2024-05-20upated carousel modesbobzel
2024-05-20fixing flash card carousel code organization. lint fixes.bobzel
2024-05-20carouselfview cleanupbobzel
2024-05-20lint fixesbobzel
2024-05-19Merge branch 'restoringEslint' into alyssa-starterbobzel
2024-05-17chatcards, quizcards, and ai flashcardsalyssaf16
2024-05-06eslint cleanupbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30working on making flashcards from pdf with aialyssaf16
2024-03-29filter links out of carousel views.bobzel
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed ↵bobzel
contentPointerEvents to childContentPointerEvents to match what it does.
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-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed carousel views to use _propsbobzel
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-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-01cleaning up documentview props. got rid of special cases for keyValueBox. ↵bobzel
made fitToContents work cleanly for native scaled docs.
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-11-30fixed not fitting width for carousel views.geireann
2023-09-29fixed autoHeight text scrolling in its own tab and elsewhere. update ↵bobzel
ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon.
2023-09-20shifted carousel fwd/back buttons away from edges of screen. made caption ↵bobzel
width of carousel inset by 30. made 3d carousel images bigger vertically. made properties dragger handle smaller when minimized.
2023-09-13fixed carouselView to not pass setContentView to child layouts which prevent ↵bobzel
linkFollowing from never terminating. fixed clipped videos to have the right start/end bounds on the timeline.
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13fixed caption scrolling in carousel view. fixed display of audio tags in ↵bobzel
textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-02-01fixed ungrouping documents on video/image/etc. fixed undoing deleting ↵bobzel
collections to reset annotationOn field. fixed setting size in text box with richtext menu buttons and not losing focus and having stored marks get lost.
2022-04-11making layout icons work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-22improve efficiency for scenes with lots of documents by using computed ↵bobzel
functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming.
2021-04-29fixed up some caption things with carousel and other views. made caption ↵bobzel
fontsizes increase with zoom level.
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-15simplified carousel DocumentView calls.bobzel