-
Notifications
You must be signed in to change notification settings - Fork 36
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
EDIT: Heavy duty endpoints #65
EDIT: Heavy duty endpoints #65
Conversation
- added directives folder to store custom directives - added vlock directive to be used to lock UI for heavy duty endpoints - added storeRouteMapping to get the current store from the route name in App.vue - added custom directive in main.ts todo: add css style in main.css v-lock class for spinner/overlay
- added directive vLock - added storeRouteMapping to map stores to routes - fixed small bug in wipe memory component - memory, llm/embedding settings and plugins now are sync and wait until operation is not performed relates to issue cheshire-cat-ai#60
src/assets/main.css
Outdated
@@ -163,4 +163,8 @@ body { | |||
|
|||
.apexcharts-series-scatter { | |||
cursor: pointer; | |||
} | |||
|
|||
.vlock { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid creating a class just for one CSS property, add it directly inside the directive hooks
Do you want to fix the last thing? |
Do you mean the one to add the CSS property directly to the directive hooks? |
Yes |
added css property directly to the directive hook without creating single property CSS class
Sync endpoints are already in |
Description
Memory, LLM/Embedder settings and Plugins now are sync and wait until operation is not performed.
Relates to issue #60
Type of change
Checklist: