aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-10-29templates are being generated correctlyNathan-SR
2024-10-29content is being filled into fields properlyNathan-SR
2024-10-29matching algorithm workingNathan-SR
2024-10-29no compile errors but probably 100 logical onesNathan-SR
2024-10-29improved rectangle/triangle gesture recognitionbobzel
2024-10-29fixes to allow typing and drawing without a mode switch.bobzel
2024-10-29starting to integrate refactor with docreatormenu functionalityNathan-SR
2024-10-28basic structure of 4 cut modes implemented, many bugs to fixeleanor-park
2024-10-28Merge branch 'master' into alyssa-starterbobzel
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
2024-10-27redesigning to make structure recursivealyssaf16
2024-10-27breaking up filesNathan-SR
2024-10-27work on template refactorNathan-SR
2024-10-24create documentsalyssaf16
2024-10-24fixed pinning of card and carousel views.geireann
2024-10-24fixed doc decorations for carousel docs.bobzel
2024-10-24work on field refactorNathan-SR
2024-10-22fixed websearch tool endpoint so it only returns displayable results in ↵A.J. Shulman
Dash; also fixed type checking but needs to be improved
2024-10-20added different cut types, haven't been able to run & testeleanor-park
2024-10-20changed to generic addLinkedDocA.J. Shulman
2024-10-20changeseleanor-park
2024-10-19work on making preview rendering more responsive (only updating doc ↵Nathan-SR
positions rather than making new collection)
2024-10-18fixed following anchors to collection card/carousel to set the ↵bobzel
current/selected Doc
2024-10-18fixed tab switching instead of bringing up a lightbox when following link to ↵bobzel
doc in different tab.
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-17Merge branch 'ajs-before-executable' of ↵A.J. Shulman
https://github.com/brown-dash/Dash-Web into ajs-before-executable
2024-10-17added create text doc tool with font color and background color and fixed no ↵A.J. Shulman
tool
2024-10-17Merge branch 'master' into alyssa-starterbobzel
2024-10-17fixed quizMode to actually render and to get pointer events.bobzel
2024-10-17bad octal char in regexpbobzel
2024-10-17from lastbobzel
2024-10-17lint cleanup for awaits in loopsbobzel
2024-10-17Merge branch 'master' into ajs-before-executablebobzel
2024-10-17made Card and Carousel part of novice mode views.bobzel
2024-10-17fixed drag/drop of faces from one face to another.bobzel
2024-10-17Removed awaits inside loops and made Parameters readonly for better type safetyA.J. Shulman
2024-10-17Implemented strict typechecking for tools, specifically tool inputsA.J. Shulman
2024-10-17fixed script compile errorbobzel
2024-10-17work on getting collections to render directly into the layout editorNathan-SR
2024-10-17flashcards with stack buttonalyssaf16
2024-10-16Merge branch 'master' into alyssa-starterbobzel
2024-10-16from lastbobzel
2024-10-16Merge branch 'master' into alyssa-starterbobzel
2024-10-16fixed size of flashcard ui (and other buttons) when fitWidth is set and when ↵bobzel
Doc is resized small and zoomed out.
2024-10-16Merge branch 'master' into alyssa-starterbobzel
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-15tried something for typechecking but way too overcomplicatedA.J. Shulman
2024-10-15Merge branch 'master' into alyssa-starterbobzel