aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2023-01-06added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵bobzel
following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after
2022-11-16added presEffects to link anchorsbobzel
2022-10-25various tweaks: show border highlights in tree views, uniform treatment of ↵bobzel
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers,
2022-09-22fixed error messages on loading to not generate temporary error message when ↵bobzel
there is no error.
2022-09-20display error instead of infinitely loading after refreshmehekj
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-08-30fixed loadingDocument issues with overwriting height with NaN and setting ↵bobzel
'data' field unnecessarily and at the expense of being able to set it for replacement docs when using animation frames
2022-08-19cleaned up commentsNaafiyan Ahmed
2022-08-19Merge branch 'master' into naafi-document-loading-placeholderNaafiyan Ahmed
Merging loading doc into master
2022-08-19added comments, cleaned up code, could not get spinner to centerNaafiyan Ahmed
2022-08-18fixed sizing bugNaafiyan Ahmed
2022-08-17fixed dragging docs on web and pdf to work better by temporarily adding ↵bobzel
transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted.
2022-08-16added loading for diff doc typesNaafiyan Ahmed
2022-08-16updated placeholderNaafiyan Ahmed
2022-08-10created placeholder loading box but have to get location of final doc to ↵Naafiyan Ahmed
update with loading box
2022-08-10added placeholder text box for files being uploadedNaafiyan Ahmed
2022-08-10added placeholder text box for files being uploadedNaafiyan Ahmed
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-24fixed myImports pane to show imports. fixed saving/loading zip files of a ↵bobzel
collection. fixed errors related to NumT casting to number
2022-05-02fixed auto link anchor when dragging html region off of webBox. fixed Enter ↵bobzel
for earch in webBox.
2022-05-02fixed up html clippings to have a better background color heuristic and to ↵bobzel
allow dragging clippings from webBox's.
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-24from lastbobzel
2022-04-24fixed treeViews to vertically span their containers. fixed foreground ↵bobzel
coloring of nodes with transparent backgrounds to consider parent collection background color
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
2022-03-01updated to webpack 5bobzel
2022-02-22Merge branch 'master' into speedupsbobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content ↵bobzel
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors.
2022-02-15fixed some syntax errorsGeireann
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we ↵bobzel
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home
2021-09-25fix for some youtube urls that didn't upload.bobzel
2021-09-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-24suppressed filter icon for annotations that are filtered based on ↵bobzel
transparency. fixed drawing ink on webbox's.
2021-08-24from lastbobzel
2021-08-09fixed bug where shared list field items weren't being received as Documents ↵bobzel
so they didn't update -- eg add a private item to a list, then try to make it public
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-04from lastbobzel
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
2021-08-01made url server references relative.bobzel
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
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-07-14fixed dropping onto filesystem view to drop document into specific ↵bobzel
location/folder instead of hanging.
2021-05-18added downloading of youtube videos if https://youtube-dl.org/ is installed ↵bobzel
on the server's path
2021-04-10Merge branch 'master' into demo_changesbobzel