aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2022-09-21open trail on right and capitalize header buttonsGeireann Lindfield Roberts
2022-09-21fixed following links to toggle alias if it's displayed when actual target ↵bobzel
isn't. changed cropping images to leave behind an outline not, a solid rectangle. double clicking on link buttons no longer opens them in lightbox view.
2022-09-21added git reportingGeireann Lindfield Roberts
2022-09-20sharing manager UI artifact fixGeireann Lindfield Roberts
2022-09-20updated homepage viewGeireann Lindfield Roberts
2022-09-15Update ReportManager.tsxgeireann
2022-09-14from lastbobzel
2022-09-14made dashboard button hidden since we have dashboard view now. put viewType ↵bobzel
'docking' on proto so that all aliases will get it when nesting docking views.
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-09-14fixed auto sizing of text documents that are topLevel. restored scroll bars ↵bobzel
to autoHeight text that is in a container (eg lightbox or tab)
2022-09-14fixed presbox mini player to allow mini player and full size player at the ↵bobzel
same time and to be a playground field for sharing. distringuished preselementbox feedback for selected vs. activeItem using border.
2022-09-13made things consistent by renaming emptyPresentation to emptyTrail and then ↵bobzel
always making copies of emptyTrail instead of calling the Docs.create constructor
2022-09-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
2022-09-13Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵bobzel
sharing-jenny
2022-09-13fixed problem with sharing presentations where preselementbox template ↵bobzel
couldn't be expanded.
2022-09-12removed original setup trails functionJenny Yu
2022-09-12Merge branch 'master' into sharing-jenny (break)Jenny Yu
2022-09-12open trails from trails menu on left hand side now.bobzel
2022-09-12fixed crash opening myTrailsbobzel
2022-09-12breaking: made trails belong to dashboard instead of userdocJenny Yu
2022-09-08fixed font menu settings to be accurate of current selection.bobzel
2022-09-07fixed dragging stackedTimeline entries so that they appear during drag. ↵bobzel
fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
2022-09-06final cleanup of dragging rotated images. fixed loading of youtube videos ↵bobzel
and displaying errors when the upload fails
2022-09-01changed default note templates to be fitWidth/autoHeightbobzel
2022-09-01afixed loadingBox to show error message for unsupported videos. fixed video ↵bobzel
uploading to generate errors for unsupported (Chrome) codecs. fixed videos that don't have codec support to still play audio and show duration. fixed dragging rotated documents to show and place the rotted document WYSIWYG
2022-08-30made script caching more robust to avoid compiles and speed up startup.bobzel
2022-08-29Merge remote-tracking branch 'origin/naafi-document-loading-placeholder'bobzel
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-25Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-25fix showing image bugMichael Foiani
2022-08-25update the way to show the linksMichael Foiani
2022-08-25fix upload bug with not upading fieldsMichael Foiani
2022-08-24Merge branch 'parker'bobzel
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-23fixed button icon for drop converting buttonsbobzel
2022-08-23Merge branch 'master' into parkerbobzel
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
2022-08-22made ink strokes animatable. added currentFrame to playgroundFieldsbobzel
2022-08-19Merge branch 'master' into naafi-document-loading-placeholderNaafiyan Ahmed
Merging loading doc into master
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-08-18small format fixMichael Foiani
2022-08-18merge with newest masterMichael Foiani
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-18add option to select labels for bug. other style changes and bug fixes.Michael Foiani
2022-08-18bug and style fixMichael Foiani
2022-08-18add button to create an issue - also can upload files.Michael Foiani
2022-08-16updated placeholderNaafiyan Ahmed
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.