- [ ] Make the app data dir user configurable (this is where assets and pubman.db are stored) - [x] `design_asset.file_path` should be relative to the assets dir, not an absolute path - [x] When a new file is added, track the original's filepath, size, and last modified timestamp - [x] On the design details page, show file name, size, and last modified timestamp - [x] Files should be grouped by their type (Design Files, Images, Other). - [ ] Items within groups should be reorderable. - [x] Link to original file in a Finder window, detect if it has since been modified/removed, and notify user with an icon/tooltip - [x] Preview of images - [ ] Nice to have: Preview/render of design files
design_asset.file_pathshould be relative to the assets dir, not an absolute path