mapcomplete/Logic/Actors
2023-05-18 15:56:24 +02:00
..
BackgroundLayerResetter.ts Fix: add correct attribution for maptiler bg layer 2023-05-18 15:56:24 +02:00
ChangeToElementsActor.ts Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
GeoLocationHandler.ts Tweak: change zoom behaviour when jumping to the current location 2023-05-17 13:10:22 +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 Tests: always update the selected element if running from console 2023-05-17 15:21:58 +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