aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarouselView.tsx
AgeCommit message (Collapse)Author
2024-10-02added xMargin for carousel to prevent buttons from overlapping text, etc. ↵bobzel
Made showing tags an option for carouselViews that needs to be turned on with showChildTags. Gave text boxes extra height when show Tags is on.
2024-10-01more lint fixesbobzel
2024-10-01more annopalette related cleanupbobzel
2024-10-01merged with masterbobzel
2024-09-25removed star icon from carousel -- added showTags instead.bobzel
2024-09-24fixed screen to local for carousel views (especially when in lightbox)bobzel
2024-09-19merged with masterbobzel
2024-09-19changed carousel to set #star tags instead of a metaadata field.bobzel
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-09-17Merge branch 'master' into aisosa-starterbobzel
2024-09-17fixed carouselfView to fade. cleaned up code a bitbobzel
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-02minor cleanupbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-24bug and render fixeseleanor-park
2024-06-27timeaidahosa1
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.