mapcomplete/Logic/Actors
2022-07-13 17:56:33 +02:00
..
AvailableBaseLayers.ts Huge refactoring: split readonly and writable stores 2022-06-05 02:24:14 +02:00
AvailableBaseLayersImplementation.ts Huge refactoring: split readonly and writable stores 2022-06-05 02:24:14 +02: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 Add OsmFeature type 2022-07-13 17:56:33 +02:00
OverpassFeatureSource.ts Huge refactoring: split readonly and writable stores 2022-06-05 02:24:14 +02: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 Add fakedom to test UI code, replace all 'innerText' with 'textContent' as it is not compatible with fakedom 2022-06-28 03:21:18 +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