mapcomplete/Logic/Actors
2021-03-29 02:04:42 +02:00
..
AvailableBaseLayers.ts Disable alidade as it is broken 2021-03-22 01:24:30 +01:00
GeoLocationHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
ImageSearcher.ts Correct caching of image searcher 2021-03-26 03:36:49 +01:00
InstalledThemes.ts Add custom javascript snippets to calculate tags 2021-03-24 01:25:57 +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 Fix rendering of multianswers, other small bug fixes 2021-03-13 17:25:44 +01:00
StrayClickHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
TitleHandler.ts Add switch to hide certain features, cleanup of code 2021-03-25 15:19:44 +01:00
UpdateFromOverpass.ts Fix incorrect imports due to refactoring 2021-03-29 02:04:42 +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