-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c968c7a
commit d9a9a2e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule template-react-vite-muijoy
updated
23 files
+226 −174 | package-lock.json | |
+10 −10 | package.json | |
+4 −2 | src/AppRoutes.tsx | |
+2 −2 | src/atoms/canGoBackState.ts | |
+2 −2 | src/atoms/choiceMenuState.ts | |
+2 −2 | src/atoms/hideNextButtonState.ts | |
+6 −0 | src/atoms/reloadInterfaceDataEventAtom.ts | |
+0 −6 | src/atoms/reloadInterfaceDataEventState.ts | |
+6 −0 | src/atoms/textInputOptionsState.ts | |
+4 −4 | src/components/ModalDialog.tsx | |
+2 −2 | src/interceptors/DialogueDataEventInterceptor.tsx | |
+2 −2 | src/interceptors/EventInterceptor.tsx | |
+11 −6 | src/main.tsx | |
+2 −2 | src/screens/ChoicesMenu.tsx | |
+2 −2 | src/screens/History.tsx | |
+3 −3 | src/screens/MainMenu.tsx | |
+2 −2 | src/screens/QuickActions.tsx | |
+2 −2 | src/screens/QuickLoadAlert.tsx | |
+4 −4 | src/screens/Settings.tsx | |
+37 −0 | src/screens/TextInput.tsx | |
+6 −1 | src/utility/ActionsUtility.ts | |
+3 −0 | src/utility/useMyNavigate.ts | |
+43 −42 | src/values/translations/strings_en.json |
Submodule template-react-vite-muijoy-multidevice
updated
23 files
+199 −179 | package-lock.json | |
+10 −10 | package.json | |
+4 −2 | src/AppRoutes.tsx | |
+2 −2 | src/atoms/canGoBackState.ts | |
+2 −2 | src/atoms/choiceMenuState.ts | |
+2 −2 | src/atoms/hideNextButtonState.ts | |
+6 −0 | src/atoms/reloadInterfaceDataEventAtom.ts | |
+0 −6 | src/atoms/reloadInterfaceDataEventState.ts | |
+6 −0 | src/atoms/textInputOptionsState.ts | |
+4 −4 | src/components/ModalDialog.tsx | |
+2 −2 | src/interceptors/DialogueDataEventInterceptor.tsx | |
+2 −2 | src/interceptors/EventInterceptor.tsx | |
+11 −6 | src/main.tsx | |
+2 −2 | src/screens/ChoicesMenu.tsx | |
+2 −2 | src/screens/History.tsx | |
+3 −3 | src/screens/MainMenu.tsx | |
+2 −2 | src/screens/QuickActions.tsx | |
+2 −2 | src/screens/QuickLoadAlert.tsx | |
+4 −4 | src/screens/Settings.tsx | |
+37 −0 | src/screens/TextInput.tsx | |
+6 −1 | src/utility/ActionsUtility.ts | |
+3 −0 | src/utility/useMyNavigate.ts | |
+43 −42 | src/values/translations/strings_en.json |