mapcomplete/Logic/Actors
2023-04-07 04:36:41 +02:00
..
BackgroundLayerResetter.ts refactoring(maplibre): add RasterLayer info, add background switch, add default global layers 2023-03-11 02:46:49 +01:00
ChangeToElementsActor.ts refactoring: more state splitting, basic layoutFeatureSource 2023-03-26 05:58:28 +02:00
GeoLocationHandler.ts Merge develop 2023-04-07 04:36:41 +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: slight cleanup of tests 2023-04-07 03:54:11 +02:00
SelectedFeatureHandler.ts Fix dynamically selecting the popup when changing the hash 2023-02-09 16:05:37 +01: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