aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
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-17fixed drag/drop of faces from one face to another.bobzel
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-10Merge branch 'master' into nathan-starterbobzel
2024-10-09small changes for pull request; removed schema type reference in ↵Nathan-SR
editableview; a couple lint changes
2024-10-09more refactoring to of collection flashcards into CollectioSubView to ↵bobzel
simplify using it in diferent collection views.
2024-10-08Merge branch 'master' into alyssa-starterbobzel
2024-10-08yet another fix to cardView to make animations smooth - need to specifically ↵bobzel
target hidingDecorations without going using IsResizing as a hack
2024-10-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-07lint fixesbobzel
2024-10-02merged with masterbobzel
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-10-01more lint fixesbobzel
2024-10-01cleaning up smart drawing menu options.bobzel
2024-10-01merged with masterbobzel
2024-09-27fixed linting. cleaned up scribble erase code and fixed several issues with ↵bobzel
determining if cusp intersections amounted to a scribble. also fixed recognition of lines to not recognize scribbles.
2024-09-25fix scribble gesture to use bezier curves instead of control pointsZachary Zhang
2024-09-25fix scribble gesture to use bezier curve intersectionsZachary Zhang
2024-09-22Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2024-09-22small bug fixes for smart draweleanor-park
2024-09-19Merge branch 'master' into zach-starterbobzel
2024-09-19merged with masterbobzel
2024-09-19merged with master -- updated filtering from cardView branchbobzel
2024-09-19added stop propagation for clicking on tags and icon tags. fixed dragging ↵bobzel
crash from doc nested in card view to card view. still needs more work for card view to honor canEmbed
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-09-17merged with master + cleanup of carousel codebobzel
2024-09-12changed closing of face rectangles to hide them. added Shift+click of tags ↵bobzel
button to show face rectangles.
2024-09-12added menu optionbobzel
2024-09-12added tags for multi-selections.bobzel
2024-09-11merged with masterbobzel
2024-09-11Merge branch 'master' into alyssa-starterbobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ↵bobzel
fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel.
2024-09-03start of cleaning comparisonBox code.bobzel
2024-09-03from lastbobzel
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-09-02from last - thinking that classifyImages wasn't updated on alyssa-starterbobzel
2024-09-02from lastbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-09-01consolidated image resampling. fixed importing zipped workspace.bobzel
2024-08-29made smartDraw autoFocus and be available from : menubobzel
2024-08-29cleaning up smartDrawHandlerbobzel
2024-08-29Merge branch 'master' into eleanor-gptdrawbobzel
2024-08-29from lastbobzel
2024-08-29from last cleanupbobzel
2024-08-27still trying to resolve merge issueseleanor-park
2024-08-27enabled any image Doc to be added to a face Docbobzel
2024-08-27move chat tag labels to tags_chat and updated tagsViewbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park