Development Notes - daisy/ace-gui GitHub Wiki
This document contains notes written during the development. It does not constitute an official work plan; some notes may be outdated.
Ideas
- implementing style with HoC seems popular in material-ui ... consider it for the tables at least?
Polishing
- default prefs location + outdir should be app data dir
- overall wording and layout review
- are there too many heading elements?
- should we use material-ui drawers anywhere/everywhere?
Limitations
- Open file vs directory behavior: https://github.com/electron/electron/blob/master/docs/api/dialog.md#dialogshowopendialogbrowserwindow-options-callback
- Dynamic menu support missing in electron