aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionPileView.tsx
AgeCommit message (Collapse)Author
2025-04-23lots of typechecking fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in ↵bobzel
golden layout dragging where a stack's tabs could disappear.
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed notetaking & pile views with _propsbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵bobzel
dec resizing. moving this.rootDoc => this.Document . fixing template artifacts.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-09-13cleaned up pileupbobzel
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-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
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-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-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-24fixed pile view to be resizable.bobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-11-17mostly changing strings to enumsbobzel
2022-11-15added canEmbed prop so collection can allow its items to be dragged out ↵bobzel
(eg., pileView). made imageBox viewSpec transition time customizable
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-21fixed issues with pile view - dragging, burst size, rendering within ↵bobzel
grid/non-freeform views, fixed timeView filtering to not keep making redundant filters,
2022-04-12cleaned up pileView to feel somewhat usable by tweaking icon sizes, and ↵bobzel
making icon<->doc toggleable by just clicking.
2022-04-04fixed autolink. fixed the pileup view to animate properly and activate ↵bobzel
without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents.
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-07-26cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵bobzel
document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo.
2021-04-11added childDocumentsActive prop to avoid hardwiring reference to "starburst" ↵bobzel
in freeformview.
2021-03-20cleaned up warnings. fixed webBox annotations to write to correct key so ↵bobzel
that they appear on startup.
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-11-03added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵bobzel
hack to focus on stacking documents. stopped autoscroll on nested collections.
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
2020-09-12cleaning up codeLionel Han
2020-09-04fixed autoScroll bug and fixed dragging in picture bugLionel Han
2020-09-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-02fix drag issueLionel Han
2020-09-02fixed adding images to collectionLionel Han