aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox
AgeCommit message (Collapse)Author
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-07-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-25made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵bobzel
header from hiding annotation button handle. fixed resizing text boxes.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-30Merge branch 'master' into parkerGeireann Lindfield Roberts
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-09cleaning up map Info Window just a bitbobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵bobzel
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular.
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2022-04-12Merge branch 'inkocr-mehek' into inking-naafi-mehekmehekj
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-03-19from lastbobzel
2022-03-19fixed mapBox searchbox menu to not disappear when you go to click on it.bobzel
2022-03-17Merge remote-tracking branch 'origin/speedups2' into parkerljungster
2022-03-12attempting to add note-takingljungster
I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search)
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.
2022-01-06cleanupbobzel
2021-12-08Added auto scroll to bottom of map info view stack when note is added. hide ↵bobzel
resize handles for map view info window stack documents.
2021-12-08tried to simplify the mapbox ui.bobzel
2021-12-07restored keeping properties pane open when selection changes. added Doc ↵bobzel
paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button.
2021-11-30latest from MapboxAubrey Li
2021-11-24map latestAubrey Li
2021-11-18mapbox latestAubrey Li
2021-11-02fixed display of documents anchored on a map marker. fixed adding documents ↵bobzel
with same geolcoation to end up on the same marker.
2021-11-02mapbox render infowindowAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-10-07addMarker workingAubrey Li
2021-09-15merge conflicts and toggle sidebarAubrey Li
2021-09-06minor updatesAubrey-Li
2021-08-21render map marker gps updatesAubrey-Li
2021-08-05modify mapbox sidebarAubrey-Li
2021-07-31allow locating user locationAubrey-Li
2021-07-30from lastbobzel
2021-07-30added sidebar button to mapBoxbobzel
2021-07-30set default native width for maps. changed map css so sidebar will show up. ↵bobzel
fixed pointerEvents for map
2021-07-28marker updatesAubrey-Li
2021-07-24change during sprintgeireann
2021-07-17add MapBoxAubrey-Li