aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarousel3DView.tsx
AgeCommit message (Collapse)Author
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-01-15fixed so that users are sentt to dropbox to authorized uploads once, and ↵bobzel
then a refresh token is used afterwards. fixed up some collection views to work better with the tagsView. fixed grid view to show entire image. tweaked notetaking view to work better with tags, but it's incomplete.
2024-10-24fixed pinning of card and carousel views.geireann
2024-10-24fixed doc decorations for carousel docs.bobzel
2024-10-18fixed following anchors to collection card/carousel to set the ↵bobzel
current/selected Doc
2024-10-18fixed following links/show document of items in tabs/carousel/card view to ↵bobzel
set options.didMove correctly so that toggleTarget works.
2024-10-17from lastbobzel
2024-10-17changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵bobzel
to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters
2024-10-16major fixes to cardDeck view to simplify code and to make arch follow a true ↵bobzel
circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D.
2024-10-14reorganized comparisonBox related components -- moved stuff down into ↵bobzel
Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox
2024-10-11fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't ↵bobzel
propagate out of carousel or card views. fix for text with image Doc - now gets saved to UPDATE_CACHE working set.
2024-10-09removing more commented out code, fixing lint. fixed carousel3Dview child ↵bobzel
active
2024-10-09more refactoring to of collection flashcards into CollectioSubView to ↵bobzel
simplify using it in diferent collection views.
2024-10-09made sizing of flashcard messages and 3d carousel's dots reactive to doc sizebobzel
2024-10-08modified how buttons are laid out on carousel and comparison views so that ↵bobzel
text boxes can reflow around them. extracted flashcard pratice into its own component and applied it to carousel3D and carousel
2024-10-01more lint fixesbobzel
2024-10-01merged with masterbobzel
2024-09-24fixed screen to local for carousel views (especially when in lightbox)bobzel
2024-09-19merged with masterbobzel
2024-09-17fixed carouselfView to fade. cleaned up code a bitbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-07-26Revert "Merge branch 'master' into eleanor-gptdraw"eleanor-park
This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5.
2024-07-26Merge branch 'master' into eleanor-gptdraweleanor-park
2024-07-24bug and render fixeseleanor-park
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-12Fixed nested collections in templates. cleaned up some cod.egeireann
2024-05-06eslint cleanupbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-05updates for new css-loaderbobzel
2024-03-29filter links out of carousel views.bobzel
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-04fixed carousel views to use _propsbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-05mostly working version with latest librariesbobzel
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-20removed fwd/back buttons for carousel in favor of just clicking on ↵bobzel
next/previous regions.
2023-09-20added carousel3D to novice and fixed it's button positions and its focus so ↵bobzel
that it works with trails. added dragging documents within single collection for rearranging order of docs in a tab collection. fixed freeform views set to fitWidth to show decorations properly. turned off scaling of tree views. updated lightbox buttons. fixed tooltips on properties toggles.
2023-05-21fixed comparisonBox to create embeddings of documents by fixing ↵bobzel
targetDropAction to work for non-collections. fixed carouse3D view to have correct screentolocal XFs,
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-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-03-24overhaul of selection api so that schema and other views behave like ↵bobzel
freeform and use document views onClick for selection
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel