mapcomplete/Logic/Actors
2022-02-14 03:16:30 +01:00
..
AvailableBaseLayers.ts Full code cleanup 2021-11-07 16:34:51 +01:00
AvailableBaseLayersImplementation.ts Remove obsolete print statement 2022-02-14 03:16:30 +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 Full code cleanup 2022-01-26 21:40:38 +01:00
OverpassFeatureSource.ts The overpassfeaturesource now only fetches layers that must be updated, fix #599 2022-01-15 02:44:11 +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 Performance optimazations 2022-01-26 20:47:08 +01:00
SelectedFeatureHandler.ts Performance hacks 2022-01-06 18:51:52 +01:00
StrayClickHandler.ts Add 'add new note' functionality, fix bug where 'test'-theme comes up when deleting images 2022-01-14 01:41:19 +01:00
TitleHandler.ts First part of a huge refactoring 2021-12-21 18:35:31 +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