aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-07-27removed pdf menu pin button. tried to improve performance by computin links ↵Bob Zeleznik
in document view.
2020-07-27fixed scrollin to web annotationsBob Zeleznik
2020-07-27added hypothesis icon to toolbar. fixed toolbar to update to any document ↵Bob Zeleznik
selection with specific items for each type.
2020-07-26made linkButtons automatically hide blue link dot, rearraned some context ↵Bob Zeleznik
menu items and added an optional divider prop
2020-07-25made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵Bob Zeleznik
views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin
2020-07-25added ability to resize fixed aspect docusments with ctrlKey. added menu ↵Bob Zeleznik
item to hide linkButton
2020-07-24link created popup issue fixedusodhi
2020-07-24Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-24fixed instances of AclEdit to include AclAdminusodhi
2020-07-24added admin acl + renamed LinkCreatedBox to TaskCompletedBox and added ↵usodhi
custom text functionality + popups on sharing docs and creating groups + relocated SharingPermissions
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-23cleaned up contextMenus a bitBob Zeleznik
2020-07-22fixed highlighting of text based on author. made download /import document ↵Bob Zeleznik
novice menu items.
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-17mergeusodhi
2020-07-16can't change acl field to non-acl (through kvp) now + added playground mode ↵usodhi
button to settings
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-15bugfix + cleanupusodhi
2020-07-15fixed merge conflictsusodhi
2020-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-14proper fix for onClickHandlers so they don't invalidate things when they ↵Bob Zeleznik
haven't changed.
2020-07-14fixed onClickHandler testsBob Zeleznik
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-13added show fields for non=novice users context menu item.Bob Zeleznik
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-12changed enter link lable to accept Enter. cleaned up some link code.Bob Zeleznik
2020-07-12fixed cheat sheetBob Zeleznik
2020-07-11fixed showing of inidvidual link trails.Bob Zeleznik
2020-07-10menu ui changeanika-ahluwalia
2020-07-10added showing individual links with one buganika-ahluwalia
2020-07-10set up playground modeusodhi
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-06merge fixesanika-ahluwalia
2020-07-07made docFilters apply to links. added hypothesis api token inputBob Zeleznik
2020-07-06trying first implementation of storing aclsusodhi
2020-07-05Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-04redesigned editing menu, added link descriptions and popup on createdanika-ahluwalia
2020-07-03restructureanika-ahluwalia
2020-07-03finished link created popupsanika-ahluwalia
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-02Merge pull request #426 from browngraphicslab/mobile_revision_directbobzel
Dash Mobile