MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
234 stars 22 forks source link

Share modals #362

Closed NickGeek closed 2 years ago

NickGeek commented 3 years ago

Is your feature request related to a problem? Please describe. Each element gets its own modal for sources + each item in the sidebar that's visible gets a modal. This can get super expensive for react to calculate (especially when switching between full screen states).

Describe the solution you'd like Have one modal for each use case that reads from the store. Triggers dispatch an action to open that modal with the correct info. This means only one modal for every section/note/notebook rather than potentially thousands