aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
AgeCommit message (Collapse)Author
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01changed how smoothing curves works - got rid of simplify.js dependencybobzel
2024-10-01fixed setting ink multiselections in properties viewbobzel
2024-10-01fixed some lint errors. fixed how drawings are added to pdfs. fixed ↵bobzel
testing for ink in propertiesView.
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-22Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-gptdraw
2024-09-22small bug fixes for smart draweleanor-park
2024-09-19merged with masterbobzel
2024-09-19changed backend for filtering buttons to store only one list - the list of ↵bobzel
icon buttons in Doc.MyFilterHotKeys.
2024-09-17done with comments-- pull requestaidahosa1
2024-09-02minor cleanupbobzel
2024-08-29from last cleanupbobzel
2024-08-27still trying to resolve merge issueseleanor-park
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-27pulling from mastereleanor-park
2024-08-25border workNathan-SR
2024-08-12more any -> type fixesbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-07problem with setting smooth amounteleanor-park
2024-05-16refactor/cleanup of pres animations. changed effects to start halfway ↵bobzel
through a zoom transition.
2024-05-15lint cleanupbobzel
2024-05-15more cleanupbobzel
2024-05-15merged with new eslint codebobzel
2024-05-15cleanupbobzel
2024-05-14cleaning, bug fixingSophie Zhang
2024-05-10added an always option for OpenWhere lightbox. cleaned up/fixed making ↵bobzel
collections capable of being a lightbox.
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
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-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-10remove collection color styling from this branchSophie Zhang
2024-04-09Merge branch 'master' into sophie-ai-imagesSophie Zhang
2024-03-30cleanup of import orderings.bobzel
2024-03-29fixed capture offset to target in link following. fixed links to appear in ↵bobzel
lightbox and to not disappear when dragged.
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵bobzel
changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible)
2024-03-26added empty image tool and click on empty image to select from filesystem. ↵bobzel
fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views.
2024-03-05fixed text in templates to revert to template value when noTemplate is set. ↵bobzel
made dashFieldView read from datadoc. added margins for multicolumn/row, enabled chromHidden for multicolumn/row
2024-02-22Merge branch 'master' into sophie-ai-imagesSophie Zhang
2024-02-07fixed icon placement in linkMenuItem.bobzel
2024-02-07made various render methods in DocumentView computed getters for efficiency ↵bobzel
and to avoid artifacts (LInkanchorBox dragging) when something else invalidates causing components to regenerate. fixed linklines to animate when doing a zoom transition and to be able to target texts hyperlinks. fixed link lines to share properties with ink and updated the properties panel / menus to allow editing of either. addding toggling link lines on and off from linkitemmenu
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵bobzel
css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
2024-01-30fix mergeSophie Zhang
2024-01-25Merge branch 'master' into sophie-ai-imagesSophie Zhang
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.