add redux store bindings in main page

This commit is contained in:
Tykayn 2025-09-04 11:30:08 +02:00 committed by tykayn
parent 4218928a7b
commit ee972b10c8
5 changed files with 31 additions and 14 deletions

View file

@ -7,6 +7,7 @@ export const initialState: StateInterface = {
backendAPIRoot: "",
demoMode: true,
fromText: "",
fromFile: "",
toText: "",
filters: {
engineType: {
@ -34,10 +35,15 @@ export const initialState: StateInterface = {
selectedList: {}
}
},
similarCases: {},
similarCases: [
{
id: 1,
}
],
searchInput: "",
enableAiSuggestion: false,
technicalManuals: [],
resumeTitle: "Work stoppage case for CFM56-7B engine (ESN: 802379)...",
admin: {
pendingUsers: {},
users: {},