mapcomplete/Logic/Actors
2021-10-23 02:46:37 +02:00
..
AvailableBaseLayers.ts Add robustness when run via console, formatting 2021-10-20 00:09:40 +02:00
AvailableBaseLayersImplementation.ts Fix osmcha link, add some docs on geolocation button, use a lower and more sane default max zoom for editor layer index layers 2021-10-21 21:42:28 +02:00
BackgroundLayerResetter.ts Add robustness when run via console, formatting 2021-10-20 00:09:40 +02:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Fix cursor-wait on gps location button 2021-10-14 17:39:31 +02:00
InstalledThemes.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
OverpassFeatureSource.ts Small fixes 2021-10-20 19:12:28 +02:00
PendingChangesUploader.ts Add robustness when run via console, formatting 2021-10-20 00:09:40 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Add robustness when run via console, formatting 2021-10-20 00:09:40 +02:00
SelectedFeatureHandler.ts Fix opening of various views when set by url-parameters, small styling tweaks in the popups 2021-10-23 02:46:37 +02:00
StrayClickHandler.ts More refactoring to fix the tests 2021-10-15 14:52:11 +02:00
TitleHandler.ts Add robustness when run via console, formatting 2021-10-20 00:09:40 +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