aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/LightboxView.tsx
AgeCommit message (Collapse)Author
2023-11-30fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵geireann
'self' even though it's deprecated.
2023-11-25cleanup of rootSelected to default to false. remove unused mobile classes.bobzel
2023-11-08clean up of LightboxViewbobzel
2023-09-20added carousel3D to novice and fixed it's button positions and its focus so ↵bobzel
that it works with trails. added dragging documents within single collection for rearranging order of docs in a tab collection. fixed freeform views set to fitWidth to show decorations properly. turned off scaling of tree views. updated lightbox buttons. fixed tooltips on properties toggles.
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-15fixed ink objects from becoming key values when leaving lightbox.geireann
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
2023-03-01cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ↵bobzel
to them.
2023-02-28cleaning up of following inPlace links to overlay current inplaceContainer ↵bobzel
contents instead of deleting them.
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵bobzel
on a presitem to stop audio playing other items.
2022-12-05cleaning up following links and pres item following so that view transitions ↵bobzel
don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel.
2022-11-17mostly changing strings to enumsbobzel
2022-11-14fixed following link 'inPlace' from within lightbox to do same thing as if ↵bobzel
out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox.
2022-11-09fixed treeViews again to make room for hover buttons properly. fixed ↵bobzel
copying text from pdf to highlight copied regions without always displaying anchor.
2022-11-08making pasting form pdf work again with backlinks. text fixes for ↵bobzel
equationViews and dashField views -- trying to get docref linkAnchor to work.
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-06fixed warnings with scriptingbox keysbobzel
2022-09-26added explore mode option to lightbox view. turned of ink and explore mode ↵bobzel
when leaving light box.
2022-09-20fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵bobzel
to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes
2022-09-12fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵bobzel
text tags reset user_mark to current time.
2022-09-12made annotation pen available in lightbox.bobzel
2022-09-12fixed lightbox exception when no media is playingbobzel
2022-09-08stop playing videos when lightbox doc changes.bobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-06fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵bobzel
appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox.
2022-06-06fixed audioBox to record to dictation file. fixed lightbox to make links to ↵bobzel
audio when new document is displayed.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05cleanupmehekj
2022-06-05fixed pdf search and page inputs to not iconify with Enter. fixed lightbox ↵bobzel
to change icons when fitwidth is clicked.
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-05-13removed layerProvider functionality.bobzel
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-26Merge branch master into presentation_upgradeAubrey-Li
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-14fixed pushpin behavior when there are multiple links to the pushpin (they ↵bobzel
all toggle). changed lightboxview to allow stepping into links when doc has no contents.
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2021-10-06fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵bobzel
contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off).
2021-09-02Placing collection menu in Lightbox (commented out) and othersgeireann
- Set toggle properties off - added link that goes directly to the dash documentation
2021-07-29added button to lightbox to create a tab from current document. changed ↵bobzel
stepInto to first shrinkwrap(), then to step through collection