mapcomplete/Logic/Actors
2021-02-26 14:54:59 +01:00
..
AvailableBaseLayers.ts More cleaning up 2021-01-04 04:36:21 +01:00
GeoLocationHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
ImageSearcher.ts Removed todo's 2021-02-26 14:54:59 +01:00
InstalledThemes.ts Stabilize personal theme, textfield now correctly appears if it is an option in the freeform too 2021-02-20 01:45:51 +01:00
LayerResetter.ts More cleaning up 2021-01-04 04:36:21 +01:00
PendingChangesUploader.ts Better saving of features when focus is lost, esp on mobile browsers 2021-02-25 02:51:13 +01:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
SelectedFeatureHandler.ts Quick fixes 2021-02-24 22:01:21 +01:00
StrayClickHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
TitleHandler.ts Refactoring fullscreenhandling 2021-01-25 03:12:09 +01:00
UpdateFromOverpass.ts Stabilize personal theme, textfield now correctly appears if it is an option in the freeform too 2021-02-20 01:45:51 +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