aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
2023-08-22global showLinkLines toggleSophie Zhang
2023-08-17Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-17broken versionSophie Zhang
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-14Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-13Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-13updateSophie Zhang
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-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-07-31import table on windowssrichman333
2023-07-31Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed ↵bobzel
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected.
2023-07-27mergesrichman333
2023-07-27Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-27changesSophie Zhang
2023-07-20Merge branch 'sophie-report-manager' into sophie-ai-imagesSophie Zhang
2023-07-20Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-07-19Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-19got rid of ctrl-s to create a text slide.geireann
2023-07-18Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-07-18Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-18Merge branch 'master' into sophie-report-managerSophie Zhang
2023-07-17Merge branch 'master' into geireann_dash_componentsGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-17Merge branch 'master' into data-visualization-sarahsrichman333
2023-07-14pie chart groupingssrichman333
2023-07-11more fixes to simplify sharingbobzel
2023-07-11importing tables from wikipedia -> DataVizBoxsrichman333
2023-07-10filters and better uiSophie Zhang
2023-07-07api key, with muiSophie Zhang
2023-07-06just saving progressSophie Zhang
2023-07-05changed acl inheritance for docking views.bobzel
2023-07-04Merge branch 'master' into collaboration-sarahsrichman333
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-29fixed minimap panning. fixed initial zooming on images.bobzel
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-23fixed collection aclssrichman333
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-19renamed all config doc creators to just ConfigDocument()bobzel
2023-06-14fixed double clicking to not trigger on a document if it is active ↵bobzel
(previoulsy was if selected)
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-06-06more Symbol updating.bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-17fixed dragging marquee on images which blew up layout_scrollTopbobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.