mapcomplete/Logic/Actors
2023-05-07 23:25:28 +02:00
..
BackgroundLayerResetter.ts Refactoring: fix background layer switch and hotkeys 2023-04-21 17:37:50 +02:00
ChangeToElementsActor.ts Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
GeoLocationHandler.ts Fix: don't move the map after we jumped to the current GPS location 2023-05-07 23:25:28 +02:00
InitialMapPositioning.ts refactoring(maplibre): WIP 2023-03-24 19:21:15 +01:00
PendingChangesUploader.ts refactoring 2023-03-28 05:13:48 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Refactoring: fix GPX-track view 2023-04-20 18:58:31 +02:00
TitleHandler.ts refactoring: fix basic flow to add a new point 2023-04-06 01:33:08 +02:00

Actors

An actor is a module which converts one UIEventSource into another while performing logic.

Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.

An actor should never have a dependency on 'State' and should never import it