aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Expand)Author
2024-10-24work on field refactorNathan-SR
2024-10-09small changes for pull request; removed schema type reference in editableview...Nathan-SR
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01more lint fixesbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into nathan-s...Nathan-SR
2024-09-19fixed background transparency for imagesbobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ...bobzel
2024-09-05Oh, coding makes me feel like an idiot sometimes... (added += where a string ...Nathan-SR
2024-09-04stuffNathan-SR
2024-08-20from lastbobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-08-08UI for GPT templates in doccreator menuNathan-SR
2024-07-30Merge branch 'master' of https://github.com/brown-dash/Dash-Web into nathan-s...Nathan-SR
2024-07-25lots more 'any' cleanup and more.geireann
2024-07-17highlighting rows based on layoutpreview hoverNathan-SR
2024-06-26feat: worked more on keyword input for docsIEatChili
2024-06-21added renderedPixelDimensions to imageBoxbobzel
2024-06-18feat: added view of labels on docs in freeformIEatChili
2024-06-13feat: more ui updatesIEatChili
2024-05-06eslint cleanupbobzel
2024-05-03fixed pdf rendering. fixed cropping images. fixed zooming out of an image ...bobzel
2024-05-03merged with new version of masterbobzel
2024-05-03Merge branch 'master' into nathan-starterbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc elements...geireann
2024-04-28simplified explore mode implementationbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-05from lastbobzel
2024-04-05fixed opening up GAI ImageEditorbobzel
2024-03-30updated mermaids template. updated paintFunc to also render the underlying co...bobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-03-22Merge branch 'master' into nathan-starterNathan-SR
2024-03-04changes to restore template menu and fix freeform templates to always show co...bobzel
2024-02-27icon final?Nathan-SR
2024-02-275Nathan-SR
2024-02-274Nathan-SR
2024-02-27icon3Nathan-SR
2024-02-27iconNathan-SR
2024-02-27icon changeNathan-SR
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2024-01-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel