Skip to content

Commit

Permalink
Add export (#2037)
Browse files Browse the repository at this point in the history
* Remove requiremant

* Add json-2-csv

* Add export dev route
  • Loading branch information
harsh-mn-yral authored Dec 5, 2023
1 parent 5a99daa commit df81365
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 348 deletions.
49 changes: 49 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"google-auth-library": "9.2.0",
"hls.js": "^1.4.12",
"idb": "^7.1.1",
"json-2-csv": "5.0.1",
"firebase": "10.6.0",
"svelte-local-storage-store": "^0.6.4",
"throttle-debounce": "^5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import Avatar from '$components/avatar/Avatar.svelte'
import Icon from '$components/icon/Icon.svelte'
import type { VoteRecordWithId } from '$components/up-down/UpDownVote.svelte'
import type { VoteRecord } from '$lib/db/db.types'
import { getThumbnailUrl } from '$lib/utils/cloudflare'
import { getMsLeftForResult, getVoteEndTime } from '$lib/utils/countdown'
import { pluralize } from '$lib/utils/pluralize'
Expand Down
Loading

0 comments on commit df81365

Please sign in to comment.