File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ export function CommandDialogDemo() {
86
86
goto ( `/${ lastOpenedDatabase } /${ docId } ` ) ( )
87
87
}
88
88
89
+ const { t } = useTranslation ( )
90
+
89
91
if ( mode === "action" ) {
90
92
return < ScriptList />
91
93
}
92
94
if ( mode === "syscall" ) {
93
95
return < ActionList />
94
96
}
95
97
96
- const { t } = useTranslation ( )
97
-
98
98
return (
99
99
< CommandDialog open = { isCmdkOpen } onOpenChange = { setCmdkOpen } >
100
100
< CommandInput
Original file line number Diff line number Diff line change 1
1
export const logger = console
2
- export const EIDOS_VERSION = "0.8.0 "
2
+ export const EIDOS_VERSION = "0.8.1 "
3
3
export const isDevMode = Boolean ( import . meta. env ?. DEV )
4
4
export const isSelfHosted = import . meta. env ?. VITE_EIDOS_SELF_HOSTED === "true"
5
5
export const isInkServiceMode =
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eidos" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"description" : " Eidos is an extensible framework for managing your personal data throughout your lifetime in one place." ,
You can’t perform that action at this time.
0 commit comments