Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
13aeb39
feat(events): add support for events in journal view
frozenhelium Apr 16, 2026
5cb6287
feat(entry): add shortcut for assist
tnagorra May 10, 2026
4e80c0a
feat(journal): auto fill project name in work item create dialog
tnagorra May 10, 2026
820d0b5
fix(page): change float btn placement for sidebar
tnagorra May 10, 2026
6567dc7
feat(calendar): improve calendar view
tnagorra May 10, 2026
cb881a2
chore(lint): replace use of MutableRefObject
tnagorra May 10, 2026
9670d5c
fix: use id in queries
tnagorra May 12, 2026
dd0cf75
refactor: use filters on allDeadlines
tnagorra May 12, 2026
1efb75b
feat: remove usage count from "add work item" dialog
tnagorra May 12, 2026
dd34c84
refactor: support stale/loading view for DayView
tnagorra May 12, 2026
8663285
feat: improve lastEditedAt logic
tnagorra May 12, 2026
f1b8d4b
refactor: move out ref from calendar
tnagorra May 12, 2026
bbbafc8
feat: define pagination for events and contracts
tnagorra May 12, 2026
483ac71
feat: move journal status request outside DailyJournal
tnagorra May 12, 2026
de6a1e6
feat: remove options to show/hide events
tnagorra May 12, 2026
8a97dbc
fix: navigate back to last journal froms settings
tnagorra May 12, 2026
a42925f
refactor: allow filter to be passed on setEntries
tnagorra May 12, 2026
fc5983f
refactor: re-organization handlers and hooks
tnagorra May 12, 2026
47eaff5
refactor: use design tokens for colors
tnagorra May 13, 2026
4a8716d
feat: show errored state in DayView
tnagorra May 13, 2026
835b1c3
refactor: move out requests to Sidebar
tnagorra May 13, 2026
90724fc
feat: remove max-width constraint on DailyJournal
tnagorra May 13, 2026
78f92de
chore: update backend
tnagorra May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ export default defineConfig({
APP_UMAMI_SRC: Schema.string.optional(),
APP_UMAMI_ID: Schema.string.optional(),
APP_SENTRY_DSN: Schema.string.optional(),
APP_GOOGLE_OAUTH_CLIENT_ID: Schema.string.optional(),
},
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
"@codemirror/lang-markdown": "^6.5.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@react-oauth/google": "^0.13.4",
"@replit/codemirror-vim": "^6.3.0",
"@sentry/react": "^8.26.0",
"@tanstack/react-query": "^5.100.9",
"@togglecorp/fujs": "^2.2.0",
"@uiw/codemirror-theme-github": "^4.25.9",
"@uiw/react-codemirror": "^4.25.9",
Expand Down
Loading
Loading