aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
AgeCommit message (Collapse)Author
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-01updated to webpack 5bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-11-30latest from MapboxAubrey Li
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-14Merge branch 'master' into splash-screen-3-Anh-En-Huageireann
2021-09-29added snapping to close curve or to self-snap a vertex to its curve. fixed ↵bobzel
ink decorations from being clipped when zoomed. fixed crash with zero-length tangent
2021-09-27videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵bobzel
deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
2021-09-25added a hacky fix to what seems to be a Chrome bug when auto expanding the ↵bobzel
left flyout panel
2021-09-22fixed dropdowns to be over documentdecorations by moving top menu bar out of ↵bobzel
maincontent area and giving it a higher z-index than DocDecorations. fixed toggle behavior of shape drawing modes. made color dropdown state be runtime only (doesn't write to data model) -- need to decide if that's what we want.
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-15another windows fix for contextmenus on web pagesbobzel
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-14fixed height of maincontent. fixed warnings.bobzel
2021-09-14merged with masterbobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-12Merge branch 'menu_updates_geireann' of ↵geireann
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-09-12updatesgeireann
2021-09-05changed direcotry from CollectionLinearView to collectionLinearbobzel
2021-09-04added top/left clip bounds to ink decorationsbobzel
2021-09-03adding ComponentDecorationsvkalev
2021-09-02working on moving ink UI to DocumentDecorationsvkalev
2021-09-02set fit width to true for presntation trailsgeireann
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-09-01making more changesgeireann
2021-08-31there will be issues as a result of thisgeireann
2021-08-31"Untitled Presentation" only created after a document is pinnedgeireann
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26hopefully ready!geireann
2021-08-26fixed warnings/errorsbobzel
2021-08-26really closegeireann
2021-08-25many updatesgeireann
2021-08-24Revert "updates (final)"geireann
This reverts commit bc90c2b624733c7175f9859a0f1fa3040dafe74b.
2021-08-24updates (final)geireann
2021-08-24updatesgeireann
2021-08-21Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-18updates towards a menugeireann
2021-08-17Merge branch 'master' into search-davidgeireann
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-17Added empty tabs messagedinhanhtruong
todo: create buttons for recent tabs when all tabs in a dashboard are closed
2021-08-10hideMInimap is playground field. added Open Alias to dashboard tab menu. ↵bobzel
Allow duplicates in List fields (not sure if this is problematic but caused problems with URL history)
2021-08-09fixed augment only text to resize correctly with autoheight. fixed acls to ↵bobzel
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public.
2021-08-06switched back to Playground fields and included width/height/natiive(w,h) to ↵bobzel
playgorund list
2021-08-06collabortion fixes: added new acl for allowing people to edit their own text ↵bobzel
within the same note, fixed playground fields to write to the server without updating other clients.