aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label bo...bobzel
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 Dash;...A.J. Shulman
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 positions...Nathan-SR
2024-10-18fixed following anchors to collection card/carousel to set the current/select...bobzel
2024-10-18fixed tab switching instead of bringing up a lightbox when following link to ...bobzel
2024-10-18fixed following links/show document of items in tabs/carousel/card view to se...bobzel
2024-10-17from lastbobzel
2024-10-17changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ...bobzel
2024-10-17Merge branch 'ajs-before-executable' of https://github.com/brown-dash/Dash-We...A.J. Shulman
2024-10-17added create text doc tool with font color and background color and fixed no ...A.J. Shulman
2024-10-17Merge branch 'master' into alyssa-starterbobzel
2024-10-17fixed quizMode to actually render and to get pointer events.bobzel
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
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
2024-10-15tried something for typechecking but way too overcomplicatedA.J. Shulman
2024-10-15Merge branch 'master' into alyssa-starterbobzel
2024-10-15flashcard move to serveralyssaf16
2024-10-14reorganized comparisonBox related components -- moved stuff down into Docs.Cr...bobzel
2024-10-13fixes to scripting to generate errors to allow schema view to enter strings t...geireann
2024-10-12made tagsView fit Doc width.bobzel
2024-10-12disabled lightbox showing docCreatorMenubobzel
2024-10-11Lots of cleanup in comparisonBox to get rid of duplicated code and siimplify ...bobzel
2024-10-11fixed verticalalign of text boxes on load when existing text was there. fixe...bobzel
2024-10-11fix for vertically centered textbox that overflows to switch to top so that s...bobzel
2024-10-11added some commenting and code tweaks to ComparisonBoxbobzel
2024-10-11fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't propa...bobzel
2024-10-11cleaned up comparisonBox a bit - fixed text doc placeholder text and fixed pa...bobzel
2024-10-11quiz changesalyssaf16