aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkTranscription.tsx
AgeCommit message (Collapse)Author
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-14major overhaul of field naming conventions.bobzel
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07fixed more errors.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-16remove iinkjs error popupmehekj
2022-06-09cleaned up code in InkTranscriptionNaafiyan Ahmed
2022-06-09cleaned up code in InkTranscriptionNaafiyan Ahmed
2022-06-08merge with masterbobzel
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05refactored writing mode code into InKTranscriptionNaafiyan Ahmed
2022-06-05refactored writing mode codeNaafiyan Ahmed
2022-06-05cleanupmehekj
2022-06-03ink api keys removedmehekj
2022-06-02inking bug updated parametersmehekj
2022-05-04use ink screen space pts for transcriptionmehekj
2022-05-04remove scaling (for now)mehekj
2022-05-04fix: single words no longer disappearNaafiyan Ahmed
2022-05-03Merge branch 'inking-naafi-mehek' of https://github.com/brown-dash/Dash-Web ↵mehekj
into inking-naafi-mehek
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-05-03removed unecessary asyncNaafiyan Ahmed
2022-05-03working on subgroupingNaafiyan Ahmed
2022-05-02got subgrouping to work naivelyNaafiyan Ahmed
2022-05-02working on getting subgroups to workNaafiyan Ahmed
2022-05-02working on getting subgroups to workNaafiyan Ahmed
2022-05-02mapping working for ink strokesNaafiyan Ahmed
2022-04-28working on mapping algoNaafiyan Ahmed
2022-04-28Merge branch 'inking-naafi-mehek' of https://github.com/brown-dash/Dash-Web ↵Naafiyan Ahmed
into inking-naafi-mehek
2022-04-28merged and getting started on mapping algoNaafiyan Ahmed
2022-04-28updated timestamps to creationdatemehekj
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-14auto transcribes on groupingmehekj
2022-04-13fixed ink transcription document locationmehekj
2022-04-12ink to text for groupingsmehekj