-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge main viewer changes and functionality. (#56)
* Material store and base ui setup * Major viewer changes, added UI elements and interaction. * integration with stores --------- Co-authored-by: Abhinav Bhardwaj <[email protected]> Co-authored-by: fabianlinkflink <[email protected]>
- Loading branch information
1 parent
c97e2f8
commit 9e82a99
Showing
83 changed files
with
16,605 additions
and
18,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/prettierrc", | ||
"semi": false, | ||
"singleQuote": true, | ||
"useTabs": true, | ||
"tabWidth": 2, | ||
"vueIndentScriptAndStyle": true, | ||
"embeddedLanguageFormatting": "auto", | ||
"printWidth": 80, | ||
"trailingComma": "none", | ||
"overrides": [ | ||
{ | ||
"files": "*.md", | ||
"options": { | ||
"parser": "markdown", | ||
"proseWrap": "never" | ||
} | ||
}, | ||
{ | ||
"files": "*.json, *.json5", | ||
"options": { | ||
"parser": "json" | ||
} | ||
}, | ||
{ | ||
"files": "*.yml, *.yaml", | ||
"options": { | ||
"parser": "yaml" | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.