aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
AgeCommit message (Expand)Author
2025-05-20fixed creating list of headers in stacking view when it doesn't exist. start...bobzel
2025-05-19fixed text boxes to calculate height correctly. removed usertag modification...bobzel
2025-05-05got rid of dash _xPadding/_yPadding in favor of just using _xMargin/_yMargin....bobzel
2025-05-01cleaned up, a bit, how wheel events are blocked from propagating.bobzel
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2025-04-10changed naming of makeDelegates to not add a number at the end. switched data...bobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. si...bobzel
2025-04-01fixed stacking view with pivot's field column widths.geireann
2025-03-23fixed more typing errors. fixed updateBullets to not generate error when pa...bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-20mapbox cleanup. fix runtime warnings for stacking view.bobzel
2025-03-07changed masonryView so that if column count is set w/o a columnWidth, then it...bobzel
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-04fixed column width default / columnDragger for masonry view.bobzel
2025-02-27fixed passive wheel prevention on document.root. fixed key waring on masonry...bobzel
2025-02-27prevent tagsview from appeqring in spreadsheet. set default fill color only ...bobzel
2025-02-27fixed column dragging and yMargin in masonry view. made columns always fit wi...bobzel
2025-01-15fixed so that users are sentt to dropbox to authorized uploads once, and then...bobzel
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, si...bobzel
2024-09-11fixed stacking view to used computedFn's to avoid invalidations and resotred ...bobzel
2024-09-10moved TagsView up into DocumentView so that one row of tags will be visible. ...bobzel
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-15fixed horiz alignment of items in multicolumnviewbobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-06eslint cleanupbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-28simplified explore mode implementationbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-12 fixed auto play for trails. fixed presbox to allow drag and drop in additio...bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-17use metakey to edit computedfield result instead of expression in schema cell...bobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when al...bobzel
2024-03-04cleaned up a number of things related to autoHeight and stacking/masonry/note...bobzel
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() s...bobzel
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed content...bobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel