mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-13 05:50:02 +02:00
dialog controller was redundant and created unnecessary overhead. It also coupled all the dialogs together so you couldn't import a dialog independently. This new change isolates each dialog to its own module while keeping the behaviour mostly the same.