Browse Source

add missing 'date' to log interface

starred-projects
Trent Larson 9 months ago
parent
commit
15ccd2394f
  1. 1
      project.task.yaml
  2. 1
      src/db/tables/logs.ts

1
project.task.yaml

@ -35,6 +35,7 @@ tasks:
- 04 allow user to download chains of VCs, mine + ones I can see about me from others - 04 allow user to download chains of VCs, mine + ones I can see about me from others
- add VC confirmation - add VC confirmation
- record donations vs gives
- make server endpoint for full English description of limits - make server endpoint for full English description of limits
- make identicons for contacts into more-memorable faces (and maybe change project identicons, too) - make identicons for contacts into more-memorable faces (and maybe change project identicons, too)
- 02 watch for the service worker activation before showing the button to turn on notifications - 02 watch for the service worker activation before showing the button to turn on notifications

1
src/db/tables/logs.ts

@ -1,4 +1,5 @@
export interface Log { export interface Log {
date: string;
message: string; message: string;
} }

Loading…
Cancel
Save