aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2024-05-03Merge branch 'master' into nathan-starterbobzel
2024-05-03fixed schema to not drag rows when schema is not active (selected or child ↵bobzel
content active)
2024-05-03reverting unnecessary changesbobzel
2024-05-02removed console.logsNathan-SR
2024-05-02thick borders between colheaders fixedNathan-SR
2024-05-02arrow selection fixedNathan-SR
2024-05-02selected cell moves with col; jitter on col move index 0 fixedNathan-SR
2024-04-25pinning freeform contents now captures the layoutbobzel
2024-04-24column drag highlight (too-thick border on column header)Nathan-SR
2024-04-24column dragging visual update working (but kinda hacky)Nathan-SR
2024-04-24nothing broke; column dragging visual update kind of worksNathan-SR
2024-04-24what brokeNathan-SR
2024-04-23jitter on initial drag fixed (computed value caching)Nathan-SR
2024-04-23out of bounds dragging fixedNathan-SR
2024-04-21out of bounds dragging fixed indexesNathan-SR
2024-04-21dropped rows update index properly so dragging them without re-selecting worksNathan-SR
2024-04-15grouped selected cell dragging aligned properly; dragged cell placement ↵Nathan-SR
offset weirdness fixed; bug introduced where rows being dragged deselect (still placed correctly)
2024-04-14clean up of freeform centeringShift and nativeScalingbobzel
2024-04-12 fixed auto play for trails. fixed presbox to allow drag and drop in ↵bobzel
addition to pin button. fixed tree view to not 'move' items that have a 'copy' drop action. fixed dragPreDrop functions in tree and stacking views to use source drag action over target drop action.
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render ↵Nathan-SR
where they will be dropped; pointerevent listeners removed from schemarowbox
2024-04-10more notetaking fixes - turn off autoSize, unobserve children. fixed typing ↵bobzel
a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view.
2024-04-10enabled a notetaking category field other than 'NotetakingCategory'bobzel
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - ↵bobzel
fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%)
2024-04-05updates for new css-loaderbobzel
2024-04-01fixed tab views to suppress setting height if doc is fitWidthbobzel
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-31fixed divider column for notetaking view. fixed scrolling of text docs. ↵bobzel
fixed keeping user docs in system button bars.
2024-03-31selectionNathan-SR
2024-03-31ctrl selectionNathan-SR
2024-03-31fixed 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-30got rid of HTMLMarkers in favor of Configs -- fixes issues with pdf and web ↵bobzel
annotations not scrolling to the right place. Also got rid of default values for x/y which caused a similar problem for some configs which should not have x/y set. fixed webBox to have its annotation computedField set properly
2024-03-30cleanup of import orderings.bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-30fixed snapshot workspace functions by getting rid of @actions. fixed ↵bobzel
lightbox to not rerende on invalidation which allows videos to play.
2024-03-30updated 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-30added 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-29filter links out of carousel views.bobzel
2024-03-28fixed following link to pdf text selection with highlights. fixed hide ↵bobzel
key/value in dashfieldView. fixed selecting dashFieldView nodes.
2024-03-28fixed tabbing between items in nested dashFieldViewsbobzel
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-24fixed crash on richtextfield to string when there's no data. fixed schema ↵bobzel
cells not to edit unless selected.
2024-03-24fixed linkdocpreviews to sequence through multiple links. fixed text boxes ↵bobzel
to update text when dashfieldView text changes (but the fieldview doesn't), fixed dashFieldViews to be editable cleanly, and to allow sub-dashFieldViews to be editbale. allowed toggle on/off of dashFieldView fieldKey. got rid of sidebars in scemaCells. fied editing dashFieldViews in captions and as childrend of dashFieldViews by passing rootSelected
2024-03-23fixed linking to parts of a template. fixed highlting part of a template ↵bobzel
when following a link to it.
2024-03-23made backspace deleting a schema row undoable. fixed calling chat on string ↵bobzel
fields
2024-03-22Merge branch 'master' into nathan-starterNathan-SR
2024-03-22make ink stroke labels visible always for closed gesture strokes.bobzel
2024-03-21Update CollectionSchemaView.tsxNathan-SR
push
2024-03-21the decommentingNathan-SR
2024-03-21deselectCells -> ckearSelection in selectCellNathan-SR