aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
AgeCommit message (Expand)Author
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings no...bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled open...bobzel
2021-09-16added search() component method. changed search menu to call search on docum...bobzel
2021-09-15better fix for last that reduces recomputation.bobzel
2021-09-15avoid runtime error in compute group bounds on startup when docs are still pr...bobzel
2021-09-15fixed infinite loop in grid space selection that conflated with setting group...bobzel
2021-09-15fixed bug from lastbobzel
2021-09-15cleaned up recomputing group bounds to use a reactionbobzel
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to switch...bobzel
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed m...bobzel
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with tex...bobzel
2021-08-30GitHubs are default viewgeireann
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'master' into menu_updates_geireanngeireann
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web to...bobzel
2021-08-25many updatesgeireann
2021-08-19changed how treeview cycles between options for expanded views to show 'data'...bobzel
2021-08-10fixes for git-like to work with sidebar. added 'lastModified' field for chan...bobzel
2021-08-04restructured filters again so that filter icons show whether a document has a...bobzel
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
2021-07-31Merge branch 'master' into tab_updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-07-29converted HTMLANCHOR and TEXTANCHOR to MARKERbobzel
2021-07-29from lastbobzel
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll p...bobzel
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-05-19fixed problem with panning caused by document width/height changes not invali...bobzel
2021-05-13filter icon shows up for all collectionsusodhi
2021-05-11icon displays for freeform, need to find position for the restusodhi
2021-05-11expand propertiesview on icon clickusodhi
2021-05-11filters applied indicatorusodhi
2021-04-22allowed maximize button to be dragged to add a new window. fixed colorBox tr...bobzel
2021-04-19more improvements to comic mode.bobzel
2021-04-11added childDocumentsActive prop to avoid hardwiring reference to "starburst" ...bobzel
2021-04-09fixed not following links on video in lightboxbobzel
2021-04-02from lastbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of annot...bobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ...bobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29fixed text input after changes to active/selectedbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor un...bobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up '...bobzel
2021-03-16fixed dropping into a group using title bar (embed key)bobzel
2021-03-16made ink stroke size preview match the size it will be on the selected document.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed chr...bobzel