Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xi4o committed Jul 25, 2024
1 parent 211dfc1 commit fc364a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/editor/main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { EditorShortcuts } from '~/lib/types'
import { getShortcutWithModifiers } from '~/lib/utils'

type MainMenuProps = {
focusMode: boolean
focusMode?: boolean
mainMenuOpen: boolean
setMainMenuOpen: Dispatch<SetStateAction<boolean>>
triggerShortcut: (shortcutName: string) => void
Expand Down
2 changes: 1 addition & 1 deletion app/services/evolu/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const evolu = createEvolu(Database, {
'thursday',
'friday',
]),
name: S.decodeSync(NonEmptyString100)('Post'),
name: S.decodeSync(NonEmptyString100)('Posts'),
slug: S.decodeSync(NonEmptyString100)('post'),
targetWordCount: S.decodeSync(PositiveInt)(300),
time: S.decodeSync(SqliteDateTime)(
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"effect": "3.5.1",
"github-slugger": "^2.0.0",
"isbot": "^5.1.12",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc364a5

Please sign in to comment.