aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
AgeCommit message (Collapse)Author
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-10-12capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵bobzel
zoom in limit.
2020-10-12switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵bobzel
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target
2020-10-11removed setting fields to undefined when Acl is Private in hopes of not ↵bobzel
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time.
2020-10-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
2020-10-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-10fixed scrolling down to annotations that have no height (but really do -- eg ↵bobzel
pdf selections) to at least show 50 pixels.
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-10fixed showing ink tools when text is unselected.bobzel
2020-10-10from lastbobzel
2020-10-10fixed text box cursorbobzel
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
2020-10-08fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵bobzel
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation.
2020-10-08added direct typing of notes into stacking columns in text box sidebar.bobzel
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ↵bobzel
in main.tsx
2020-10-08load entire DB in one message.bobzel
2020-10-08fixed exception when setting titles on text docs.bobzel
2020-10-08from lastbobzel
2020-10-08don't have PDFS snap to page boundary on smooth scrollbobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-10-08fixed backspacing to delete schemaviewsbobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-10-07fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵bobzel
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes.
2020-10-07fixed following links to set the scollTop of PDFs corretion. Fixed ↵bobzel
following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight.
2020-10-07fixed following links to not center outer document if originating anchor is ↵bobzel
in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf.
2020-10-07fixed portals to zoom in place. fixed following links to not focus on ↵bobzel
context if starting anchor is in the same context. maded pushpins call finished()
2020-10-06runtime error fix for fetchProto(). fix for preview layout of text link.bobzel
2020-10-06fixes for undo with multi-usersbobzel
2020-10-06fixed list additions to be truly incremental to allow undo to workbobzel
2020-10-06cleanup fixes.bobzel
2020-10-06fixed adding documents to check acl of added document(s) correctlybobzel
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
2020-10-05fixed search over DB to not use quotes when setting field column filters.bobzel
2020-10-05fixed formatted texst box select on load when pdf is full screen and the ↵bobzel
same pdf is in inactive tab behind it.
2020-10-05from lastbobzel
2020-10-05handled concurrent list additions as a special case (need to handle all ↵bobzel
concurrent edits still).
2020-10-05stopped ctrl-a from selecting doucment.body. prevented pdfviewer's texxt ↵bobzel
layer from scrolling horizontally when text annotations go out of bounds horizontally. fixed text boxes to not grab selectonOnLoad focus unless they're in an active tab.
2020-10-05got rid of link group stuff. fixed sidebar popping out when properties pops ↵bobzel
out. got rid of Layout from properties because it caused PDFs to scroll.
2020-10-03style fix for schema view to see dropdown list items in a cellbobzel
2020-10-02from lastbobzel
2020-10-02cleaned up CollectionLinkView and fixed an issue with link lines flopping aroundbobzel
2020-10-02fixed disappearance of undo/redo button areabobzel
2020-10-02fixed creating groupsbobzel
2020-10-02fixed email (de)normalization. fixed sharing to hide objects whose ↵bobzel
permissions have been revoked
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-10-01Merge pull request #827 from browngraphicslab/bug_fixes_melissabobzel
Bug fixes melissa
2020-10-01fixed tabs in carousel 3D viewbobzel
2020-10-01fixed tabbing in properties viewbobzel