Skip to content

Commit

Permalink
feat: continue work on cron system
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 17, 2024
1 parent 20f59b5 commit 3f03d27
Show file tree
Hide file tree
Showing 14 changed files with 1,456 additions and 22 deletions.
1 change: 0 additions & 1 deletion app/store/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Dexie, { type Table } from 'dexie';
import 'dexie-observable';
import 'dexie-syncable';
import { defineStore } from 'pinia';
import '~/utils/dexie.ts';
import type { Calendar, CalendarEntry } from '~~/gen/ts/resources/calendar/calendar';
import { RsvpResponses } from '~~/gen/ts/resources/calendar/calendar';
import { NotificationCategory, NotificationType } from '~~/gen/ts/resources/notifications/notifications';
Expand Down
243 changes: 227 additions & 16 deletions gen/go/proto/resources/common/cron/cron.pb.go

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

Loading

0 comments on commit 3f03d27

Please sign in to comment.