| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-01 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-09-18 | lots of changes to fix dragging cards, integrate iconTags with other tags, ↵ | bobzel | |
| sizing docs when selected to fit window, | |||
| 2024-09-17 | linted cardView files after merge. | bobzel | |
| 2024-09-17 | updating packages and more cleanup of cardview merge | bobzel | |
| 2024-09-17 | ready to pull | aidahosa1 | |
| 2024-09-17 | done with comments-- pull request | aidahosa1 | |
| 2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
| 2024-08-29 | one template basically loaded in | Nathan-SR | |
| 2024-08-29 | Dataviz crash hopefully fixed; prototype func for generating templates; ↵ | Nathan-SR | |
| radius NaN bug handled | |||
| 2024-08-27 | maxmatching algorithm | Nathan-SR | |
| 2024-08-26 | added recognizeFaces for face images | bobzel | |
| 2024-08-26 | moved KeywordsBox to TagsView. changed imagellable to use tags | bobzel | |
| 2024-08-25 | border | Nathan-SR | |
| 2024-08-25 | border radius | Nathan-SR | |
| 2024-08-25 | border work | Nathan-SR | |
| 2024-08-23 | changed keyword items to use a doc symbol for storage instead of a field. ↵ | bobzel | |
| fixed sizing of docDecoartions around keyeword box to dynaically update accurately. Aded expand/collapse button for editing keywords | |||
| 2024-08-23 | modified keywordsBox to use tags instead data_labels. made text #tags ↵ | bobzel | |
| trigger keywords box. made keywords box fit contents. | |||
| 2024-08-23 | starting to cleanup keywordsBox | bobzel | |
| 2024-08-20 | fixed up a bunch of things in face recognition | bobzel | |
| 2024-08-15 | cleaned up server list add/rem. | bobzel | |
| 2024-08-09 | a bunch more typing fixes. | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-30 | fight w css | aidahosa1 | |
| 2024-07-24 | more update of anys | geireann | |
| 2024-07-22 | adding type fixes to avoid 'any's | bobzel | |
| 2024-07-18 | from last | geireann | |
| 2024-07-14 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
| 2024-07-10 | fixed caption font color | geireann | |
| 2024-06-26 | feat: worked more on keyword input for docs | IEatChili | |
| 2024-06-18 | feat: added view of labels on docs in freeform | IEatChili | |
| 2024-05-16 | cleaned up and fixed feeformdocview styleprovider. | bobzel | |
| 2024-05-16 | moved isHovering to DocumentView as instance variable instead from ↵ | bobzel | |
| FormattedText as a Document field. cleaned up cluster style provider. fixed freeformView to not trigger as many updates when a doc is dropped, and fixed layoutEngines to not return a background or color unless actually set by the engine. | |||
| 2024-05-10 | fixed exception when text templates have no inherited data, and when text ↵ | bobzel | |
| views are modified after the editor has been destroyed. random code cleanup | |||
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-06 | eslint cleanup | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-25 | changed marqueeAnnotator to save inline annotations as text strings instead ↵ | bobzel | |
| of Docs. enabled making image crops of text selections on PDFs. cleaned up webboxrendered lint promses, and Annotation render | |||
| 2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
| within in RTF. Lots of lint cleanup. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-03-31 | fixed dropdown in title bar location. moved rotate button up to not ↵ | bobzel | |
| interfere with button bar. don't blur title when editing it. fix drawgging rotate center on templates. support setting alternate colors for text docs -- pretty hacky. fixed tabbing through dashFieldViews. | |||
| 2024-03-30 | trying to cleanup import cycles | bobzel | |
| 2024-03-30 | fixed snapshot workspace functions by getting rid of @actions. fixed ↵ | bobzel | |
| lightbox to not rerende on invalidation which allows videos to play. | |||
| 2024-03-30 | updated mermaids template. updated paintFunc to also render the underlying ↵ | bobzel | |
| code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers. | |||
| 2024-03-30 | added Labels button for turning ink labels on/off. added Pixels and Rotate ↵ | bobzel | |
| buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected. | |||
| 2024-03-29 | enabled %<notestyle> to switch note types. fixed linking to top-level ↵ | bobzel | |
| templates (postit, idea, etc). customized postit and idea style. | |||
| 2024-03-26 | added 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-14 | cleaned up some audio recording and annotating code | bobzel | |
| 2024-03-12 | made text templates be both layout templates and prototypes of new text ↵ | bobzel | |
| documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for text. | |||
