Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-21 | added cropping for videos. made images render at full res when selected. | bobzel | |
2022-09-21 | fixed 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-21 | fixed snapshots of dashbaords to have trails setup | bobzel | |
2022-09-21 | added git reporting | Geireann Lindfield Roberts | |
2022-09-21 | restyled document decorations | Geireann Lindfield Roberts | |
and changed novice mode to exclude `data` in treeView | |||
2022-09-20 | sharing manager UI artifact fix | Geireann Lindfield Roberts | |
2022-09-20 | Merge pull request #117 from brown-dash/geireann-homepage | Geireann Lindfield Roberts | |
updated homepage view | |||
2022-09-20 | updated homepage view | Geireann Lindfield Roberts | |
2022-09-20 | fixed golden layout to always leave a stack when removing splits. | bobzel | |
2022-09-20 | Merge remote-tracking branch 'origin/mehek-loading-fixes' | bobzel | |
2022-09-20 | fixed default background color of docs when collection has a background color | bobzel | |
2022-09-20 | display error instead of infinitely loading after refresh | mehekj | |
2022-09-20 | fixed 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-19 | fixed searching in pdfs by updating to pdfjs's new findController api | bobzel | |
2022-09-19 | added pin with view for region to webBox | bobzel | |
2022-09-19 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
2022-09-19 | if same youtube video is uploaded, reuse the existing file without ↵ | bobzel | |
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size. | |||
2022-09-15 | added dotenv to Main.tsx | geireann | |
2022-09-15 | Update ReportManager.tsx | geireann | |
2022-09-15 | cleaned up youtube escaping code | bobzel | |
2022-09-15 | again... | bobzel | |
2022-09-15 | fixed crash in presbox | bobzel | |
2022-09-15 | from last | bobzel | |
2022-09-15 | from last | bobzel | |
2022-09-15 | changed youtube ffmpeg command to escape filename (problem with videos ↵ | bobzel | |
starting with a '-') | |||
2022-09-15 | default pin movement is now None if pinning doc view params (e.g., animation ↵ | bobzel | |
of x/y). otherwise, zoom tends to negate the animation | |||
2022-09-15 | fixed border highlight for animation effects. require shift-key for all ↵ | bobzel | |
pinWithView operations | |||
2022-09-15 | Revert "Update server_Initialization.ts" | geireann | |
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9. | |||
2022-09-15 | Update server_Initialization.ts | geireann | |
npm | |||
2022-09-14 | from last. | bobzel | |
2022-09-14 | fixed problem where dashboard's myTrails is a promise causing a crash. ↵ | bobzel | |
fixed with prefetchProxy | |||
2022-09-14 | fixed very weird bug where setting permissions on dashboard with itself as a ↵ | bobzel | |
nested dashboard caused a duplicate of the dashboard to be overlayed on top of the dashboard, but covering up all of the main Dash chrome... | |||
2022-09-14 | fix so that scrollbars don't appear for autoHeight text views in a freeform ↵ | bobzel | |
view. | |||
2022-09-14 | Merge branch 'master' into sharing-jenny | bobzel | |
2022-09-14 | from last | bobzel | |
2022-09-14 | made 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-14 | changed 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-14 | fixed 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-14 | turned off overlayView when lightboxDoc is active | bobzel | |
2022-09-14 | made video box controls appear when video is in overlay view | bobzel | |
2022-09-14 | fixed 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-13 | fixed ref to overlayX/y instead of x/y in audioBox and presElement | bobzel | |
2022-09-13 | fixed guest login vs. opening a specific document instead of a dashboard | bobzel | |
2022-09-13 | Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | Jenny Yu | |
sharing-jenny | |||
2022-09-13 | fixed recording box styling | Jenny Yu | |
2022-09-13 | Merge branch 'sharing-jenny' | bobzel | |
2022-09-13 | fixed mainContainer on mainView to always show the activeDashboard if it exists. | bobzel | |
2022-09-13 | clicking to open a shared dashboard opens an alias of it. | bobzel | |
2022-09-13 | made overlayX/overlayY instead of re-using x/y in order that overlay docs ↵ | bobzel | |
can be dragged in playground mode (for shared mini-player presentations) without necessarily allowing regular docs to be dragged in playground mode. | |||
2022-09-13 | added x/y as playground fields so that pres box mini player can be dragged ↵ | bobzel | |
around. added height as a playground field for mini player. fixed not setting GuestTarget when opening up to a docking view. |