aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2024-05-01more cycle import removal. fixed ndollar bugs introduced during lint changes.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-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-30broke out clusters code from freeformview to its own file. cleaned up a bit.bobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-30from lastbobzel
2024-04-29updating showDocument to not have to know about groups -- all group logic is ↵bobzel
in collectionfreeformview.
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc ↵geireann
elements to not focus on group first.
2024-04-28simplified explore mode implementationbobzel
2024-04-27pulleleanor-park
2024-04-25pinning freeform contents now captures the layoutbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-25minor lint cleanupbobzel
2024-04-25fixed linear menu to not have scroll bar automatically on firefoxgeireann
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-24completing eslint passbobzel
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-24nothing broke; column dragging visual update kind of worksNathan-SR
2024-04-24what brokeNathan-SR
2024-04-24several fixes to radius ink eraser to fix eraser shap, intersections with ↵bobzel
straight lines
2024-04-23jitter on initial drag fixed (computed value caching)Nathan-SR
2024-04-23out of bounds dragging fixedNathan-SR
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-23erase multiple segments bugeleanor-park
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-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
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-14from lastbobzel
2024-04-14update to masterbobzel
2024-04-14clean up importsbobzel
2024-04-14from lastbobzel
2024-04-14from lastbobzel
2024-04-14fixed coordinate system transform for inkbobzel
2024-04-14Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-starter
2024-04-14working on radius eraser bugeleanor-park
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-11sorting works but nothing else does as is lifeaidahosa1
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-10eraser circled createdeleanor-park
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-10remove collection color styling from this branchSophie Zhang
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-09Merge branch 'master' into sophie-ai-imagesSophie Zhang
2024-04-08radius erase re-implement startedeleanor-park