mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
replace old client with new client from commafeed-ui repository
This commit is contained in:
15
commafeed-client/src/app/constants.ts
Normal file
15
commafeed-client/src/app/constants.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { DEFAULT_THEME } from "@mantine/core"
|
||||
|
||||
export const Constants = {
|
||||
categoryIds: {
|
||||
all: "all",
|
||||
},
|
||||
layout: {
|
||||
mobileBreakpoint: DEFAULT_THEME.breakpoints.md,
|
||||
headerHeight: 60,
|
||||
sidebarWidth: 350,
|
||||
},
|
||||
dom: {
|
||||
mainScrollAreaId: "main-scroll-area-id",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user