Files
Alan Rynne 569baecc3e Major visual refactor (#25)
* feat: Moved viewer logic into `ViewerHandler` class

* feat: Moved some logic around to simplify visual structure

* fix: Minor tweaks and fixes

* fix: More tweaks and fixes based on refactor

* feat: Major upgrade to loading commits instead of objects

* feat: Continued major refactor for "commit loading"

Selection both ways, tooltips, right-click...

* feat: file reordering into subfolders

* fix: Minor selection improvements

* fix: More selection and loading improvements

* fix: UnIsolateObjects now uses state

mouse events in main viewer now deal with dragging to prevent false click possitives.

* fix: Loading with and without color filters

* fix: Handle unload of no longer used objects
2023-05-11 22:54:38 +02:00

12 lines
234 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"endOfLine": "auto",
"bracketSpacing": true,
"vueIndentScriptAndStyle": false,
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"singleQuote": true
}