REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.82 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/store/store.ts
Text
Base64
// Note: We are using legacy "createStore" import { composeWithDevToolsDevelopmentOnly } from '@redux-devtools/extension' import { combineReducers, legacy_createStore as createStore } from 'redux' import type { Assets, BrandingOptions, VersionProps } from '../../adminjs-options.interface.js' import { assetsReducer, brandingReducer, dashboardReducer, drawerReducer, filterDrawerReducer, localesReducer, modalReducer, noticesReducer, pagesReducer, pathsReducer, resourcesReducer, routerReducer, sessionReducer, themeReducer, versionsReducer, type DashboardInState, type DrawerInState, type FilterDrawerInState, type LolcaleInState, type ModalInState, type NoticesInState, type PagesInState, type PathsInState, type ResourcesInState, type RouterInState, type SessionInState, type ThemeInState, } from './reducers/index.js' export type ReduxState = { assets: Assets branding: BrandingOptions dashboard: DashboardInState drawer: DrawerInState filterDrawer: FilterDrawerInState locale: LolcaleInState modal: ModalInState notices: NoticesInState pages: PagesInState paths: PathsInState resources: ResourcesInState router: RouterInState session: SessionInState theme?: ThemeInState versions: VersionProps } const reducer = combineReducers<ReduxState>({ assets: assetsReducer, branding: brandingReducer, dashboard: dashboardReducer, drawer: drawerReducer, filterDrawer: filterDrawerReducer, locale: localesReducer, modal: modalReducer, notices: noticesReducer, pages: pagesReducer, paths: pathsReducer, resources: resourcesReducer, router: routerReducer, session: sessionReducer, theme: themeReducer, versions: versionsReducer, }) export default (initialState = {}) => createStore( reducer, initialState, composeWithDevToolsDevelopmentOnly(), )
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
actions
DIR
-
drwxr-xr-x
2026-02-28 00:32:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reducers
DIR
-
drwxr-xr-x
2026-02-28 00:32:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils
DIR
-
drwxr-xr-x
2026-02-28 00:32:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.ts
188 B
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
initialize-store.ts
2.25 KB
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
store.ts
1.82 KB
lrw-r--r--
2026-02-28 00:32:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).