aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
AgeCommit message (Collapse)Author
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed scrolling of web boxes for presentations, etc.bobzel
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-28from lastbobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-13fixed issues when webBox is wider than window width (try a very. narrow ↵bobzel
window). things would scroll horizontally and not restore.
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-11fixed webbox highlight colors to be more transparentbobzel
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-09-02made highlight colors more obvious. fixed tags to update when #key is set ↵bobzel
in textdoc.
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-09-01fixed some layout issues with fonticons that have no label. fixed anchor ↵bobzel
link colors for pdfs and webboes.
2020-08-28from lastbobzel
2020-08-28added explicit annotation mode for videos. fixed annotation mode for webpagesbobzel
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-12Merge branch 'schema_search'bobzel
2020-08-12fixed run-time warnings & remove print statementsbobzel
2020-08-12merge with masterMelissa Zhang
2020-08-12fix iframe top-level navigation bugMelissa Zhang
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-05fixed some warnings/errors. added tooltip for filter icon.bobzel
2020-08-03starting to cleanup searchbobzel
2020-08-03merge with new uiAndy Rickert
2020-08-02changed highlight() calls in PdfViewer and WebBoxbobzel
2020-07-31bfAndy Rickert
2020-07-31integrated playgroundmode into geteffectiveacl, still some issues with ↵usodhi
deleting docs
2020-07-31fixed acls re highlightsusodhi
2020-07-27fixed scrollin to web annotationsBob Zeleznik
2020-07-27fixed drain of webbox to keep annotations sychronized. fixed css for when ↵Bob Zeleznik
web box is small.
2020-07-27added vertical resie of fixedaspect when _fitWidth is on. fixin webBox css ↵Bob Zeleznik
to not clip contents.
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26added UseCors menu option for WebBox. fixed webbox css so that link button ↵Bob Zeleznik
is in riht place.
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-06-23fixed web box moving when arrow keys are pressed.Bob Zeleznik
2020-06-23fixed weburl input box not getting focus to typeBob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.