aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-04-23lots of typechecking fixes.bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-21Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2025-03-20from lastbobzel
2025-03-20mapbox cleanup. fix runtime warnings for stacking view.bobzel
2025-03-20adjusted mapbox when used with a nativewidth/height. fixed dragging a ↵geireann
mapbox to not display the wrong location until forced to re-render
2025-03-19fixed turning off marker filters in mapbox when clicking on map orbobzel
2025-03-19fixed mapBox full screen. fixed link following from node at start of texts ↵bobzel
(eg mapbox target in sidebar doc)
2025-03-19updated react-map-glbobzel
2025-03-19fixed map navigation and map anchor menu buttons.bobzel
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-02-25fixed compile warnings.bobzel
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-02-03fixed crash switching to tree view in presbobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-10-17changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵bobzel
to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-29more eslintbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-24completing eslint passbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30added Labels button for turning ink labels on/off. added Pixels and Rotate ↵bobzel
buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected.
2024-03-28fixed following link to pdf text selection with highlights. fixed hide ↵bobzel
key/value in dashfieldView. fixed selecting dashFieldView nodes.
2024-03-09fixed up default text that uses a template to process an initial carriage ↵bobzel
return properly. fixed text with inherited templates to be able to show fields with a default dashField value from template that can be overidden on instance.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵bobzel
files.
2023-12-21added standard 3d gl view for maps. added close button for infoUI.bobzel
2023-12-17fixing some bugs with MapBox and MapAnchorMenuzaultavangar
2023-12-17starting calendar collection viewzaultavangar
2023-12-16added pinch zooming for maps, fixed sizing of search bar when zoomed in, ↵bobzel
turned off some unneeded widgets that don't locate properly when zoomed in.
2023-12-16when maps are made small and zoomed in on, this fixes them so that they ↵bobzel
don't clip
2023-12-16merged with zaul's branchbobzel
2023-12-16finally got map resizing working ?bobzel
2023-12-16some cleanup to mapbox, but no fix for ctrl-zoomed maps yet.bobzel
2023-12-16Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web ↵bobzel
into zaul-new-branch
2023-12-16starting calendar featurezaultavangar
2023-12-15fix for ctrl-zoom of mapbobzel