mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-01 11:46:41 +00:00

* Added new Navbar, Login/Register pages, and new Components * Db logic fix * Fixed instance page * Default provisioning status * minor dashboard fixes * Form error handling * Provisioning status fix * github action * Enhanced home page signup flow * Whitespace fixes * Added responsive CSS for the dashboard * Merged all the latest PRs and added a new MediaQuery component and mobile nav * Removed the homepage animation on mobile but left for tablet sizes and up. Also improved the navigation bar for mobile use Co-authored-by: Brewhouse Digital <zach@brewhouse.digital> Co-authored-by: Ben Allfree <ben@benallfree.com>
17 lines
264 B
Plaintext
17 lines
264 B
Plaintext
{
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"pluginSearchDirs": [".", "../.."],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|