You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename folder io to core (containing everything that is not related to UI and redux
remove prefix event from eventCalendar
remove addDeleteSettings
split eventActionLazy into several files
rename folder connect to containers
remove lazy from action file names, how to distinguish between actions with dependencies to matrix and blockstack and those without. Does it matter? All actions in event should only be called after the dependencies have been loaded. Move actions for earlier calls into lazy folder. What is a better name for lazy? early?
The text was updated successfully, but these errors were encountered:
This issue is about code improvements
io
tocore
(containing everything that is not related to UI and reduxevent
fromeventCalendar
eventActionLazy
into several filesconnect
tocontainers
lazy
from action file names, how to distinguish between actions with dependencies to matrix and blockstack and those without. Does it matter? All actions in event should only be called after the dependencies have been loaded. Move actions for earlier calls intolazy
folder. What is a better name forlazy
?early
?The text was updated successfully, but these errors were encountered: