aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-04-18limit scope of cloning to not include context of cloned doc.bobzel
2023-04-18fixed selection issues: shift does multiselect again, doc decoration ↵bobzel
background isn't drawn anymore for schema view, rotated objects in a multiselect don't cause artifacts, clusters in freeform don't cause images to dim.
2023-04-18from lastbobzel
2023-04-18more cleanup of import/exportbobzel
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-17minor cleanupbobzel
2023-04-17removed unused codebobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17fixed text selection on pdfsbobzel
2023-04-17updated to masterbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17more gitignorebobzel
2023-04-17used stats to detect unnecessary server message when changing css style for ↵bobzel
text notes
2023-04-17Merge branch 'master' into james-server-statsbobzel
2023-04-17minor cleanup of CollectionViewbobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-13cleaningSophie Zhang
2023-04-13Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-04-13added text editsSophie Zhang
2023-04-12Merge branch 'master' into schema-mehekmehekj
2023-04-12readonly fields and schema key info displaymehekj
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-04-11some fixes to schema filtering, wipmehekj
2023-04-11Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2023-04-11fixed explore mode to not wait for double clicksbobzel
2023-04-11linechart css fixbobzel
2023-04-10fixed schema table scroll bar cssmehekj
2023-04-10Merge branch 'master' into schema-mehekmehekj
2023-04-10fixed linechart marginsgeireann
2023-04-10fixed linechart marginsbobzel
2023-04-10fixed brushing of fonticon boxes with dropdowns. made line charts use ↵bobzel
computed values instead of observables
2023-04-08Clean code and CommentsMohammad Amoush
2023-04-07from lastbobzel
2023-04-07updated linechart highlightingbobzel
2023-04-07experimetnal changes to datavizbox to allow brushing data items and better ↵bobzel
highlighting of selections. Also working on drawing link lines between chart aliases.
2023-04-06more cleanup of lineChargeireann
2023-04-06added selection ui for choosing linechart axes.bobzel
2023-04-06more simplification/cleanup of datavizbobzel
2023-04-05fixed up dataviz to work again. fixed point selection, tooltips, making and ↵bobzel
following links
2023-04-05Merge branch 'master' into data-visualization-view-naafibobzel
2023-04-05added an arrange feature for freeform collections. added btn width for ↵bobzel
linear buttons.
2023-04-05made pinning from topbar available for all docs.bobzel
2023-04-05fixed dragging groupsbobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up ↵bobzel
makeLink api,
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-04-03fixed dragging doc out of schema and removing schema column sortmehekj
2023-03-29fixed sizing of link count button. moved border paths and audio to style ↵bobzel
provider
2023-03-28from lastbobzel