aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-17text tells user to select more / different data bug fix + other console ↵srichman333
error fixes
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-08-16Merge pull request #206 from brown-dash/data-visualization-sarahbobzel
Data visualization sarah
2023-08-16got rid of presElementBox instances in favor of a single global instance. ↵bobzel
allowed docs to be their own view specs.
2023-08-15DataViz node documentation linksrichman333
2023-08-15trying to prevent colorpicker from generating undo event for every drag ↵geireann
movement.
2023-08-15fixed inking strokes to not recompute fill and stroke color for each re-render.geireann
2023-08-15FreezeEric
2023-08-15fixed ink objects from becoming key values when leaving lightbox.geireann
2023-08-14mergesrichman333
2023-08-14Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-13just one histogram bar bug fix + message displayed when graphs have no ↵srichman333
incoming data rows selected
2023-08-13LineChart ui fixes + selected columns boldedsrichman333
2023-08-13Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-13updateSophie Zhang
2023-08-13Merge branch 'master' into UI_Update_Eric_MaEric
2023-08-131Eric
2023-08-10Update .DS_Storeeperelm2
2023-08-10Merge branch 'master' into secondpropertiesmenu-emilyeperelm2
2023-08-10need to pulleperelm2
2023-08-10histogram numerical Y axis fixessrichman333
2023-08-10trying to enable safari to work despite certificate errorsbobzel
2023-08-10changing selected slice/bar color w different data types bug fixsrichman333
2023-08-10more updates to out of date version alertbobzel
2023-08-10out of data version alert client sidebobzel
2023-08-10added client caching of jpg's in addition to png's. modified ↵bobzel
jitterRotation to _rotation_jitter and changed where it is used.
2023-08-10undo/redo for colors + titlessrichman333
2023-08-10from lastbobzel
2023-08-10merged /getUserDocumentIds into /getCurrentUser to avoid extra server round tripbobzel
2023-08-09changed screenshot box colorsbobzel
2023-08-09fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵bobzel
aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items.
2023-08-09made search results unhighlight when search panel goes away.bobzel
2023-08-09numerical y axis data fixsrichman333
2023-08-09updated version numbergeireann
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-08-09display clarification for when a string column is given to a LineChartsrichman333
2023-08-09more histogram cleanupsrichman333
2023-08-09histogram numerical bars bug fixsrichman333
2023-08-08added caching of bundle.js, etc for release modegeireann
2023-08-08fixed searching web pages that are not cors readable to not generate an errorgeireann
2023-08-08comments + cleanupssrichman333
2023-08-08fix dall-e issueJames Hu
2023-08-08histogram bug fixessrichman333
2023-08-08hover vs click working for all 3 graph typessrichman333
2023-08-07histogram hover vs clicksrichman333
2023-08-07selected data at bottom of graphsrichman333
2023-08-07Issues when you remove a highlighted row more than 1 chart up the tree fixedsrichman333
2023-08-04color stays on dragged charts + erase bar color is on individual barssrichman333
2023-08-04better row guids so selected rows stay on refreshsrichman333
2023-08-04pass array, not List to <waveform>geireann