aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
AgeCommit message (Collapse)Author
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-09-17linted cardView files after merge.bobzel
2024-09-17ready to pullaidahosa1
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-12changed closing of face rectangles to hide them. added Shift+click of tags ↵bobzel
button to show face rectangles.
2024-09-12added tags for multi-selections.bobzel
2024-09-06removed calendar button. added metadata value input via tagsviewbobzel
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-23modified keywordsBox to use tags instead data_labels. made text #tags ↵bobzel
trigger keywords box. made keywords box fit contents.
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-06locking into hotkey buttonsaidahosa1
2024-07-30fight w cssaidahosa1
2024-07-18boutta get sillyaidahosa1
2024-06-26feat: worked more on keyword input for docsIEatChili
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-25cleanupbobzel
2024-04-23more lint cleanupbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-04changes to restore template menu and fix freeform templates to always show ↵bobzel
contents. Fix for alt-dropping an image to replace another image.
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 ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-16fixed props refernecebobzel
2023-12-16merged with zaul's branchbobzel
2023-12-16starting calendar featurezaultavangar
2023-12-14cleaning up collectionTime, still a bug when switching into it. replacing ↵bobzel
hig flyout.
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03restored hig flyout for now..bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-09-13need to honor 'addAsAnnotation' flag getting anchors so that docs know when ↵bobzel
they are a target of config.
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-07-28cleanup of compile errorsbobzel
2023-06-29made recording annotation undoable. fixed doc filters for dates, change ↵bobzel
filter to use :: instead of :
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.