Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev to main #1911

Merged
merged 13 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ repos:
- id: black
additional_dependencies: ['click==8.0.4']

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: isort
exclude: ".*setup.py$"
- id: prettier
types_or: [javascript, vue, scss,ts]

ci:
autoupdate_schedule: weekly
Expand Down
2 changes: 2 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"semi": true,
"tabWidth": 2,
"useTabs": false
}
3 changes: 3 additions & 0 deletions desk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
"vue-router": "^4.2.2",
"vuedraggable": "^4.1.0",
"zod": "^3.21.4"
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
}
}
128 changes: 0 additions & 128 deletions desk/src/pages/AuthLogin.vue

This file was deleted.

84 changes: 0 additions & 84 deletions desk/src/pages/AuthSignup.vue

This file was deleted.

74 changes: 0 additions & 74 deletions desk/src/pages/AuthVerify.vue

This file was deleted.

5 changes: 1 addition & 4 deletions desk/src/pages/desk/AgentRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<div class="flex h-screen w-screen">
<SideBar />
<Notifications />
<RouterView
:key="$route.fullPath"
class="z-0 flex flex-1 flex-col overflow-auto"
/>
<RouterView class="z-0 flex flex-1 flex-col overflow-auto" />
<CommandPalette />
</div>
</template>
Expand Down
23 changes: 0 additions & 23 deletions desk/src/pages/desk/Login.vue

This file was deleted.

Loading
Loading