aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkTranscription.tsx
AgeCommit message (Collapse)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
2025-06-20cleanupbobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-04-01fixed stacking view with pivot's field column widths.geireann
2025-03-18from lastbobzel
2025-03-18updated iink to latest versionbobzel
2025-02-25fixed compile warnings.bobzel
2024-10-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-01more lint fixesbobzel
2024-10-01cleaning up smart drawing menu options.bobzel
2024-10-01fixed ink transcription to appear in the correct place. added transcription ↵bobzel
of selected ink.
2024-10-01merged with masterbobzel
2024-09-04removed useless codeZachary Zhang
2024-09-04code changes and commentsZachary Zhang
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-08-31uncomment a lineZachary Zhang
2024-08-31commitZachary Zhang
2024-08-27still trying to resolve merge issueseleanor-park
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-08-07problem with setting smooth amounteleanor-park
2024-07-24ndollar stroke data uselessZachary Zhang
2024-07-18gesture improvementsZachary Zhang
2024-07-10working version of gpt handwriting recognitionZachary Zhang
2024-07-10fixed get iconZachary Zhang
2024-07-10work in progresZachary Zhang
2024-07-08switched to iink-ts not functionalZachary Zhang
2024-05-02lots more dependency cycle unwinding.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-05mostly working version with latest librariesbobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-09-04fixed strokes reappearing after undoing when in write mode.bobzel
2023-07-28minor tweaksbobzel
2023-06-22fixed text transcriptions.bobzel
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