mapcomplete/Logic/Actors
2023-06-15 02:42:12 +02:00
..
BackgroundLayerResetter.ts Chore: reformat all files with prettier 2023-06-14 20:39:36 +02:00
ChangeToElementsActor.ts Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
GeoLocationHandler.ts Chore: reformat all files with prettier 2023-06-14 20:39:36 +02:00
InitialMapPositioning.ts refactoring(maplibre): WIP 2023-03-24 19:21:15 +01:00
NoElementsInViewDetector.ts Usertests: add 'centermessage' again which indicates if data is loading or is present, see #1457 2023-06-15 02:42:12 +02: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