mapcomplete/Logic/Actors
2021-11-16 02:57:34 +01:00
..
AvailableBaseLayers.ts Full code cleanup 2021-11-07 16:34:51 +01:00
AvailableBaseLayersImplementation.ts Full code cleanup 2021-11-07 16:34:51 +01:00
BackgroundLayerResetter.ts Full code cleanup 2021-11-07 16:34:51 +01:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Do not zoom to GPS location if an element is selected 2021-11-15 16:57:04 +01:00
InstalledThemes.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
OverpassFeatureSource.ts Use IndexedDb to store cached geodata, fix #494. This should prevent crashes 2021-11-16 02:57:26 +01:00
PendingChangesUploader.ts Full code cleanup 2021-11-07 16:34:51 +01:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Changes do apply left-right splitting before uploading too 2021-10-22 14:01:40 +02:00
SelectedFeatureHandler.ts Better handling of GPX-state 2021-11-12 04:11:53 +01:00
StrayClickHandler.ts Full code cleanup 2021-11-07 16:34:51 +01:00
TitleHandler.ts Add gps track line, add documentation 2021-11-08 14:18:45 +01: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