aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarouselView.tsx
AgeCommit message (Collapse)Author
2024-09-19merged with master -- updated filtering from cardView branchbobzel
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-17from lastbobzel
2024-09-17merged with master + cleanup of carousel codebobzel
2024-09-17fixed carouselfView to fade. cleaned up code a bitbobzel
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-06added margins for carousel view. allow fordoc decorations to be turned off ↵bobzel
for carousel items.
2024-09-02fixed containerViewPath for carouse and comparison boxesbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
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.