mapcomplete/Logic/Actors
2021-07-28 02:51:07 +02:00
..
AvailableBaseLayers.ts Refactoring of AvailableBaseLayer 2021-07-14 16:13:23 +02:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Make mapcontrol-button svgs styleable by colour 2021-07-27 21:02:30 +02:00
ImageSearcher.ts Use addCallbackAndRunD instead off addCallbackAndRun 2021-06-30 15:41:21 +02:00
InstalledThemes.ts Fix loading of compressed themes in the custom generator too 2021-04-11 23:43:23 +02:00
LayerResetter.ts More cleaning up 2021-01-04 04:36:21 +01:00
OverpassFeatureSource.ts More refactoring and fixes 2021-06-14 02:39:23 +02:00
PendingChangesUploader.ts Further development of split-road feature; refactoring of change-handling 2021-07-15 20:47:28 +02:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
SelectedFeatureHandler.ts Robustify in the case of werid hashes 2021-07-28 00:09:17 +02:00
StrayClickHandler.ts Disable adding new elements-popup if the userbadge is disabled; add small cosmetic changes 2021-07-18 21:48:11 +02:00
TitleHandler.ts Use addCallbackAndRunD instead off addCallbackAndRun 2021-06-30 15:41:21 +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